Merged in izzati-feat-laporan-baki-lelong (pull request #309)

update baki lelong +ve
This commit is contained in:
izzati zulkifli
2025-06-11 05:18:40 +00:00
@@ -126,7 +126,8 @@ public function getSummaryLaporanBakiLelongBelumTuntut(Request $request)
sum(lelong.cajlelong) as sum_cajlelong,
sum(lelong.hargajual) as sum_hargajual,
sum(lelong.baki) as sum_baki'))
->whereNull('lelong.trkhtuntut');
->whereNull('lelong.trkhtuntut')
->where('lelong.baki', '>', 0.00);
if ($request->filled('startDate') && $request->filled('endDate')) {