CMXX - Report contracts
This commit is contained in:
@@ -170,6 +170,12 @@ $urls = array(
|
||||
"icon" => "fa-solid fa-magnifying-glass-chart",
|
||||
"name" => "menu_report_build"
|
||||
),
|
||||
"report_contracts_billing" => array(
|
||||
"url" => "report_contracts_billing",
|
||||
"selected" => "report_contracts_billing",
|
||||
"icon" => "fa-solid fa-magnifying-glass-chart",
|
||||
"name" => "menu_report_contracts_billing"
|
||||
),
|
||||
"report_healthindex" => array(
|
||||
"url" => "report_healthindex",
|
||||
"selected" => "report_healthindex",
|
||||
|
||||
@@ -49,6 +49,7 @@ $all_views = [
|
||||
"marketing",
|
||||
"reporting",
|
||||
"report_build",
|
||||
"report_contracts_billing",
|
||||
"report_healthindex",
|
||||
"report_usage",
|
||||
"config",
|
||||
|
||||
@@ -24,6 +24,7 @@ $menu_cartest = 'Fahrzeugdatenbank';
|
||||
$menu_report_main = 'Berichte';
|
||||
$menu_report_build = 'Bestand und Produktion';
|
||||
$menu_report_healthindex= 'Healthindex';
|
||||
$menu_report_contracts_billing = 'Verträge';
|
||||
$menu_report_usage = 'Systemnutzung';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
$menu_profiles = 'Profiles';
|
||||
|
||||
@@ -24,6 +24,7 @@ $menu_cartest = 'Base de Datos de Autos';
|
||||
$menu_report_main = 'Informes';
|
||||
$menu_report_build = 'Stock y Producción';
|
||||
$menu_report_healthindex = 'Índice de Salud';
|
||||
$menu_report_contracts_billing = 'Contractos';
|
||||
$menu_report_usage = 'Uso del Sistema';
|
||||
$menu_maintenance = 'Mantenimiento';
|
||||
$menu_profiles = 'Perfiles';
|
||||
|
||||
@@ -24,6 +24,7 @@ $menu_cartest = 'Auto database';
|
||||
$menu_report_main = 'Rapporten';
|
||||
$menu_report_build = 'Voorraad en Productie';
|
||||
$menu_report_healthindex= 'Healthindex';
|
||||
$menu_report_contracts_billing = 'Contracten';
|
||||
$menu_report_usage = 'Systeemgebruik';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
$menu_profiles = 'Profielen';
|
||||
|
||||
@@ -24,6 +24,7 @@ $menu_cartest = 'Banco de Dados de Carros';
|
||||
$menu_report_main = 'Relatórios';
|
||||
$menu_report_build = 'Estoque e Produção';
|
||||
$menu_report_healthindex = 'Índice de Saúde';
|
||||
$menu_report_contracts_billing = 'Contratos';
|
||||
$menu_report_usage = 'Uso do Sistema';
|
||||
$menu_maintenance = 'Manutenção';
|
||||
$menu_profiles = 'Perfis';
|
||||
|
||||
@@ -24,6 +24,7 @@ $menu_cartest = 'Car database';
|
||||
$menu_report_main = 'Reports';
|
||||
$menu_report_build = 'Stock and Production';
|
||||
$menu_report_healthindex= 'Healthindex';
|
||||
$menu_report_contracts_billing = 'Contracts';
|
||||
$menu_report_usage = 'System usage';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
$menu_profiles = 'Profiles';
|
||||
|
||||
Reference in New Issue
Block a user