Migratie once-scripts van /branch naar /onces

svn path=/Customer/; revision=21207
This commit is contained in:
Peter Koerhuis
2014-04-02 13:57:31 +00:00
parent baace4c5c3
commit 3b8d7f1dcc
416 changed files with 11981 additions and 0 deletions

View File

@@ -1,24 +0,0 @@
-- BOFO6.sql
-- Eenmalig script om rapportages aan te maken.
--
SET ECHO ON
SET DEFINE OFF;
SPOOL xbofo6.lst
PROMPT $Revision$
insert into fac_usrrap (fac_usrrap_omschrijving, fac_usrrap_view_name, fac_usrrap_functie, fac_functie_key)
values ('Verlof: totaal overzicht', 'bofo_v_rap_verlof_totaal', 1, 66);
insert into fac_usrrap (fac_usrrap_omschrijving, fac_usrrap_view_name, fac_usrrap_functie, fac_functie_key)
values ('Verlof: detail gegevens', 'bofo_v_rap_verlof_detail', 1, 66);
insert into fac_usrrap (fac_usrrap_omschrijving, fac_usrrap_view_name, fac_usrrap_functie, fac_functie_key)
values ('Verlof: medewerker', 'bofo_v_rap_verlof_medew', 1, 67);
COMMIT;
SPOOL OFF