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 = 'Log';
$menu_marketing = 'Marketing';
$menu_build = 'Build';
$menu_cartest = 'Car database';
$menu_report_main = 'Reports';
$menu_report_build = 'Stock and Production';
$menu_report_usage = 'System usage';
//TABS
$tab1 = 'General';
@@ -731,4 +734,17 @@ $cartest_allowed_label6 = 'Yellow';
$cartest_allowed_label7 = 'Blue';
$cartest_allowed_label8 = 'Red';
$cartest_allowed_label9 = 'Pass';
$cartest_allowed_label10 = 'Fail';
$cartest_allowed_label10 = 'Fail';
//---------------------------------
//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';