Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
This commit is contained in:
@@ -1,54 +0,0 @@
|
||||
-- Customer specific once-script SUTF.
|
||||
--
|
||||
-- (c) 2013 SG|facilitor bv
|
||||
-- $Revision$
|
||||
-- $Id$
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
|
||||
|
||||
SET ECHO ON
|
||||
SPOOL SUTF08.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
INSERT INTO fac_import_app
|
||||
(fac_import_app_code, fac_import_app_oms,
|
||||
fac_functie_key, fac_import_app_prefix,
|
||||
fac_import_app_xsl, fac_import_app_charset
|
||||
)
|
||||
SELECT 'E_INVOICE', 'Import e-invoice (UBL) bestand',
|
||||
fac_functie_key, 'SUTF', 'xsl/fclt_import_e_invoice_ubl.xsl', 'UTF-8'
|
||||
FROM fac_functie
|
||||
WHERE fac_functie_code = 'WEB_FINFOF';
|
||||
|
||||
|
||||
INSERT INTO fac_api
|
||||
(FAC_API_NAME,
|
||||
FAC_API_OMSCHRIJVING,
|
||||
FAC_API_LOGLEVEL,
|
||||
FAC_API_FILEPATH,
|
||||
FAC_IMPORT_APP_KEY,
|
||||
FAC_API_OPTIONS_JSON
|
||||
)
|
||||
SELECT 'E-INVOICE',
|
||||
'Import van (UBL)facturen',
|
||||
1,
|
||||
'appl/API/api_gen_import.asp',
|
||||
fac_import_app_key, '{"import_app_key":' || fac_import_app_key || '}'
|
||||
FROM fac_import_app
|
||||
WHERE fac_import_app_code = 'E_INVOICE';
|
||||
|
||||
INSERT INTO PRS_PERSLID (prs_perslid_module, prs_srtperslid_key, prs_afdeling_key, prs_perslid_naam, prs_perslid_oslogin, prs_perslid_apikey)
|
||||
SELECT prs_perslid_module, prs_srtperslid_key, prs_afdeling_key, 'fclt_sys_import_invoices', '_fclt_sys_import_invoices', 'ZnzHqvsdvUynvxLsDQuSuiIzrnkJHGmj'
|
||||
FROM prs_perslid
|
||||
WHERE prs_perslid_key = 4;
|
||||
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: SUTF08.sql $', '$Revision$', 1); END;
|
||||
/
|
||||
|
||||
commit;
|
||||
|
||||
SPOOL OFF
|
||||
|
||||
@sutf.sql
|
||||
@@ -1,31 +0,0 @@
|
||||
-- Customer specific once-script SUTF.
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
|
||||
|
||||
SET ECHO ON
|
||||
SPOOL xSUTF09.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
-- SUTF#29030
|
||||
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
|
||||
fac_notificatie_job_oms,
|
||||
fac_notificatie_job_mode,
|
||||
fac_notificatie_job_interval,
|
||||
fac_notificatie_job_nextrun,
|
||||
fac_notificatie_job_flags)
|
||||
VALUES ('SUTF_V_NOTI_INS_LATE',
|
||||
'Uitgeleende objecten',
|
||||
3,
|
||||
24,
|
||||
null,
|
||||
0);
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
|
||||
commit;
|
||||
|
||||
SPOOL OFF
|
||||
|
||||
@sutf.sql
|
||||
Reference in New Issue
Block a user