FCLT#57833: Normalisering van de opdrachttypes.

svn path=/Database/trunk/; revision=43782
This commit is contained in:
Maykel Geerdink
2019-08-14 11:20:25 +00:00
parent b03adec64c
commit 3b674ddb29
2 changed files with 5 additions and 2 deletions

View File

@@ -365,7 +365,10 @@ CREATE SEQUENCE ins_s_ins_srtdiscipline_key START WITH 2000 NOCACHE;
UPDATE mld_typeopdr
SET mld_typeopdr_omschrijving = 'Verzorgen/huishoudelijke hulp',
mld_typeopdr_sluitmelding = 0,
mld_typeopdr_matchtype = 3
mld_typeopdr_uren = 5,
mld_typeopdr_materiaal = 0,
mld_typeopdr_totaal = 0,
mld_typeopdr_factuur = 0
WHERE mld_typeopdr_key = 5;
INSERT INTO mld_typeopdr_srtdiscipline (mld_typeopdr_key, ins_srtdiscipline_key) VALUES (5, 1);

View File

@@ -5557,7 +5557,7 @@ 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',
// '0;No charge;1;One invoice (fixed price);2;One invoice (subsequent calculation);3;Multiple invoices;4;Contract terms')
'0;No charge;1;One invoice;2;3;Multiple invoices')
'0;No charge;1;One invoice;3;Multiple invoices')
FAC_LCL('mld_typeopdr_afmeldmarge', 'Marge afmeld-datering (dagen)', 'Close-date margin (days)')
FAC_LCL('mld_typeopdr_zichtbaarfe', 'Zichtbaar voor FE', 'Visible for FE')
FAC_LCL('mld_typeopdr_isofferte', 'Offerteaanvraag', 'Offer request')