DJIN#86656 Audit-trail/tracking toevoegen voor mutaties in Facilitor

svn path=/Database/trunk/; revision=70707
This commit is contained in:
Erik Groener
2025-10-27 10:44:40 +00:00
parent f0952cae61
commit 099345c0d2
3 changed files with 31 additions and 1 deletions

View File

@@ -2095,7 +2095,10 @@ DEF_FAC_SRTNOT('PRSLOG', 0, 'lcl_noti_PRSLOG', 'prs/prs_perslid.asp?prs_key=',
DEF_FAC_SRTNOT('PRSKPU', 1, 'lcl_noti_PRSKPU', 'mgt/prs_kostenplaats.asp?mode=show&id=', '0', 'kostenplaats', 10);
DEF_FAC_SRTNOT('PRSUPB', 0, 'lcl_noti_PRSUPB', 'prs/prs_bedrijf.asp?bedrijf_key=', '0', 'bedrijf', 10);
DEF_FAC_SRTNOT('PRSUPT', 0, 'lcl_noti_PRSUPT', 'prs/prs_bedrijfadres.asp?badr_key=', '0', 'bedrijfadres', 10);
DEF_FAC_SRTNOT('PRSANO', 0, 'lcl_noti_PRSANO', 'prs/prs_perslid.asp?prs_key=' , '0', 'perslid', 10);
DEF_FAC_SRTNOT('PRSANO', 0, 'lcl_noti_PRSANO', 'prs/prs_perslid.asp?prs_key=', '0', 'perslid', 10);
DEF_FAC_SRTNOT('AFDNEW', 0, 'lcl_noti_AFDNEW', 'prs/prs_afdeling.asp?key=', '0', 'afdeling', 10);
DEF_FAC_SRTNOT('AFDUPD', 0, 'lcl_noti_AFDUPD', 'prs/prs_afdeling.asp?key=', '0', 'afdeling', 10);
DEF_FAC_SRTNOT('AFDDEL', 0, 'lcl_noti_AFDDEL', 'prs/prs_afdeling.asp?key=', '0', 'afdeling', 10);
DEF_FAC_SRTNOT('RESNEW', 1, 'lcl_noti_RESNEW', 'res/res_reservering.asp?rsv_ruimte_key=', '0', 'reservering', 60);
DEF_FAC_SRTNOT('RESSND', 1, 'lcl_noti_RESSND', 'res/res_reservering.asp?rsv_ruimte_key=', '0', 'reservering', 60);

View File

@@ -3654,6 +3654,9 @@ FAC_LCL('lcl_prs_is_prsupd', 'Persoon gewijzigd', 'Person updated')
FAC_LCL('lcl_prs_is_prsdel', 'Persoon verwijderd', 'Person deleted')
FAC_LCL('lcl_prs_is_prskpu', 'Kostenplaats gewijzigd', 'Cost centre updated')
FAC_LCL('lcl_prs_is_prslog', 'Ingelogd', 'Logged in')
FAC_LCL('lcl_prs_is_afdnew', 'Afdeling geregistreerd', 'Department registered')
FAC_LCL('lcl_prs_is_afdupd', 'Afdeling gewijzigd', 'Department updated')
FAC_LCL('lcl_prs_is_afddel', 'Afdeling verwijderd', 'Department deleted')
FAC_LCL('lcl_prs_companies_overeenkomst_nr', 'Overeenkomst nr', 'Contract nr')
FAC_LCL('lcl_prs_companies_overeenkomst_datum', 'Overeenkomst datum', 'Contract date')
FAC_LCL('lcl_prs_companies_post_adres', 'Postadres', 'Mailing address')
@@ -5762,6 +5765,7 @@ FAC_LCL('lcl_prj_cancelFailed', 'Het annuleren van een scenario is niet gelukt',
FAC_LCL('lcl_prj_is_prjmai', 'Mail met scenario rapportage verzonden naar ', 'Scenario has been mailed to ')
FAC_LCL('lcl_prj_addfloor', 'Deze verdieping is nog niet eerder in het scenario voorgekomen.'||CHR(10)||'Wilt u deze verdieping nu toevoegen aan dit scenario?', 'This floor has not been in this scenario before.'||CHR(10)||'Would you like to add this floor to this scenario?')
FAC_LCL('lcl_prs_afdelingen', 'Afdelingen', 'Departments')
FAC_LCL('lcl_prs_afdeling_vervallen_incl', 'Ook vervallen afdelingen', 'Expired departments also')
FAC_LCL('lcl_prs_ruimtebezetting', 'Ruimtebezetting', 'Room occupation')
FAC_LCL('lcl_prs_multi_edit', 'Multi wijzigen', 'Multi edit')
FAC_LCL('lcl_prs_kosten_mandate', 'Kostenplaats: Mandatering', 'Cost centre: Mandate')
@@ -8280,6 +8284,9 @@ FAC_LCL('lcl_noti_PRSKPU', 'Kostenplaats gewijzigd', 'Cost centre changed')
FAC_LCL('lcl_noti_PRSANO', 'Persoon is geanonimiseerd', 'Person is anonymized')
FAC_LCL('lcl_noti_PRSUPB', 'Bedrijf gewijzigd', 'Company changed')
FAC_LCL('lcl_noti_PRSUPT', 'Systeemadres gewijzigd', 'System address changed')
FAC_LCL('lcl_noti_AFDNEW', 'Afdeling geregistreerd', 'Department registered')
FAC_LCL('lcl_noti_AFDUPD', 'Afdeling gewijzigd', 'Department changed')
FAC_LCL('lcl_noti_AFDDEL', 'Afdeling verwijderd', 'Department deleted')
FAC_LCL('lcl_noti_RESNEW', 'Uw reservering ##KEY## (##DESC##) is geregistreerd', 'Your reservation ##KEY## (##DESC##) is registered')
FAC_LCL('lcl_noti_RESUPD', 'Uw reservering ##KEY## (##DESC##) is aangepast', 'Your reservation ##KEY## (##DESC##) is changed')

20
_UP/DB52to53.src Normal file
View File

@@ -0,0 +1,20 @@
/*
* Update script van FACILITOR schema
* $Revision$
* $Id$
*/
#include "prologue.inc"
COMMIT;
SET DEFINE OFF
/////////////////////////////////////////////////////////////////////////////////////////// DJIN#86656
DEF_FAC_SRTNOT('AFDNEW', 0, 'lcl_noti_AFDNEW', 'prs/prs_afdeling.asp?key=', '0', 'afdeling', 10);
DEF_FAC_SRTNOT('AFDUPD', 0, 'lcl_noti_AFDUPD', 'prs/prs_afdeling.asp?key=', '0', 'afdeling', 10);
DEF_FAC_SRTNOT('AFDDEL', 0, 'lcl_noti_AFDDEL', 'prs/prs_afdeling.asp?key=', '0', 'afdeling', 10);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
REGISTERONCE('$Id$')
#include "epilogue.inc"