CIM88 - Changelog en reporting

This commit is contained in:
“VeLiTi”
2024-08-30 15:01:07 +02:00
parent 061fae6244
commit 0532f93bd9
16 changed files with 1287 additions and 8 deletions

View File

@@ -21,6 +21,9 @@ $menu_log = 'Protokoll';
$menu_marketing = 'Marketing';
$menu_build = 'Erstellen';
$menu_cartest = 'Fahrzeugdatenbank';
$menu_report_main = 'Reports';
$menu_report_build = 'Stock and Production';
$menu_report_usage = 'System usage';
//TABS
$tab1 = 'Allgemein';
@@ -762,4 +765,17 @@ $cartest_allowed_label6 = 'Gelb';
$cartest_allowed_label7 = 'Blau';
$cartest_allowed_label8 = 'Rot';
$cartest_allowed_label9 = 'Bestanden';
$cartest_allowed_label10 = 'Nicht bestanden';
$cartest_allowed_label10 = 'Nicht bestanden';
//---------------------------------
//BUILD REPORT
//---------------------------------
$buildreport_h2 = 'Stock and Production';
$buildreport_p = 'Reporting';
$buildreport_raw_text = 'Total number '.$product_location_raw;
$buildreport_SFG_text = 'Total number '.$product_location_SFG;
$buildreport_FG_text = 'Total number '.$product_location_FG;
$buildreport_onstock_text = 'Total number '.$status2_text;
$data_build_sfg_view = $product_location_SFG.' produced in the last 7 days';
$data_build_fg_view = $product_location_FG.' produced in the last 7 days';