update
This commit is contained in:
@@ -631,7 +631,9 @@ class ReportController extends Controller
|
||||
$year = $params['year'];
|
||||
$month = $params['month'];
|
||||
|
||||
// get last data
|
||||
$budget = BudgetControlLog::where('cabang_id', $cabang->id)->where('periode_year', $year)->where('periode_month', $month)->orderBy('created_at', 'desc')->first();
|
||||
|
||||
$userIds = UserHasCabang::where('cabang_id', $cabang->id)->pluck('user_id');
|
||||
|
||||
// Fetch all relevant forms in one batch
|
||||
|
||||
Reference in New Issue
Block a user