CM89 - expired contract handling
This commit is contained in:
@@ -24,6 +24,8 @@ $menu_cartest = 'Fahrzeugdatenbank';
|
||||
$menu_report_main = 'Berichte';
|
||||
$menu_report_build = 'Bestand und Produktion';
|
||||
$menu_report_usage = 'Systemnutzung';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
|
||||
|
||||
//TABS
|
||||
$tab1 = 'Allgemein';
|
||||
@@ -32,6 +34,11 @@ $tab3 = 'Protokoll';
|
||||
$tab4 = 'Einstellungen';
|
||||
|
||||
//Global
|
||||
$general_year = 'Jahr';
|
||||
$general_quarter = 'Quartal';
|
||||
$general_month = 'Monat';
|
||||
$general_total = 'Gesamtanzahl';
|
||||
|
||||
$general_salesid = 'Verkaufs-ID';
|
||||
$general_soldto = 'Verkauft an';
|
||||
$general_shipto = 'Lieferadresse';
|
||||
@@ -478,6 +485,14 @@ $contract_type0 = 'Fest';
|
||||
$contract_type1 = 'Abonnement';
|
||||
$contract_type2 = 'Pay-per-Use';
|
||||
|
||||
$contract_billinglabel = 'Billing';
|
||||
$contract_billing0 = 'One-time after';
|
||||
$contract_billing1 = 'Monthly';
|
||||
$contract_billing2 = 'Quarterly';
|
||||
$contract_billing3 = 'Annual';
|
||||
|
||||
$contract_service = 'Number of service events based on billingplan';
|
||||
|
||||
$contract_id = 'Vertrags-ID';
|
||||
$contract_account = 'Konto';
|
||||
$contract_type = 'Typ';
|
||||
@@ -486,6 +501,7 @@ $contract_end_date = 'Enddatum';
|
||||
$contract_reference = 'Referenz';
|
||||
$contract_duration = 'Dauer (in Monaten)';
|
||||
$contract_servicetool = 'Servicetool';
|
||||
$contract_ignore_serial = 'Seriennummern ignorieren';
|
||||
$contract_assigned_users = 'Zugewiesene Benutzer';
|
||||
$contract_assigned_users_add = 'Benutzer hinzufügen';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user