PLAT#61827

svn path=/Customer/; revision=46422
This commit is contained in:
Ruud Lipper
2020-03-30 12:07:55 +00:00
parent 4dccebce15
commit 1f09db7cb2

51
onces/PLAT/PLAT#61827.sql Normal file
View File

@@ -0,0 +1,51 @@
--
-- $Id$
--
-- update terminologie nav 2020.1 release
DEFINE thisfile = 'PLAT#61827.sql'
DEFINE dbuser = '^WOMD|^WOMA'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
WHENEVER SQLERROR EXIT;
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SPOOL &fcltlogfile
SET DEFINE OFF
------ payload begin ------
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Berekend' WHERE fac_locale_xsl_label = 'lcl_mld_geaccepteerd' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'berekenen gebrek' WHERE fac_locale_xsl_label = 'lcl_menu_mld_bo_accept' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Definitief' WHERE fac_locale_xsl_label = 'lcl_mld_afgemeld' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'berekenen' WHERE fac_locale_xsl_label = 'lcl_mld_accept' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Dit gebrek is nog niet berekend, wilt u dat nu doen?' WHERE fac_locale_xsl_label = 'lcl_mld_accept_3' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Berekenen' WHERE fac_locale_xsl_label = 'lcl_accept' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = ' berekenen?' WHERE fac_locale_xsl_label = 'lcl_mld_accept_2' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Wilt u gebrek' WHERE fac_locale_xsl_label = 'lcl_mld_accept_1' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Definitief maken gebrek' WHERE fac_locale_xsl_label = 'lcl_mld_final_close' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Definitief maken' WHERE fac_locale_xsl_label = 'lcl_close' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Tekst t.b.v. definitief maken gebrek' WHERE fac_locale_xsl_label = 'lcl_mld_finish_close' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Maak de berekening van dit gebrek definitief.' WHERE fac_locale_xsl_label = 'lcl_close_hint' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Gebrek is berekend' WHERE fac_locale_xsl_label = 'lcl_mld_is_mldacp' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Nieuw' WHERE fac_locale_xsl_label = 'lcl_mld_chk_bo_mldNew' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Berekend' WHERE fac_locale_xsl_label = 'lcl_mld_chk_bo_mldSelf' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Historie' WHERE fac_locale_xsl_label = 'lcl_mld_chk_bo_mldVer' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
UPDATE fac_locale_xsl SET fac_locale_xsl_cust = 'Definitief' WHERE fac_locale_xsl_label = 'lcl_mld_chk_bo_mldAfm' AND fac_locale_xsl_lang = 'NL' AND fac_locale_xsl_module = 'ASP';
INSERT INTO fac_menu (fac_menu_volgnr, fac_menu_altgroep, fac_menu_portal, fac_menu_altlabel, fac_menu_alturl, fac_functie_key)
SELECT 1092, 1, 1, 'Afhandelen gebreken', 'appl/mld/mld_search.asp?urole=bo', fac_functie_key FROM fac_functie f WHERE f.fac_functie_code = 'WEB_MLDBOF';
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile