add api file from used in s_menu fe accone

This commit is contained in:
2026-07-06 16:44:35 +07:00
parent f3dba31445
commit 5ecf65a820
30 changed files with 23347 additions and 32 deletions

View File

@@ -118,6 +118,19 @@ class Journalgoodreceive extends MY_Controller
exit;
}
// if ($loginLevel == "branch") {
// $where_conditions[] = "jurnalM_BranchCode = ?";
// $params[] = $branchCode;
// } elseif ($loginLevel == "regional") {
// $where_conditions[] = "jurnalS_RegionalID = ?";
// $params[] = $regionalId;
// if (!empty($branchCode)) {
// $where_conditions[] = "jurnalM_BranchCode = ?";
// $params[] = $branchCode;
// }
// }
// Gabungkan WHERE SQL
$where_sql = implode(" AND ", $where_conditions);