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 = 'Auto database';
$menu_report_main = 'Rapporten';
$menu_report_build = 'Voorraad en Productie';
$menu_report_usage = 'Systeemgebruik';
//TABS
$tab1 = 'Algemeen';
@@ -734,4 +737,17 @@ $cartest_allowed_label6 = 'Geel';
$cartest_allowed_label7 = 'Blauw';
$cartest_allowed_label8 = 'Rood';
$cartest_allowed_label9 = 'Goed';
$cartest_allowed_label10 = 'Fout';
$cartest_allowed_label10 = 'Fout';
//---------------------------------
//BUILD REPORT
//---------------------------------
$buildreport_h2 = 'Voorraad en Productie';
$buildreport_p = 'Rapporten';
$buildreport_raw_text = 'Totaal aantal '.$product_location_raw;
$buildreport_SFG_text = 'Totaal aantal '.$product_location_SFG;
$buildreport_FG_text = 'Totaal aantal '.$product_location_FG;
$buildreport_onstock_text = 'Totaal aantal '.$status2_text;
$data_build_sfg_view = $product_location_SFG.' geproduceerd in de laatste 7 dagen';
$data_build_fg_view = $product_location_FG.' geproduceerd in de laatste 7 dagen';