CM89 - expired contract handling
This commit is contained in:
@@ -24,6 +24,7 @@ $menu_cartest = 'Car database';
|
||||
$menu_report_main = 'Reports';
|
||||
$menu_report_build = 'Stock and Production';
|
||||
$menu_report_usage = 'System usage';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
|
||||
//TABS
|
||||
$tab1 = 'General';
|
||||
@@ -32,6 +33,11 @@ $tab3 = 'Log';
|
||||
$tab4 = 'Settings';
|
||||
|
||||
//Global
|
||||
$general_year = 'Year';
|
||||
$general_quarter = 'Quarter';
|
||||
$general_month = 'Month';
|
||||
$general_total = 'Total';
|
||||
|
||||
$general_salesid = 'SalesID';
|
||||
$general_soldto = 'SoldTo';
|
||||
$general_shipto = 'ShipTo';
|
||||
@@ -478,6 +484,14 @@ $contract_type0 = 'Fixed';
|
||||
$contract_type1 = 'Subscription';
|
||||
$contract_type2 = 'Pay per use';
|
||||
|
||||
$contract_billinglabel = 'Billingplan';
|
||||
$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 = 'Contract ID';
|
||||
$contract_account = 'Account';
|
||||
$contract_type = 'Type';
|
||||
@@ -486,6 +500,7 @@ $contract_end_date = 'End date';
|
||||
$contract_reference = 'Reference';
|
||||
$contract_duration = 'Duration (in months)';
|
||||
$contract_servicetool = 'Servicetool';
|
||||
$contract_ignore_serial = 'Ignore serialnumbers';
|
||||
$contract_assigned_users = 'Assigned users';
|
||||
$contract_assigned_users_add = 'Add user';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user