Files
Customer/onces/ALLV/allv4.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

57 lines
1.6 KiB
SQL

-- Customer specific once-script ALLV4.
--
-- (c) 2013 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON
SPOOL xallv4.lst
SET DEFINE OFF
-- Toevoegen rapportage / Beheer:Gebruikersbeheer=57
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 ('BEHEER: Catalogusartikelen', 'ALLV_V_IMP_BES_ARTIKEL_SYNC',
NULL,
NULL, NULL,
0, 0,
0,
'Rapport in de vorm van het importbestand voor een bestelcatalogus.',
57, 0
);
-- Toevoegen rapportage / Backoffice:Bestelopdrachten=35
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 ('Voorraadoverzicht', 'allv_v_rap_voorraad',
NULL,
NULL, NULL,
0, 0,
1,
'Voorraadoverzicht.',
35,
0
);
COMMIT;
BEGIN adm.systrackscript('$Workfile: allv4.sql $', '$Revision$', 1); END;
/
SPOOL OFF
@allv.sql