CM69 - Bugfix graph cartest, CMXX - Healthindex update
This commit is contained in:
@@ -15,7 +15,7 @@ $main_menu = array ('dashboard','sales','build','cartests','marketing','equipmen
|
||||
$equipments_sub = array('equipments','servicereports','histories','firmwaretool','equipments_mass_update');
|
||||
$sales_sub = array('accounts','contracts');
|
||||
$admin_sub = array('users','communications','partners');
|
||||
$reporting_sub = array('report_build','report_usage');
|
||||
$reporting_sub = array('report_build','report_healthindex','report_usage');
|
||||
$settings_sub = array('config','language','log','maintenance');
|
||||
|
||||
//URLS
|
||||
@@ -164,6 +164,12 @@ $urls = array(
|
||||
"icon" => "fa-solid fa-magnifying-glass-chart",
|
||||
"name" => "menu_report_build"
|
||||
),
|
||||
"report_healthindex" => array(
|
||||
"url" => "report_healthindex",
|
||||
"selected" => "report_healthindex",
|
||||
"icon" => "fa-solid fa-magnifying-glass-chart",
|
||||
"name" => "menu_report_healthindex"
|
||||
),
|
||||
"report_usage" => array(
|
||||
"url" => "report_usage",
|
||||
"selected" => "report_usage",
|
||||
|
||||
@@ -23,6 +23,7 @@ $menu_build = 'Bau';
|
||||
$menu_cartest = 'Fahrzeugdatenbank';
|
||||
$menu_report_main = 'Berichte';
|
||||
$menu_report_build = 'Bestand und Produktion';
|
||||
$menu_report_healthindex= 'Healthindex';
|
||||
$menu_report_usage = 'Systemnutzung';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
|
||||
@@ -153,7 +154,7 @@ $view_asset_actions = 'Aktionen';
|
||||
$view_asset_data_text = 'Vermögenswerte - analyses';
|
||||
$view_asset_data_rowID = 'Analyse nummer';
|
||||
$view_asset_data_historyid = 'Reference test';
|
||||
$view_asset_data_ranking = 'Vermögenswerte - health';
|
||||
$view_asset_data_ranking = 'Healthindex';
|
||||
$view_asset_data = 'Observations';
|
||||
|
||||
$not_specified = 'Nicht angegeben';
|
||||
|
||||
@@ -23,6 +23,7 @@ $menu_build = 'Build';
|
||||
$menu_cartest = 'Auto database';
|
||||
$menu_report_main = 'Rapporten';
|
||||
$menu_report_build = 'Voorraad en Productie';
|
||||
$menu_report_healthindex= 'Healthindex';
|
||||
$menu_report_usage = 'Systeemgebruik';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
|
||||
@@ -153,7 +154,7 @@ $view_asset_actions = 'Acties';
|
||||
$view_asset_data_text = 'Activa - analyses';
|
||||
$view_asset_data_rowID = 'Analyse nummer';
|
||||
$view_asset_data_historyid = 'Gerelateerde test';
|
||||
$view_asset_data_ranking = 'Activa - health';
|
||||
$view_asset_data_ranking = 'Healthindex';
|
||||
$view_asset_data = 'Observaties';
|
||||
|
||||
$not_specified = 'Niet gespecificeerd';
|
||||
|
||||
@@ -23,6 +23,7 @@ $menu_build = 'Build';
|
||||
$menu_cartest = 'Car database';
|
||||
$menu_report_main = 'Reports';
|
||||
$menu_report_build = 'Stock and Production';
|
||||
$menu_report_healthindex= 'Healthindex';
|
||||
$menu_report_usage = 'System usage';
|
||||
$menu_maintenance = 'Maintenance';
|
||||
|
||||
@@ -151,7 +152,7 @@ $view_asset_actions = 'Actions';
|
||||
$view_asset_data_text = 'Asset - Test analyses';
|
||||
$view_asset_data_rowID = 'Analyses ID';
|
||||
$view_asset_data_historyid = 'Related Test';
|
||||
$view_asset_data_ranking = 'Asset - health';
|
||||
$view_asset_data_ranking = 'Healthindex';
|
||||
$view_asset_data = 'Observations';
|
||||
|
||||
$not_specified = 'Not specified';
|
||||
|
||||
Reference in New Issue
Block a user