FCLT#64834 Opdracht notitie (+notificaties)

svn path=/Database/trunk/; revision=53636
This commit is contained in:
2021-11-09 15:23:26 +00:00
parent 72cdbbbd02
commit 09c6eb6dc3
4 changed files with 136 additions and 62 deletions

View File

@@ -1965,7 +1965,9 @@ DEF_FAC_SRTNOT('MLDA2M', 0, 'lcl_noti_MLDA2M', 'mld/mld_melding.asp?urole=fe&mld
-- bericht aan uitvoerende
DEF_FAC_SRTNOT('ORDMLI', 4, 'lcl_noti_ORDMLI', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDMLE', 2, 'lcl_noti_ORDMLE', '', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDNOL', 2, 'lcl_noti_ORDNOL', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDA2U', 0, 'lcl_noti_ORDA2U', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDNOL', 1, 'lcl_noti_ORDNOL', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
-- bericht naar interne contactpersoon
DEF_FAC_SRTNOT('ORDAFM', 1, 'lcl_noti_ORDAFM', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDNEW', 0, 'lcl_noti_ORDNEW', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
@@ -1993,8 +1995,8 @@ DEF_FAC_SRTNOT('ORDANO', 0, 'lcl_noti_ORDANO', 'mld/mld_opdr.asp?opdr_key=', '0'
DEF_FAC_SRTNOT('ORD2GO', 3, 'lcl_noti_ORD2GO', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDOOK', 0, 'lcl_noti_ORDOOK', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDONO', 0, 'lcl_noti_ORDONO', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
-- opdrachtnotitie voor melder linkt naar melding, niet opdracht
DEF_FAC_SRTNOT('ORDNOT', 1, 'lcl_noti_ORDNOT', 'mld/mld_melding.asp?mld_key=', '0', 'melding', 10);
DEF_FAC_SRTNOT('ORDA2B', 0, 'lcl_noti_ORDA2B', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDNOB', 1, 'lcl_noti_ORDNOB', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('PRSINF', 2, 'lcl_noti_PRSINF', '' , '0', 'perslid', 10);
DEF_FAC_SRTNOT('PRSREG', 127, 'lcl_noti_PRSREG', '' , '0', 'perslid', 0);

View File

@@ -1,4 +1,4 @@
/*
/*
* $Id$
* $Revision$
*
@@ -515,6 +515,7 @@ FAC_LCL('lcl_filterblok', 'Selectie', 'Selection')
FAC_LCL('lcl_export_to_excel', 'Excel', 'Excel')
FAC_LCL('lcl_print_table', 'Afdrukken', 'Print')
FAC_LCL('lcl_export_to_csv', 'Naar bestand', 'Save to file')
FAC_LCL('lcl_zip_bijlagen', 'Zip bijlagen', 'Zip files')
FAC_LCL('lcl_search_diff_fields', 'Zoektekst', 'Search text')
FAC_LCL('lcl_search_or_fields', 'OF', 'OR')
FAC_LCL('lcl_communicatie', 'Communicatie', 'Communication')
@@ -859,6 +860,7 @@ FAC_LCL('lcl_mld_both', 'Beide', 'Both')
FAC_LCL('lcl_mld_enddate_empty', 'Einddatum opdracht leeglaten', 'Leave enddate empty', '', '')
FAC_LCL('lcl_mld_filter', 'Markering', 'Mark')
FAC_LCL('lcl_mld_code', 'Code', 'Code')
FAC_LCL('lcl_mld_info_delen', 'Kopieer de onderstaande tekst om te delen', 'Copy the text below to share')
FAC_LCL('lcl_opdr_statusfilters', 'Status: ', 'Status: ')
FAC_LCL('lcl_opdr_flags', 'Markering', 'Mark')
FAC_LCL('lcl_opdr_flag0', 'Zonder markering', 'Without mark')
@@ -1024,6 +1026,8 @@ FAC_LCL('lcl_ord_is_ordmli', 'Uitgegeven aan interne uitvoerder', 'Assigned to i
FAC_LCL('lcl_ord_is_ordafr', 'Kostentechnisch afgemeld', 'Financially closed')
FAC_LCL('lcl_ord_is_ordook', 'Offerte geaccepteerd', 'Offer accepted')
FAC_LCL('lcl_ord_is_ordono', 'Offerte afgewezen', 'Offer rejected')
FAC_LCL('lcl_ord_is_orda2b', 'Actie is bij backoffice gezet', 'Action assigned to back office')
FAC_LCL('lcl_ord_is_orda2u', 'Actie is bij uitvoerder gezet', 'Action assigned to contractor')
FAC_LCL('lcl_ord_is_updatedbysoap', 'Opdracht is gewijzigd door extern systeem', 'Order has been updated by an external system')
FAC_LCL('lcl_ord_is_upd_material', 'Opdrachtregel {0} is aangepast.', 'Order line {0} is adjusted.')
FAC_LCL('lcl_ord_notification_sent_to', 'Notificatie ''{0}'' verstuurd aan {1}', 'Notification ''{0}'' sent to {1}')
@@ -1234,6 +1238,11 @@ FAC_LCL('lcl_obj_symbol_dwgx', 'Basiscoordinaat X', 'Insertion point X')
FAC_LCL('lcl_obj_symbol_dwgy', 'Basiscoordinaat Y', 'Insertion point Y')
FAC_LCL('lcl_srtdeel_acadlabelsize', 'Labelhoogte', 'Label height')
FAC_LCL('lcl_srtdeel_acadlabelpos', 'Labelpositie', 'Label position')
FAC_LCL('lcl_acadlabelpos1', 'Standaard', 'Default')
FAC_LCL('lcl_acadlabelpos2', 'Midden', 'Center')
FAC_LCL('lcl_acadlabelpos3', 'Linksboven', 'Top left')
FAC_LCL('lcl_acadlabelpos4', 'Rechts buiten', 'Outside right')
FAC_LCL('lcl_acadlabelpos5', 'Onderkant buiten', 'Outside bottom')
FAC_LCL('lcl_ins_srtartikelnr', 'Artikelnummer', 'Item number')
FAC_LCL('lcl_ins_srtdeel_count', 'Aantal', 'Number')
FAC_LCL('lcl_ins_image', 'Afbeelding', 'Image')
@@ -1841,8 +1850,8 @@ FAC_LCL('lcl_mes_message', 'Bericht', 'Message')
FAC_LCL('lcl_mes_message_received', 'Ontvangen bericht', 'Received message')
FAC_LCL('lcl_mes_message_received_back', 'Terug ontvangen bericht', 'Received message')
FAC_LCL('lcl_mes_message_send', 'Mijn verzonden bericht', 'My message sent')
FAC_LCL('lcl_mes_all', 'Let op: bericht versturen naar alle Facilitor gebruikers?', 'Please: send message to all Facilitor users?')
FAC_LCL('lcl_mes_empty', '[vul hier uw bericht in van maximaal 4000 tekens]', '[enter your message here with a maximum of 4000 characters]')
FAC_LCL('lcl_mes_all', 'Let op: wil je dit bericht echt versturen naar ALLE Facilitor gebruikers?', 'Attention: Do you really want to send this message to ALL Facilitor users?')
FAC_LCL('lcl_mes_empty', 'Typ hier het bericht (maximaal 4.000 tekens)', 'Enter your message here (with a maximum of 4000 characters)')
FAC_LCL('lcl_mes_is_send', ' bericht is verzonden', ' message is sent')
FAC_LCL('lcl_mes_is_send2', ' berichten zijn verzonden', ' messages are sent')
FAC_LCL('lcl_mes_del', 'Verwijderen portalbericht', 'Delete message')
@@ -1984,6 +1993,7 @@ FAC_LCL('lcl_activity', 'Activiteit', 'Activity')
FAC_LCL('lcl_srtactivity', 'Activiteitsoort', 'Activity type')
FAC_LCL('lcl_room', 'Ruimte', 'Room')
FAC_LCL('lcl_room_choose_cad', 'Kies in plattegrond', 'Choose from floorplan')
FAC_LCL('lcl_point_cad', 'Wijs aan op plattegrond', 'Point at floorplan')
FAC_LCL('lcl_room_cad', 'Plattegrond', 'Floorplan')
FAC_LCL('lcl_cancel', 'Annuleren', 'Cancel')
FAC_LCL('lcl_consumable_objects', 'Verbruiksartikelen', 'Catering products')
@@ -2123,6 +2133,7 @@ FAC_LCL('lcl_mld_directklaar', 'Kan door frontoffice worden behandeld', 'Can be
FAC_LCL('lcl_mld_initieel_fo', 'Initieel ook eerst naar de front office', 'Initially to the front office')
FAC_LCL('lcl_mld_afhankelijk_vakgroep', 'Afhankelijk van vakgroep', 'Depending on discipline')
FAC_LCL('lcl_mld_notfrontend', 'Niet zichtbaar voor frontend', 'Not visible for front end')
FAC_LCL('lcl_mld_stdmelding_notes', 'Deelnemers notities', 'Notes participants')
FAC_LCL('lcl_mld_notify', 'Notificeren (als bij vakgroep aan)', 'Send notifications (if set at discipline)')
FAC_LCL('lcl_mld_noti_caller', 'Aanvrager notificeren', 'Notify issuer')
FAC_LCL('lcl_mld_object_restrict', 'Objecten beperken tot:', 'Limit objects to:')
@@ -2358,6 +2369,7 @@ FAC_LCL('lcl_yes', 'ja', 'yes')
FAC_LCL('lcl_no', 'nee', 'no')
FAC_LCL('lcl_Yes', 'Ja', 'Yes')
FAC_LCL('lcl_No', 'Nee', 'No')
FAC_LCL('lcl_You', 'Jij', 'You')
FAC_LCL('lcl_unknown', 'Onbekend', 'Unknown')
FAC_LCL('lcl_check_1', 'Ja', 'Yes')
FAC_LCL('lcl_check_0', 'Nee', 'No')
@@ -2674,6 +2686,7 @@ FAC_LCL('lcl_donot_update', 'Niet aanpassen', 'Do not update')
FAC_LCL('lcl_open_reservations', 'Open', 'Open')
FAC_LCL('lcl_closed_reservations', 'Verwerkt', 'Closed')
FAC_LCL('lcl_prs_persons', 'Personen', 'Persons')
FAC_LCL('lcl_prs_pers', 'pers.', 'pers.')
FAC_LCL('lcl_prs_mobile', 'Mob. telefoon', 'Mob. phone')
FAC_LCL('lcl_prs_email', 'E-mail', 'E-mail')
FAC_LCL('lcl_prs_name', 'Naam', 'Name')
@@ -3332,7 +3345,10 @@ FAC_LCL('lcl_fg_noithema', 'Geen objectthema', 'No object theme')
FAC_LCL('lcl_fg_nowthema', 'Geen werkplekthema', 'No workplace theme')
FAC_LCL('lcl_fg_notthema', 'Geen terreinthema','No terrain theme')
FAC_LCL('lcl_fg_search_ins', 'Zoek een object','Search an object')
FAC_LCL('lcl_fg_search_label', 'Zoek een label','Search a label')
FAC_LCL('lcl_fg_search_label', 'Vind een tekst/label','Find a text/label')
FAC_LCL('lcl_fg_searcharea', 'Zoeken in','Search in')
FAC_LCL('lcl_fg_search_thisfloor', 'deze verdieping','this floor')
FAC_LCL('lcl_fg_search_thislocation', 'hele locatie','this location')
FAC_LCL('lcl_fg_schaal', 'Schaal', 'Scale')
FAC_LCL('lcl_fg_alle_verd', 'Alle verdiepingen', 'All floors')
FAC_LCL('lcl_fg_schaal_huidig', 'Huidig', 'Current')
@@ -3487,6 +3503,7 @@ FAC_LCL('lcl_faq_display_both_edit', 'Als pop-up & altijd tonen', 'Pop-up & disp
FAC_LCL('lcl_faq_datum', 'Publicatiedatum', 'Publication date')
FAC_LCL('lcl_faq_wijzigdatum', 'Wijzigdatum', 'Last changed date')
FAC_LCL('lcl_faq_vervaldatum', 'Vervaldatum', 'Expiry date')
FAC_LCL('lcl_faq_terminated', 'Ook be<62>indigde kennisbankitems tonen', 'Also show terminated knowledgebank items')
FAC_LCL('lcl_faq_needaccept', 'Vereist goedkeuring voor publicatie', 'Must be approved for publication')
FAC_LCL('lcl_faq_ingevoerd', 'Aangepast door', 'Adjusted by')
FAC_LCL('lcl_faq_voor_stdmelding', 'Specifiek voor vakgroep/melding', 'Specified for disciplines/calls')
@@ -3846,8 +3863,8 @@ FAC_LCL('lcl_fac_menu_usage_mnd', 'Gebruik afgelopen maand', 'Used last month')
FAC_LCL('lcl_builtin_menu_image', '(standaard)', '(default)')
FAC_LCL('lcl_menu_fac_jobs', 'Geplande acties', 'Recurring actions')
FAC_LCL('lcl_menu_msg_bericht_maken', 'Bericht maken', 'Create message')
FAC_LCL('lcl_menu_fac_nieuws_overzicht', 'Nieuws overzicht', 'News overview')
FAC_LCL('lcl_menu_msg_bericht_maken', 'Bericht versturen', 'Send a message')
FAC_LCL('lcl_menu_fac_nieuws_overzicht', 'Nieuwsoverzicht', 'News overview')
//flex reservations
FAC_LCL('lcl_weekend', 'Weekend', 'Weekend')
@@ -3962,6 +3979,7 @@ FAC_LCL('lcl_menu_bes_bo_voorraad', 'Bestelvoorraad', 'Order stock')
FAC_LCL('lcl_menu_obj_bo_haltewerkzaamh', 'Haltewerkzaamheden', 'Stopping place activities')
FAC_LCL('lcl_facmgt_faq', 'Kennisbank', 'Knowledge base')
FAC_LCL('lcl_menu_faq_kennisbank_fo', 'Kennisbank Specialisten', 'Knowledge base Specialists')
FAC_LCL('lcl_menu_faq_catalogi', 'Kennisbank catalogi', 'Knowledge base catalogues')
FAC_LCL('lcl_menu_faq_kenmerk', 'Kenmerken van Kennisbank', 'Knowledge base Properties')
FAC_LCL('lcl_menu_faq_kenmerkdomeinen', 'Kenmerkdomeinen', 'Property domains')
FAC_LCL('lcl_menu_faq_setting', 'Instellingen', 'Settings')
@@ -4345,7 +4363,7 @@ FAC_LCL('lcl_bez_period_error', 'Voer een geheel getal groter dan nul in voor pe
FAC_LCL('lcl_bez_date_limit_reached', 'Maximum datum bereikt. gestopt bij: ', 'Date limit reached. Stopped at: ')
FAC_LCL('lcl_bez_confirm_delete_bezoeker', 'Wilt u deze bezoeker verwijderen?', 'Would you like to delete this visitor?')
FAC_LCL('lcl_bez_confirm_delete_afspraak', 'Wilt u deze afspraak verwijderen?', 'Would you like to delete this appointment?')
FAC_LCL('lcl_bez_makedates', 'Kies hierboven een herhaalperiode en klik dan HIER of kies rechtstreeks de gewenste data hieronder', 'Select a recurrence using the fields above and press HERE or select dates directly below')
FAC_LCL('lcl_bez_makedates', 'Kies een herhaalperiode en klik dan ''Tonen datums'' of kies direct de gewenste data hieronder. Klik Opslaan als alle gewenste datums geselecteerd zijn.', 'Select a recurrence using the fields below and press SHOW DATES or select dates directly below')
FAC_LCL('lcl_bez_multi_none', 'Bevestig de herhaalperiode naar de kalender of kies rechtstreeks in de kalender.', 'Confirm the recurrence into the calendar or select dates in the calendar directly.')
FAC_LCL('lcl_bez_multi_created', '{0} afspraak/afspraken aangemaakt.', '{0} appointment(s) created.')
FAC_LCL('lcl_bez_multi_limit_reached', 'Maximale datum bereikt. Datum te ver in de toekomst: ', 'Maximum date reached. Date too far in the future: ')
@@ -4764,7 +4782,11 @@ FAC_LCL('lcl_mld_zichtbaar_FE', 'Zichtbaar voor de aanvrager', 'Visible for issu
FAC_LCL('lcl_mld_verborgen_FE', 'Verborgen voor de aanvrager', 'Hidden for issuer')
FAC_LCL('lcl_mld_toekennen_FE', 'Reactie aan {0} vragen', 'Assign issue to issuer {0}')
FAC_LCL('lcl_mld_latenbij_FE', 'Actie bij aanvrager {0} laten', 'Leave action assigned to issuer {0}')
FAC_LCL('lcl_mld_toekennen_BO', 'Actie bij behandelaar zetten', 'Assign issue to backoffice')
FAC_LCL('lcl_mld_zichtbaar_UITV', 'Zichtbaar voor de uitvoerder', 'Visible to the contractor')
FAC_LCL('lcl_mld_verborgen_UITV', 'Verborgen voor de uitvoerder', 'Hidden from the contractor')
FAC_LCL('lcl_mld_toekennen_UITV', 'Zet de actie bij {0}', 'Assign order to contractor {0}')
FAC_LCL('lcl_mld_latenbij_UITV', 'Actie bij uitvoerder {0} laten', 'Leave action assigned to contractor {0}')
FAC_LCL('lcl_mld_toekennen_BO', 'Actie bij behandelaar zetten', 'Assign action to backoffice')
FAC_LCL('lcl_mld_notify_FE', '{0} hierover notificeren', 'Notify issuer {0}')
FAC_LCL('lcl_mld_notify_FEchild', 'Ook melders kindmeldingen notificeren', 'Also notify child usuers')
FAC_LCL('lcl_mld_noti_ext', '{0} notificeren', 'Notify {0}')
@@ -4772,11 +4794,13 @@ FAC_LCL('lcl_mld_noti_ext', '{0} notificeren', 'Notify {0}')
FAC_LCL('lcl_mld_actiecode', 'Substatus', 'Sub Status')
FAC_LCL('lcl_mld_actiecodeBO', 'Actie bij behandelaar', 'Backoffice action')
FAC_LCL('lcl_mld_actiecodeFE', 'Actie bij aanvrager', 'Waiting for issuer action')
FAC_LCL('lcl_mld_actiecodeUITV', 'Actie bij uitvoerder', 'Waiting for contractor action')
FAC_LCL('lcl_mld_actiecodeYou', 'Er wordt een (re)actie van je gevraagd', 'This is waiting for your (re)action')
FAC_LCL('lcl_mld_behandelaarYou', 'Jij bent de behandelaar', 'You are the processor')
FAC_LCL('lcl_mld_actiecodeATT', 'Attentie!', 'Attention!')
FAC_LCL('lcl_mld_actiecodeBOchk', 'Ook met actie bij behandelaar', 'Backoffice action')
FAC_LCL('lcl_mld_actiecodeFEchk', 'Meldingen met actie bij aanvrager tonen', 'Waiting for issuer action')
FAC_LCL('lcl_mld_actiecodeUITVchk', 'Opdrachten met actie bij uitvoerder tonen', 'Show orders waiting for contractor action')
FAC_LCL('lcl_mld_actiecodeATTchk', 'Alleen met attentie', 'With attention only')
FAC_LCL('lcl_mld_opm_paste', 'Kopie<69>r de tekst van de zojuist afgemelde opdracht', 'Copy the text of the just closed order')
@@ -5543,9 +5567,10 @@ FAC_LCL('cad_label_m', 'Labels', 'Labels')
FAC_LCL('cad_label_omschrijving', 'Benaming', 'Name')
FAC_LCL('cad_label_opmerking', 'Omschrijving', 'Description')
FAC_LCL('cad_label_view', 'Viewnaam', 'View name')
FAC_LCL('cad_label_size', 'Labelgrootte', 'Label size')
FAC_LCL('cad_label_visible', 'Tonen met het standaardlabel', 'Show with standard label')
FAC_LCL('cad_label_type', 'Type', 'Type')
FAC_LCL('cad_label_size', 'Labelhoogte', 'Label heigth')
FAC_LCL('cad_label_rotation', 'Rotatie', 'Rotation')
FAC_LCL('cad_label_visible', 'Met standaardlabel tonen', 'Show with standard label')
FAC_LCL('cad_label_type', '', '')
FAC_LCL('cad_label_type_waar', 'Van toepassing op', 'Applicable to')
FAC_LCL('cad_label_type_situatie', 'Situatie', 'Situation')
FAC_LCL('cad_label_type_bi_rui', 'Binnen-ruimtes', 'Indoor (room)')
@@ -5811,6 +5836,8 @@ FAC_LCL('fac_widget_add_new', 'Voeg direct uw eerste widget toe', 'Add you
FAC_LCL('fac_widget_add_here', 'Voeg een nieuwe widget toe aan deze rij', 'Add a new widget to this row')
FAC_LCL('fac_widget_fix_height', 'Hoogte vastzetten', 'Fix height')
FAC_LCL('lcl_note_reply', 'Beantwoorden', 'Reply')
FAC_LCL('lcl_note_group_default', 'Standaard', 'Default')
FAC_LCL('fac_note_groups', 'Notitie classificaties', 'Note indications')
FAC_LCL('fac_note_group', 'Notitie classificatie', 'Note indication')
@@ -5827,6 +5854,11 @@ FAC_LCL('fac_tracking_m', 'Tracking', 'Tracking')
FAC_LCL('faq_kenmerk', 'Kenmerk kennisbank', 'Property knowledgebase')
FAC_LCL('faq_kenmerk_m', 'Kenmerken kennisbank', 'Properties knowledgebase')
FAC_LCL('faq_discipline_key', 'Catalogus', 'Catalogue')
FAC_LCL('faq_discipline', 'Catalogus', 'Catalogue')
FAC_LCL('faq_discipline_m', 'Catalogi', 'Catalogues')
FAC_LCL('faq_discipline_module', 'Module', 'Module')
FAC_LCL('faq_discipline_omschrijving', 'Omschrijving', 'Description')
FAC_LCL('custom_field', 'Aangepast veld', 'Custom field')
FAC_LCL('custom_field_m', 'Aangepaste velden', 'Custom fields')
@@ -5999,6 +6031,8 @@ FAC_LCL('ins_srtdiscipline_opmerking', 'Aanwijzing', 'Hint')
FAC_LCL('ins_srtdiscipline_kostenklant', 'Defaultwaarde kosten klant', 'Default value cust. pays')
FAC_LCL('ins_srtdiscipline_mldgroup', 'Groepering', 'Grouping')
FAC_LCL('ins_srtdiscipline_mldgroupLOV', '0;;1;Kan groepering zijn;2;Kan gegroepeerd worden;3;Beide', '0;;1;Can be grouping;2;Can be grouped;3;Both')
FAC_LCL('mld_disc_params_mldgroupLOV', '0;Zoals vakgroeptype;1;Kan groepering zijn;2;Kan gegroepeerd worden;3;Beide', '0;Like discipline type;1;Can be grouping;2;Can be grouped;3;Both')
FAC_LCL('ins_srtdiscipline_algLOV',
'0;Niet tonen;7;Locatie;5;Gebouw;3;Verdieping;1;Ruimte',
'0;Don''t show;7;Location;5;Building;3;Floor;1;Room')
@@ -6128,19 +6162,19 @@ FAC_LCL('mld_typeopdr_matchtype', 'Opdrachtkosten (/Factuurmatching)', 'Order co
FAC_LCL('mld_typeopdr_matchtypeLOV',
'0;Altijd goed;1;Opdrachttotaal;2;Termijn tot opdrachttotaal;3;Wekelijks geregistreerde uren;4;Geen kosten;5;Materiaal;6;Totaal geregistreerde uren;7;Maximum geregistreerde uren',
'0;Always Ok;1;Order total;2;Term up to order total;3;Weekly registered hours;4;No costs;5;Material;6;Total registered hours;7;Maximum recorded hours')
FAC_LCL('mld_typeopdr_uren', 'Qua uren', 'Define hours')
FAC_LCL('mld_typeopdr_uren', 'Opgave uren', 'Define hours')
FAC_LCL('mld_typeopdr_urenLOV',
'0;Geen uren;1;Optioneel aantal uren;2;Verplicht aantal uren;3;Interne urenregistratie/Raming;4;Intern urenregistratie/Maximum;5;Interne urenregistratie/Wekelijks',
'0;None;1;External hours/Optional;2;External hours/Required;3;Internal hours/Estimate;4;Internal hours/Maximum;5;Internal hours/Weekly')
FAC_LCL('mld_typeopdr_materiaal', 'Qua materiaal', 'Define material')
FAC_LCL('mld_typeopdr_materiaal', 'Opgave materiaal', 'Define material')
FAC_LCL('mld_typeopdr_materiaalLOV',
'0;Geen materiaal;1;Optioneel totaalbedrag;2;Materialenlijst',
'0;None;1;Total amount;2;List of Materials')
FAC_LCL('mld_typeopdr_totaal', 'Qua totaalbedrag', 'Define total amount')
FAC_LCL('mld_typeopdr_totaal', 'Opgave totaalbedrag', 'Define total amount')
FAC_LCL('mld_typeopdr_totaalLOV',
'0;Berekend;1;Invulbaar;2;Invulbaar met ORDAFR rechten',
'0;Calculated;1;To fill in;2;To fill in with ORDAFR rights')
FAC_LCL('mld_typeopdr_factuurmatching', 'Qua facturatie', 'Invoicing')
FAC_LCL('mld_typeopdr_factuurmatching', 'Aantal facturen', 'Nr of invoices')
FAC_LCL('mld_typeopdr_factuurmatchLOV',
// '0;Geen facturen;1;E<>n factuur (bedrag bekend);2;E<>n factuur (bedrag onbekend);3;Meerdere facturen;4;Contracttermijnen',
'0;Geen facturen;1;E<>n factuur;3;Meerdere facturen',
@@ -6153,15 +6187,15 @@ FAC_LCL('mld_typeopdr_offertelimiet', 'Bedrag waarboven offerte nodig', 'Offer r
FAC_LCL('mld_typeopdr_gvs', 'Goedkeuringsvrijstelling', 'Functional approval exemption')
FAC_LCL('mld_typeopdr_fvs', 'Fiatteringsvrijstelling', 'Financial approval exemption')
FAC_LCL('mld_typeopdr_typeopdr_key', 'Opdrachttype na offerte', 'Order type after offer')
FAC_LCL('mld_typeopdr_contract', 'Contract kiezen bij opdracht van dit type', 'Select contract for this order type')
FAC_LCL('mld_typeopdr_contract', 'Contractkeuze', 'Contract select')
FAC_LCL('mld_typeopdr_contractLOV',
'0;Geen;2;Optioneel;3;Verplicht',
'0;None;2;Optional;3;Mandatory')
FAC_LCL('mld_typeopdr_afhandeling', 'Afhandeling verplicht bij afmelden opdracht', 'Progress text mandatory when closing order')
FAC_LCL('mld_typeopdr_kosten_verplicht', 'Opdrachtbedrag verplicht vanaf', 'Order amount mandatory from')
FAC_LCL('mld_typeopdr_afhandeling', 'Afhandeltekst verplicht bij afmelden', 'Text mandatory when closing order')
FAC_LCL('mld_typeopdr_kosten_verplicht', 'Opdrachtbedrag verplicht', 'Order amount mandatory')
FAC_LCL('mld_typeopdr_kosten_verplichtLOV',
'0;Niet verplicht;7;Aanmaak;6;Afmelden;4;Afronden',
'0;Never mandatory;7;Creation;6;Closing;4;Completion')
'0;Niet verplicht;7;Bij aanmaak;6;Bij afmelden;4;Bij afronden',
'0;Never mandatory;7;At creation;6;At closing;4;At completion')
FAC_LCL('mld_typeopdr_srtdiscipline', 'Opdrachttype bij Vakgroeptype', 'Order type at Discipline type')
FAC_LCL('mld_typeopdr_srtdiscipline_m', 'Opdrachttypen bij Vakgroeptypen', 'Order types at Discipline types')
@@ -6361,7 +6395,8 @@ FAC_LCL('res_activiteit_cvab_mode', 'Bezorgmode', 'Delivery mode')
FAC_LCL('res_activiteit_cvab_modeLOV', ';Onbekend;0;Afhalen;1;Bezorgen;2;Afhalen, niet wijzigbaar;3;Bezorgen, niet wijzigbaar',
';Unknown;0;Pick up;1;Deliver;2;Pick up, not editable;3;Deliver, not editable')
FAC_LCL('res_srtactiviteit_key', 'Activiteitsoort', 'Activity type')
FAC_LCL('res_activiteit_limiet', 'Limiet dagen', 'Limit days')
FAC_LCL('res_activiteit_limiet_fe', 'Limiet dagen FE', 'Limit days FE')
FAC_LCL('res_srtactiviteit', 'Activiteitsoort', 'Activity type')
FAC_LCL('res_srtactiviteit_m', 'Activiteitsoorten', 'Activity types')
FAC_LCL('res_srtactiviteit_prefix', 'Prefix', 'Prefix')
@@ -7057,37 +7092,41 @@ FAC_LCL('lcl_noti_MLDNW3', 'Facilitor: Nieuwe melding ##KEY## (##DISC##/##STDMLD
-- noot: ##OPDRKEY## = meldkey/volgnr
-- bericht aan uitvoerende
FAC_LCL('lcl_noti_ORDMLI', '##PLAATS##: ##SPOED##Opdracht ##OPDRKEY## (##STDMLD##) is aan u toegewezen', '##PLAATS##: ##SPOED##Order ##OPDRKEY## (##STDMLD##) is assigned to you')
FAC_LCL('lcl_noti_ORDMLE', '##SPOED##Opdracht ##OPDRKEY## (##DISC##/##STDMLD##) is aan u toegewezen', '##SPOED##ORDER ##OPDRKEY## (##DISC##/##STDMLD##) is assigned to you')
FAC_LCL('lcl_noti_ORDMLI', '##PLAATS##: ##SPOED##Opdracht ##OPDRKEY## (##STDMLD##) is aan u toegewezen', '##PLAATS##: ##SPOED##Order ##OPDRKEY## (##STDMLD##) is assigned to you')
FAC_LCL('lcl_noti_ORDMLE', '##SPOED##Opdracht ##OPDRKEY## (##DISC##/##STDMLD##) is aan u toegewezen', '##SPOED##ORDER ##OPDRKEY## (##DISC##/##STDMLD##) is assigned to you')
FAC_LCL('lcl_noti_ORDA2U', 'Actie van opdracht ##OPDRKEY## is aan u toegewezen', 'Order ##OPDRKEY## is assigned to you')
FAC_LCL('lcl_noti_ORDNOL', 'Er is een opmerking voor u geplaatst bij ##OPDRKEY##', 'A remark has been posted for you with order ##OPDRKEY##')
-- bericht naar interne contpersoon
FAC_LCL('lcl_noti_ORDAFM', 'Opdracht ##OPDRKEY## is gereed gemeld', 'Order ##OPDRKEY## is processed')
FAC_LCL('lcl_noti_ORDNEW', 'Opdracht ##OPDRKEY## is aangemaakt', 'Order ##OPDRKEY## is created')
FAC_LCL('lcl_noti_ORDUPD', 'Opdracht ##OPDRKEY## is gewijzigd', 'Order ##OPDRKEY## is changed')
FAC_LCL('lcl_noti_ORDDAT', 'Einddatum van opdracht ##OPDRKEY## is gewijzigd', 'Enddate of order ##OPDRKEY## is updated')
FAC_LCL('lcl_noti_ORDPLD', 'Geplande aanvang van opdracht ##OPDRKEY## is gewijzigd', 'Planned date of order ##OPDRKEY## is updated')
FAC_LCL('lcl_noti_ORDPL2', 'Geplande einddatum van opdracht ##OPDRKEY## is gewijzigd', 'Planned end date of order ##OPDRKEY## is updated')
FAC_LCL('lcl_noti_ORDFIA', 'Opdracht ##OPDRKEY## is ter fiattering aangeboden aan ##FIATTEUR##', 'Order ##OPDRKEY## is offered for approval to ##FIATTEUR##')
FAC_LCL('lcl_noti_ORDFOK', 'Opdracht ##OPDRKEY## is gefiatteerd', 'Order ##OPDRKEY## is approved')
FAC_LCL('lcl_noti_ORDFNO', 'Opdracht ##OPDRKEY## is afgewezen', 'Order ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDREJ', 'Opdracht ##OPDRKEY## is afgewezen', 'Order ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDACP', 'Opdracht ##OPDRKEY## is geaccepteerd', 'Order ##OPDRKEY## is accepted')
FAC_LCL('lcl_noti_ORDHLT', 'Opdracht ##OPDRKEY## is onderbroken', 'Order ##OPDRKEY## is paused')
FAC_LCL('lcl_noti_ORDRSM', 'Opdracht ##OPDRKEY## is hervat', 'Order ##OPDRKEY## is continued')
FAC_LCL('lcl_noti_ORDVER', 'Opdracht ##OPDRKEY## is geheel verwerkt', 'Order ##OPDRKEY## is completely processed')
FAC_LCL('lcl_noti_ORDSNT', 'Opdracht ##OPDRKEY## is verzonden', 'Order ##OPDRKEY## has been sent')
FAC_LCL('lcl_noti_ORDSNX', 'Opdracht ##OPDRKEY## is niet verzonden', 'Order ##OPDRKEY## has not been sent')
FAC_LCL('lcl_noti_ORDCAN', 'Opdracht ##OPDRKEY## is geannuleerd', 'Order ##OPDRKEY## is cancelled')
FAC_LCL('lcl_noti_ORDCAE', 'Opdracht ##OPDRKEY## (##DISC##/##STDMLD##) is geannuleerd', 'ORDER ##OPDRKEY## (##DISC##/##STDMLD##) is cancelled')
FAC_LCL('lcl_noti_ORDCAI', 'Opdracht ##OPDRKEY## (##DISC##/##STDMLD##) is geannuleerd', 'ORDER ##OPDRKEY## (##DISC##/##STDMLD##) is cancelled')
FAC_LCL('lcl_noti_ORDAFR', 'Opdracht ##OPDRKEY## is kostentechnisch gereed gemeld', 'Order ##OPDRKEY## is financially processed')
FAC_LCL('lcl_noti_ORDGOE', 'Opdracht ##OPDRKEY## is ter goedkeuring aangeboden', 'Order ##OPDRKEY## is offered for approval')
FAC_LCL('lcl_noti_ORDGNO', 'Opdracht ##OPDRKEY## is afgekeurd', 'Order ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDANO', 'Opdracht ##OPDRKEY## is geanonimiseerd', 'Order ##OPDRKEY## is anonymized')
FAC_LCL('lcl_noti_ORD2GO', 'Facilitor: Uw goedkeuring is vereist voor opdracht ##OPDRKEY##', 'Facilitor: Your approval for order ##OPDRKEY## is required')
FAC_LCL('lcl_noti_ORDOOK', 'Offerte ##OPDRKEY## is goedgekeurd', 'Offer ##OPDRKEY## is approved')
FAC_LCL('lcl_noti_ORDONO', 'Offerte ##OPDRKEY## is afgewezen', 'Offer ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDNOT', 'Er is een opmerking bij ##OPDRKEY## geplaatst door uitvoerende', 'New note from handler for ##OPDRKEY##')
FAC_LCL('lcl_noti_ORDNOL', 'Er is een opmerking bij ##OPDRKEY## geplaatst door aanvrager', 'New note from requestor for ##OPDRKEY## ')
FAC_LCL('lcl_noti_ORDAFM', 'Opdracht ##OPDRKEY## is gereed gemeld', 'Order ##OPDRKEY## is processed')
FAC_LCL('lcl_noti_ORDNEW', 'Opdracht ##OPDRKEY## is aangemaakt', 'Order ##OPDRKEY## is created')
FAC_LCL('lcl_noti_ORDUPD', 'Opdracht ##OPDRKEY## is gewijzigd', 'Order ##OPDRKEY## is changed')
FAC_LCL('lcl_noti_ORDDAT', 'Einddatum van opdracht ##OPDRKEY## is gewijzigd', 'Enddate of order ##OPDRKEY## is updated')
FAC_LCL('lcl_noti_ORDPLD', 'Geplande aanvang van opdracht ##OPDRKEY## is gewijzigd', 'Planned date of order ##OPDRKEY## is updated')
FAC_LCL('lcl_noti_ORDPL2', 'Geplande einddatum van opdracht ##OPDRKEY## is gewijzigd', 'Planned end date of order ##OPDRKEY## is updated')
FAC_LCL('lcl_noti_ORDFIA', 'Opdracht ##OPDRKEY## is ter fiattering aangeboden aan ##FIATTEUR##', 'Order ##OPDRKEY## is offered for approval to ##FIATTEUR##')
FAC_LCL('lcl_noti_ORDFOK', 'Opdracht ##OPDRKEY## is gefiatteerd', 'Order ##OPDRKEY## is approved')
FAC_LCL('lcl_noti_ORDFNO', 'Opdracht ##OPDRKEY## is afgewezen', 'Order ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDREJ', 'Opdracht ##OPDRKEY## is afgewezen', 'Order ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDACP', 'Opdracht ##OPDRKEY## is geaccepteerd', 'Order ##OPDRKEY## is accepted')
FAC_LCL('lcl_noti_ORDHLT', 'Opdracht ##OPDRKEY## is onderbroken', 'Order ##OPDRKEY## is paused')
FAC_LCL('lcl_noti_ORDRSM', 'Opdracht ##OPDRKEY## is hervat', 'Order ##OPDRKEY## is continued')
FAC_LCL('lcl_noti_ORDVER', 'Opdracht ##OPDRKEY## is geheel verwerkt', 'Order ##OPDRKEY## is completely processed')
FAC_LCL('lcl_noti_ORDSNT', 'Opdracht ##OPDRKEY## is verzonden', 'Order ##OPDRKEY## has been sent')
FAC_LCL('lcl_noti_ORDSNX', 'Opdracht ##OPDRKEY## is niet verzonden', 'Order ##OPDRKEY## has not been sent')
FAC_LCL('lcl_noti_ORDCAN', 'Opdracht ##OPDRKEY## is geannuleerd', 'Order ##OPDRKEY## is cancelled')
FAC_LCL('lcl_noti_ORDCAE', 'Opdracht ##OPDRKEY## (##DISC##/##STDMLD##) is geannuleerd', 'ORDER ##OPDRKEY## (##DISC##/##STDMLD##) is cancelled')
FAC_LCL('lcl_noti_ORDCAI', 'Opdracht ##OPDRKEY## (##DISC##/##STDMLD##) is geannuleerd', 'ORDER ##OPDRKEY## (##DISC##/##STDMLD##) is cancelled')
FAC_LCL('lcl_noti_ORDAFR', 'Opdracht ##OPDRKEY## is kostentechnisch gereed gemeld', 'Order ##OPDRKEY## is financially processed')
FAC_LCL('lcl_noti_ORDGOE', 'Opdracht ##OPDRKEY## is ter goedkeuring aangeboden', 'Order ##OPDRKEY## is offered for approval')
FAC_LCL('lcl_noti_ORDGNO', 'Opdracht ##OPDRKEY## is afgekeurd', 'Order ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDANO', 'Opdracht ##OPDRKEY## is geanonimiseerd', 'Order ##OPDRKEY## is anonymized')
FAC_LCL('lcl_noti_ORD2GO', 'Facilitor: Uw goedkeuring is vereist voor opdracht ##OPDRKEY##', 'Facilitor: Your approval for order ##OPDRKEY## is required')
FAC_LCL('lcl_noti_ORDOOK', 'Offerte ##OPDRKEY## is goedgekeurd', 'Offer ##OPDRKEY## is approved')
FAC_LCL('lcl_noti_ORDONO', 'Offerte ##OPDRKEY## is afgewezen', 'Offer ##OPDRKEY## is rejected')
FAC_LCL('lcl_noti_ORDA2B', 'Actie van opdracht ##OPDRKEY## is teruggezet naar de backoffice', 'Order ##OPDRKEY## is assigned to the back office')
FAC_LCL('lcl_noti_ORDNOB', 'Er is een opmerking geplaatst bij ##OPDRKEY##', 'A remark has been posted with order ##OPDRKEY##')
FAC_LCL('lcl_noti_PRSINF', '*beschikbaar tbv persoonsafhankelijke notificatiejobs*', 'available for personal notification jobs*')
FAC_LCL('lcl_noti_PRSREG', 'Facilitor registratie smartphone', 'Facilitor registration smartphone')

View File

@@ -2298,6 +2298,10 @@ CREATE OR REPLACE PACKAGE BODY fac AS
AND ander.fac_srtnotificatie_code IN ('MLDNEW', 'MLDA2M')
OR pcode = 'MLDNOB' -- no MLDNOB WHEN MLDBE2 or MLDA2B or MLDNOT is pending
AND ander.fac_srtnotificatie_code IN ('MLDBE2', 'MLDA2B', 'MLDNOT')
OR pcode = 'ORDNOB' -- no ORDNOB WHEN ORDNEW or ORDA2B is pending
AND ander.fac_srtnotificatie_code IN ('ORDNEW', 'ORDA2B')
OR pcode = 'ORDNOL' -- no ORDNOL WHEN ORDA2U or MLDA2B or MLDNOT is pending
AND ander.fac_srtnotificatie_code IN ('ORDA2U')
OR pcode = 'MLDUPD'
AND ander.fac_srtnotificatie_code IN ('MLDNEW')
)
@@ -2365,6 +2369,14 @@ CREATE OR REPLACE PACKAGE BODY fac AS
WHEN 'ORDAFM'
THEN
fac.clrnotifications('ORDUPD', pref);
WHEN 'ORDA2B'
THEN
fac.clrnotifications('ORDA2U', pref);
fac.clrnotifications('ORDNOB', pref);
WHEN 'ORDA2U'
THEN
fac.clrnotifications('ORDA2B', pref);
fac.clrnotifications('ORDNOL', pref);
ELSE
NULL;
END CASE;
@@ -3715,9 +3727,9 @@ CREATE OR REPLACE PACKAGE BODY fac AS
-- Echter: wie houden we hiervan nou actief op de hoogte?
-- Dat wordt de interne contacpersoon van de opdracht
-- behalve:
-- 1) ORDMLE/ORDMLI, ORDCAE/ORDCAI en ORDONO/ORDOOK, die naar de uitvoerder
-- 1) ORDA2U, ORDNOL, ORDMLE/ORDMLI, ORDCAE/ORDCAI en ORDONO/ORDOOK, die naar de uitvoerder
-- 2) ORDDAT, die naar de gebouwverantwoordelijke van het betreffende gebouw van de onderliggende melding
IF lcode IN ('ORDMLI', 'ORDMLE', 'ORDONO', 'ORDOOK', 'ORDCAE', 'ORDCAI')
IF lcode IN ('ORDA2U', 'ORDNOL', 'ORDMLI', 'ORDMLE', 'ORDONO', 'ORDOOK', 'ORDCAE', 'ORDCAI')
THEN
SELECT mld_uitvoerende_keys
INTO lreceiver

View File

@@ -18,6 +18,22 @@ ALTER TABLE mld_stdmelding ADD
DEFAULT 3
NOT_NULL(mld_stdmelding_notes, mld_c_mld_stdmelding_notes);
-- Als S(mld_merge_notes_and_tracking) & 2 (= 'laat opdrachten notities zien bij de melding'),
-- stel dan default in dat uitvoerders in de melding notities worden weergegeven (= mld_stdmelding_notes & 4)
DECLARE
mld_merge_notes fac_setting.fac_setting_pvalue%TYPE;
BEGIN
SELECT COALESCE (fac_setting_pvalue, fac_setting_default)
INTO mld_merge_notes
FROM fac_setting
WHERE fac_setting_name = 'mld_merge_notes_and_tracking';
UPDATE mld_stdmelding
SET mld_stdmelding_notes =
(CASE WHEN BITAND (mld_merge_notes, 2) = 2 THEN 7 ELSE 3 END);
END;
/
ALTER TABLE mld_opdr_note ADD
mld_opdr_note_flag
NUMBER (2)
@@ -26,14 +42,19 @@ ALTER TABLE mld_opdr_note ADD
ALTER TABLE mld_opdr ADD
mld_opdr_actiecode
NUMBER(3)
DEFAULT 1
DEFAULT 1 -- Default BO, zie ook de query hieronder
NOT NULL;
DEF_FAC_SRTNOT('ORDNOL', 2, 'lcl_noti_ORDNOL', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDNOT', 1, 'lcl_noti_ORDNOT', 'mld/mld_melding.asp?mld_key=', '0', 'melding', 10);
-- in FAC_LCL:
--FAC_LCL('lcl_noti_ORDNOT', 'Er is een opmerking bij ##OPDRKEY## geplaatst door uitvoerende', 'New note from handler for ##OPDRKEY##')
--FAC_LCL('lcl_noti_ORDNOL', 'Er is een opmerking bij ##OPDRKEY## geplaatst door aanvrager', 'New note from requestor for ##OPDRKEY## ')
-- Zet de (initiele) actiecode bij de uitvoerder indien opdracht-status = 'Uitgegeven' (5) of 'Geaccepteerd' (8)
UPDATE mld_opdr
SET mld_opdr_actiecode = 4
WHERE mld_statusopdr_key IN (5, 8);
DEF_FAC_SRTNOT('ORDA2U', 0, 'lcl_noti_ORDA2U', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDNOL', 1, 'lcl_noti_ORDNOL', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDA2B', 0, 'lcl_noti_ORDA2B', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
DEF_FAC_SRTNOT('ORDNOB', 1, 'lcl_noti_ORDNOB', 'mld/mld_opdr.asp?opdr_key=', '0', 'opdracht', 10);
ALTER TABLE mld_melding_note ADD
mld_melding_note_parent_key