WELK#18782: Oplossing voor de mailing van lunches
svn path=/Customer/trunk/; revision=14405
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- Customer specific once-script
|
||||
-- WELK (Welkom, inmiddels Elkien)
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- $Revision: 4 $
|
||||
-- $Modtime: 1-10-10 15:56 $
|
||||
-- $Revision: 5 $
|
||||
-- $Modtime: 4-10-10 17:24 $
|
||||
--
|
||||
-- Support: +31 53 4800710
|
||||
|
||||
@@ -29,8 +29,64 @@ SET ALG_ONRGOED_NIVEAU = 'R';
|
||||
UPDATE mld_stdmelding
|
||||
SET mld_stdmelding_uitvoertijd_pr2 = 1;
|
||||
|
||||
-- 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: Lunches - overzicht',
|
||||
'welk_v_rapp_lunches',
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
'Rapport met bestelde lunches bij reserveringen',
|
||||
26,
|
||||
0
|
||||
);
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: welk05.sql $', '$Revision: 4 $', 1); END;
|
||||
|
||||
-- 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: Lunches voor morgen - overzicht',
|
||||
'welk_v_rap_lunches_morgen',
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
'Rapport met bestelde lunches voor morgen bij reserveringen',
|
||||
26,
|
||||
0
|
||||
);
|
||||
|
||||
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: welk05.sql $', '$Revision: 5 $', 1); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user