FCLT#91196 Audit gebruik telefoonlijst verbeteren
svn path=/Database/branches/DB52/; revision=70716
This commit is contained in:
@@ -6494,7 +6494,10 @@ CREATE OR REPLACE PACKAGE BODY fac AS
|
||||
DELETE fac_audit WHERE fac_audit_datum < SYSDATE - 3 * 365;
|
||||
DELETE fac_auditfail WHERE fac_auditfail_datum < SYSDATE - 3 * 365;
|
||||
DELETE fac_gui_counter WHERE fac_gui_counter_date < SYSDATE - 3 * 365;
|
||||
DELETE fac_gui_counter WHERE fac_gui_counter_date < (SYSDATE - 100) AND prs_perslid_key IS NOT NULL;
|
||||
DELETE fac_gui_counter
|
||||
WHERE fac_gui_counter_date < (SYSDATE - 100)
|
||||
AND fac_gui_counter_group <> 'audit' -- die mag je echt niet zo snel opruimen
|
||||
AND prs_perslid_key IS NOT NULL;
|
||||
DELETE fac_import WHERE fac_import_datum_gelezen < SYSDATE - 90;
|
||||
DELETE imp_log WHERE fac_import_key IS NULL AND imp_log_datum < SYSDATE - 90;
|
||||
DELETE fac_kenmwaarden WHERE fac_kenmwaarden_aanmaak < SYSDATE - 7;
|
||||
|
||||
@@ -756,6 +756,8 @@ DEFINE_SETTING('PHB', 0001, 'WEB_PRSSYS', 'ph_showfunctie'
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_PRSSYS', 'ph_showparentafdeling' , 'number' , '0' , 'Show parent department in phonebook (0|1)')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_PRSSYS', 'phone_show_functie' , 'boolean' , 'true' , 'Provide search on Functions in phonebook (true|false)')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_PRSSYS', 'prs_phonebook_info' , 'string' , '' , 'Message to be shown at the top of the phonebook')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_PRSSYS', 'prs_phonebook_maxresults' , 'number' , '0' , 'Absolute maximum result lines for phonebook, disables Excel export')
|
||||
DEFINE_SETTING('PHB', 0001, 'WEB_PRSSYS', 'prs_phonebook_audit_floor' , 'number' , '10' , 'Audit this phonebook request when more than ## results')
|
||||
DEFINE_SETTING('PRJ', 0001, 'WEB_PRSSYS', 'prj_discipline_key' , 'number' , '-1' , 'mld_discipline_key of discipline for moves')
|
||||
DEFINE_SETTING('PRJ', 0001, 'WEB_PRSSYS', 'prj_fg_paperColor' , 'number' , '16777215' , 'Backgroundcolor for scenario-floorplans {nn=color | -1=''as published''}')
|
||||
DEFINE_SETTING('PRS', 0001, 'WEB_PRSSYS', 'prs_approvemethod' , 'number' , '1' , 'Approval tree: 1 = kp.budgethouder, kpngroep.verantwoordelijke, 2 = traverse up departments if kp.budgethouder undefined, 3=traverse up departments for budgethouder with adequate profile')
|
||||
|
||||
Reference in New Issue
Block a user