debug the excel reports
This commit is contained in:
@@ -62,7 +62,7 @@ class Village implements FromView, ShouldAutoSize, WithEvents, WithDrawings, Wit
|
||||
'Abnie' => $road->operation_type_id1 == '603' ? $road->operation_type_amount1 :
|
||||
($road->operation_type_id2 == '603' ? $road->operation_type_amount2 :
|
||||
($road->operation_type_id3 == '603' ? $road->operation_type_amount3 :
|
||||
($road->operation_type_id4 == '603' ? $road->operation_type_amount4 : "-"))),
|
||||
($road->operation_type_id4 == '603' ? $road->operation_type_amount4 : 0))),
|
||||
|
||||
'Asphalt' => $road->operation_type_id1 == '604' ? $road->operation_type_amount1 :
|
||||
($road->operation_type_id2 == '604' ? $road->operation_type_amount2 :
|
||||
@@ -82,7 +82,7 @@ class Village implements FromView, ShouldAutoSize, WithEvents, WithDrawings, Wit
|
||||
'Abnie' => $road->operation_type_id1 == '603' ? $road->operation_type_amount1 * $road->operation_type_progress1 / 100 :
|
||||
($road->operation_type_id2 == '603' ? $road->operation_type_amount2 * $road->operation_type_progress2 / 100 :
|
||||
($road->operation_type_id3 == '603' ? $road->operation_type_amount3 * $road->operation_type_progress3 / 100 :
|
||||
($road->operation_type_id4 == '603' ? $road->operation_type_amount4 * $road->operation_type_progress4 / 100 : "-"))),
|
||||
($road->operation_type_id4 == '603' ? $road->operation_type_amount4 * $road->operation_type_progress4 / 100 : 0))),
|
||||
|
||||
'Asphalt' => $road->operation_type_id1 == '604' ? $road->operation_type_amount1 * $road->operation_type_progress1 / 100 :
|
||||
($road->operation_type_id2 == '604' ? $road->operation_type_amount2 * $road->operation_type_progress2 / 100 :
|
||||
|
||||
Reference in New Issue
Block a user