debug the excels

This commit is contained in:
2026-01-27 11:54:14 +03:30
parent 8db5650c4c
commit f1c560928e
8 changed files with 12 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ class CountryReport implements FromView, ShouldAutoSize, WithDrawings, WithEvent
$exportRows[] = $row;
}
return view('v3.Reports.Mission.Report.CountryActivityReport', [
return view('v3.Reports.Mission.Report.Tradod .CountryActivityReport', [
'rows' => $exportRows,
]);
}

View File

@@ -71,7 +71,7 @@ class ProvinceReport implements FromView, ShouldAutoSize, WithDrawings, WithEven
$exportRows[] = $row;
}
return view('v3.Reports.Mission.Report.ProvinceActivityReport', [
return view('v3.Reports.Mission.Report.Tradod .ProvinceActivityReport', [
'rows' => $exportRows,
]);
}

View File

@@ -30,7 +30,7 @@ class CountryReport implements FromView, ShouldAutoSize, WithDrawings, WithEvent
'province_name' => $name,
'total' => (int) ($r->total ?? 0),
'egdam_shode' => (int) ($r->done ?? 0),
'bedone_egdam' => (int) ($r->undon ?? 0),
'bedone_egdam' => (int) ($r->undone ?? 0),
'sabt_gps' => (int) ($r->gps ?? 0),
'sabt_herasat' => (int) ($r->herasat ?? 0),
'mil_gps' => (int) ($r->mil_gps ?? 0),

View File

@@ -31,7 +31,7 @@ class ProvinceReport implements FromView, ShouldAutoSize, WithDrawings, WithEven
'city_name' => $name,
'total' => (int) ($r->total ?? 0),
'egdam_shode' => (int) ($r->done ?? 0),
'bedone_egdam' => (int) ($r->undon ?? 0),
'bedone_egdam' => (int) ($r->undone ?? 0),
'sabt_gps' => (int) ($r->gps ?? 0),
'sabt_herasat' => (int) ($r->herasat ?? 0),
'mil_gps' => (int) ($r->mil_gps ?? 0),