CMXX - Report contracts

This commit is contained in:
“VeLiTi”
2024-10-24 16:08:12 +02:00
parent be96b12e66
commit 52011d2ac8
9 changed files with 307 additions and 2 deletions

View File

@@ -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",

View File

@@ -49,6 +49,7 @@ $all_views = [
"marketing",
"reporting",
"report_build",
"report_contracts_billing",
"report_healthindex",
"report_usage",
"config",

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';

View File

@@ -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';