Add changes to report keseluruhan stokaudit

- Change header columns
- Change column positions
- Add config to exclude certain cawangan in report stok audit
This commit is contained in:
Afiq Hamzah
2024-04-22 11:18:49 +08:00
parent 4c63144018
commit 967fbf1da3
3 changed files with 23 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
return [
'excluded_cawangan' => [
'lahad datu',
]
];