WELK#19097: Rapport voor de bakker

svn path=/Customer/trunk/; revision=14481
This commit is contained in:
Marcel Bourseau
2010-11-10 11:30:10 +00:00
parent 44aff8b9ef
commit 237c30a085

View File

@@ -1,8 +1,8 @@
-- Customer specific once-script
-- WELK (Welkom, inmiddels Elkien)
-- (c) 2010 SG|facilitor bv
-- $Revision: 6 $
-- $Modtime: 11-10-10 10:30 $
-- $Revision: 7 $
-- $Modtime: 10-11-10 11:35 $
--
-- Support: +31 53 4800710
@@ -71,15 +71,44 @@ INSERT INTO fac_usrrap
fac_functie_key,
fac_usrrap_autorefresh
)
VALUES ('RES: Lunches voor morgen - overzicht',
'welk_v_rap_lunches_morgen',
VALUES ('RES: Bakker - overzicht',
'welk_v_rapp_bakker',
NULL,
NULL,
NULL,
0,
0,
0,
'Rapport met bestelde lunches voor morgen bij reserveringen',
'Rapport met bestelde bakkerij-artikelen bij reserveringen',
26,
0
);
-- RESBOF-autorisatie (key = 26)
INSERT INTO fac_usrrap
(fac_usrrap_omschrijving,
fac_usrrap_view_name,
fac_usrrap_in_huidige_locatie,
fac_usrrap_template,
fac_usrrap_macro,
fac_usrrap_vraagbegindatum,
fac_usrrap_vraageinddatum,
fac_usrrap_functie,
fac_usrrap_info,
fac_functie_key,
fac_usrrap_autorefresh
)
VALUES ('RES: Artikelen van de bakker voor overmorgen - overzicht',
'welk_v_rap_bakker_overmorgen',
NULL,
NULL,
NULL,
0,
0,
0,
'Rapport met bestelde artikelen van de bakker voor overmorgen bij reserveringen',
26,
0
);
@@ -112,7 +141,7 @@ INSERT INTO fac_usrrap
);
BEGIN adm.systrackscript('$Workfile: welk05.sql $', '$Revision: 6 $', 1); END;
BEGIN adm.systrackscript('$Workfile: welk05.sql $', '$Revision: 7 $', 1); END;
/
COMMIT;