Split glass report into three tables

This commit is contained in:
Dwi Swandhana
2026-04-20 05:15:17 +07:00
parent f301de8cb5
commit 5c5bf0ce19
4 changed files with 454 additions and 79 deletions
@@ -629,7 +629,7 @@ $(document).ready(function () {
type : 'error',
});
} else {
var url = '{{url('/')}}/glassreport?bulan='+bulan+'?tahun='+tahun;
var url = '{{url('/')}}/glassreport?bulan='+bulan+'&tahun='+tahun;
window.location.href = url;
}
});