Commit old changes

This commit is contained in:
2024-12-03 09:55:11 +00:00
parent 6a37a77895
commit 87010acdcc
19 changed files with 3167 additions and 1320 deletions

View File

@@ -1,7 +1,8 @@
<?php
if (isset($_GET['reportName']) && $_GET['reportName']=='productsBySales') {
include_once("modules/EcmReports/BimIT-Reports/productsBySales/productsBySales.php");
} else if (isset($_GET['reportName']) && $_GET['reportName']=='productionSchedule') {
include_once("modules/EcmReports/BimIT-Reports/productionSchedule/productionSchedule.php");
} else {
include_once("modules/EcmReports/ReportSales.php");
}
?>
}