CM89 - expired contract handling

This commit is contained in:
“VeLiTi”
2024-09-25 12:01:18 +02:00
parent ffb29b731a
commit ae821d3870
16 changed files with 923 additions and 159 deletions

View File

@@ -24,6 +24,8 @@ $menu_cartest = 'Auto database';
$menu_report_main = 'Rapporten';
$menu_report_build = 'Voorraad en Productie';
$menu_report_usage = 'Systeemgebruik';
$menu_maintenance = 'Maintenance';
//TABS
$tab1 = 'Algemeen';
@@ -32,6 +34,11 @@ $tab3 = 'Log';
$tab4 = 'Settings';
//Global
$general_year = 'Jaar';
$general_quarter = 'Kwartaal';
$general_month = 'Maand';
$general_total = 'Totaal';
$general_salesid = 'Verkoper';
$general_soldto = 'Verkocht aan';
$general_shipto = 'Verzonden aan';
@@ -482,6 +489,14 @@ $contract_type0 = 'Vast';
$contract_type1 = 'Abonnement';
$contract_type2 = 'Bij gebruik';
$contract_billinglabel = 'Betaalschema';
$contract_billing0 = 'Eenmalig achteraf';
$contract_billing1 = 'Maandelijks';
$contract_billing2 = 'Kwartaal';
$contract_billing3 = 'Jaarlijks';
$contract_service = 'Aantal service events obv betaalschema';
$contract_id = 'Contractnummer';
$contract_account = 'Klant';
$contract_type = 'Type';
@@ -491,6 +506,7 @@ $contract_reference = 'Referentie';
$contract_duration = 'Contract duur (in maanden)';
$contract_servicetool = 'Servicetool';
$contract_assigned_users = 'Gekoppelde gebruikers';
$contract_ignore_serial = 'Negeer serienummers';
$contract_assigned_users_add = 'Gebruiker toevoegen';
//=================================================================