BLCC#60989 mentions

svn path=/Database/trunk/; revision=55388
This commit is contained in:
2022-03-24 19:07:37 +00:00
parent a60f3c30db
commit cf791dfbdf
3 changed files with 22 additions and 0 deletions

View File

@@ -2087,6 +2087,13 @@ DEF_FAC_SRTNOT('FINVER', 0, 'lcl_noti_FINVER', 'fin/fin_factuur.asp?fin_key=', '
DEF_FAC_SRTNOT('FININF', 0, 'lcl_noti_FININF', 'fin/fin_search.asp?', '1', 'factuur', 10);
DEF_FAC_SRTNOT('FIN2GO', 3, 'lcl_noti_FIN2GO', 'fin/fin_factuur.asp?fin_key=', '0', 'factuur', 10);
// Notificatiesoorten tbv mentions in de notities
DEF_FAC_SRTNOT('CNTMEN', 0, 'lcl_noti_CNTMEN', 'cnt/cnt_contract.asp?cnt_key=', '0', 'contract', 10);
DEF_FAC_SRTNOT('FINMEN', 0, 'lcl_noti_FINMEN', 'fin/fin_factuur.asp?fin_key=', '0', 'factuur', 10);
DEF_FAC_SRTNOT('INSMEN', 0, 'lcl_noti_INSMEN', 'ins/ins_deel.asp?ins_key=', '0', 'deel', 10);
DEF_FAC_SRTNOT('MLDMEN', 0, 'lcl_noti_MLDMEN', 'mld/mld_melding.asp?mld_key=', '0', 'melding', 10);
DEF_FAC_SRTNOT('ORDMEN', 0, 'lcl_noti_ORDMEN', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
// Notificatiesoorten tbv ad hoc mail (putorders needs to know xmlnode)
DEF_FAC_SRTNOT('BESMAI', 0, 'lcl_noti_BESMAI', '', '0', 'bestelling', 10);
DEF_FAC_SRTNOT('BES2MA', 0, 'lcl_noti_BES2MA', '', '0', 'bestelopdr', 10);

View File

@@ -327,6 +327,7 @@ FAC_LCL('lcl_current_all_saved', 'Alle open tabs''s zijn vastgepinned', 'All tab
FAC_LCL('lcl_current_wgt_saved', 'Opgeslagen als widget', 'Saved as widget')
FAC_LCL('lcl_current_tab_towidget', 'Toevoegen als widget', 'Save as widget')
FAC_LCL('lcl_tabs_nosave', 'Deze tab kun je niet onthouden.', 'This tab cannot be pinned.')
FAC_LCL('lcl_tabs_nosave_edit', 'Let op: tabs die in wijzigmode staan worden niet opgeslagen', 'Warning: tabs in edit mode will not be saved')
FAC_LCL('lcl_toggler', 'Open-/dichtklappen', 'Toggle')
FAC_LCL('lcl_qp_maxrows1', 'Er worden maar {0} regels getoond. Klik hier voor meer of verfijn de selectie en zoek opnieuw.', 'Only {0} rows are displayed. Click here for more rows or refine the filter.')
FAC_LCL('lcl_qp_maxrows2', 'Er worden maar {0} regels getoond. Verfijn de selectie.', 'Only {0} rows are displayed. Please refine the selection.')
@@ -7295,6 +7296,13 @@ FAC_LCL('lcl_noti_FINVER', 'Factuur verwerkt', 'In
FAC_LCL('lcl_noti_FININF', 'Factuur goedkeuring vereist', 'Invoice approval needed')
FAC_LCL('lcl_noti_FIN2GO', 'Uw goedkeuring is vereist voor factuur ##KEY##', 'Your approval is needed for invoice ##KEY##')
// Notificatiesoorten tbv mentions in de notities
FAC_LCL('lcl_noti_CNTMEN', 'U bent genoemd bij contract ##KEY## (##LEV##/##OMSCH##)', 'You were mentioned in contract ##KEY## (##LEV##/##OMSCH##)')
FAC_LCL('lcl_noti_FINMEN', 'U bent genoemd bij factuur ##KEY##', 'You were mentioned in invoice ##KEY##')
FAC_LCL('lcl_noti_INSMEN', 'U bent genoemd bij object ##KEY##', 'You were mentioned in object ##KEY##')
FAC_LCL('lcl_noti_MLDMEN', 'U bent genoemd bij melding ##KEY## (##DISC##/##STDMLD##)', 'You were mentioned in call ##KEY## (##DISC##/##STDMLD##)')
FAC_LCL('lcl_noti_ORDMEN', 'U bent genoemd bij opdracht ##OPDRKEY##', 'You were mentioned in opdracht ##OPDRKEY##')
// Notificatiesoorten tbv aoc mail (putorders needs to know xmlnode)
FAC_LCL('lcl_noti_BESMAI', 'Bestelaanvraag ##KEY##', 'Purchase order request ##KEY##')
FAC_LCL('lcl_noti_BES2MA', 'Bestelopdracht ##KEY##', 'Purchase order ##KEY##')

View File

@@ -114,6 +114,13 @@ DEF_FAC_SRTNOT('FAQUPD', 0, 'lcl_noti_FAQUPD', 'faq/fac_faq.asp?faq_key=', '0',
/////////////////////////////////////////////////////////////////////////////////////////// UWVA#71401
CREATE INDEX bez_i_bez_afspraak_bez8 ON bez_afspraak(mld_opdr_key);
/////////////////////////////////////////////////////////////////////////////////////////// BLCC#60989
DEF_FAC_SRTNOT('CNTMEN', 0, 'lcl_noti_CNTMEN', 'cnt/cnt_contract.asp?cnt_key=', '0', 'contract', 10);
DEF_FAC_SRTNOT('FINMEN', 0, 'lcl_noti_FINMEN', 'fin/fin_factuur.asp?fin_key=', '0', 'factuur', 10);
DEF_FAC_SRTNOT('INSMEN', 0, 'lcl_noti_INSMEN', 'ins/ins_deel.asp?ins_key=', '0', 'deel', 10);
DEF_FAC_SRTNOT('MLDMEN', 0, 'lcl_noti_MLDMEN', 'mld/mld_melding.asp?mld_key=', '0', 'melding', 10);
DEF_FAC_SRTNOT('ORDMEN', 0, 'lcl_noti_ORDMEN', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000
///////////////////////////////////////////////////////////////////////////////////////////