FSN#20099: Code VRL-> VAK

svn path=/Customer/trunk/; revision=14686
This commit is contained in:
Marcel Bourseau
2011-03-16 08:57:36 +00:00
parent e36a20196e
commit f21664bfc9

View File

@@ -1,7 +1,7 @@
-- Script containing customer specific configuration sql statements for ATCH
-- (c) 2009 SG|facilitor bv
-- $Revision: 21 $
-- $Modtime: 23-02-11 11:21 $
-- $Revision: 22 $
-- $Modtime: 16-03-11 10:56 $
--
-- Support: +31 53 4800710
@@ -36,7 +36,7 @@ AS SELECT
FLOOR (SUBSTR (fclt_f_periode, 6, 2) / 4) + 1,
TO_CHAR(boekdatum,'dd-mm-yyyy'),
NULL,
DECODE(uur_soort,'GEWERKT', 'GEW', 'ZIEK', 'ZK', 'VERLOF', 'VRL', NULL),
DECODE(uur_soort,'GEWERKT', 'GEW', 'ZIEK', 'ZK', 'VERLOF', 'VAK', NULL),
DECODE(kosten_soort,'FIETS', '799102', 'BROMF', '799101', 'KM_WW', '709111', 'KM_PLUS', '107002', NULL),
svdagen,
uren,
@@ -45,7 +45,7 @@ FROM care_v_rap_salaris_b;
BEGIN adm.systrackscript('$Workfile: atch.sql $', '$Revision: 21 $', 0); END;
BEGIN adm.systrackscript('$Workfile: atch.sql $', '$Revision: 22 $', 0); END;
/