@foreach($rows as $index=>$row)
@if($index==0 || ($index>0 && $rows[$index]->storage_name!=$rows[$index-1]->storage_name))
{{$row->storage_name}} |
@endif
@if($index==0 || ($index>0 && $rows[$index]->producer_name!=$rows[$index-1]->producer_name))
{{$row->producer_name ?? 'N/A'}} |
@endif
@if($index==0 || ($index>0 && $rows[$index]->producer_name!=$rows[$index-1]->producer_name) || ($index>0 && $rows[$index]->category!=$rows[$index-1]->category))
|
{{$row->category}} |
@endif
{{$row->id}} |
{{ $row->name }} |
{{ $row->package_name }} |
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 195
Notice: Trying to get property 'start_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 195
{{number_format($initial_quantity,3,'.','')}} |
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 203
Notice: Trying to get property 'start_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 203
{{number_format($initial_value,2,'.','')}} |
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 212
Notice: Trying to get property 'purchased_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 212
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 213
Notice: Trying to get property 'purchased_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 213
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 214
Notice: Trying to get property 'purchased_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 214
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 215
Notice: Trying to get property 'purchased_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 215
{{ $row->purchased_quantity}} |
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 220
Notice: Trying to get property 'purchased_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 220
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 221
Notice: Trying to get property 'purchased_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 221
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 222
Notice: Trying to get property 'purchased_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 222
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 223
Notice: Trying to get property 'purchased_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 223
{{ number_format($row->purchased_value,2,'.','')}} |
{{ $row->sold_quantity}} |
{{ $row_value_sold_during_period = number_format($row->sold_value,2,'.','')}} |
Notice: Undefined variable: row_value_sold_during_period in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 230
Notice: Undefined variable: row_value_sold_during_period in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 231
Notice: Undefined variable: row_value_sold_during_period in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 232
Notice: Undefined variable: row_value_sold_during_period in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 233
{{number_format($row->final_quantity,3,'.','')}} |
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 238
Notice: Trying to get property 'final_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 238
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 239
Notice: Trying to get property 'final_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 239
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 240
Notice: Trying to get property 'final_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 240
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 241
Notice: Trying to get property 'final_quantity' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 241
{{number_format($row->final_value,2,'.','')}} |
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 246
Notice: Trying to get property 'final_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 246
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 247
Notice: Trying to get property 'final_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 247
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 248
Notice: Trying to get property 'final_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 248
Notice: Undefined variable: row in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 249
Notice: Trying to get property 'final_value' of non-object in D:\dev\sklad\resources\views\references\accounting_turnover.blade.php on line 249
@if($index==count($rows)-1 || ($index < count($rows)-1 && $rows[$index]->storage_name!=$rows[$index+1]->storage_name) || ($index < count($rows)-1 && $rows[$index]->category!=$rows[$index+1]->category) || ($index < count($rows)-1 && $rows[$index]->producer_name!=$rows[$index+1]->producer_name))
{{__('texte.references_arr.accounting.total_for')}} {{$row->category}}: |
{{ number_format($category_initial_value,2,'.','')}} |
|
{{ number_format($category_value_purchased_during_period,2,'.','')}} |
|
{{ number_format($category_value_sold_during_period,2,'.','')}} |
|
{{number_format($category_value_final,2,'.','')}} |
@endif
@if($index==count($rows)-1 || ($index < count($rows)-1 && $rows[$index]->storage_name!=$rows[$index+1]->storage_name) || ($index < count($rows)-1 && $rows[$index]->producer_name!=$rows[$index+1]->producer_name))
{{__('texte.references_arr.accounting.total_for')}} {{$row->producer_name}}: |
{{ number_format($producer_initial_value,2,'.','')}} |
|
{{ number_format($producer_value_purchased_during_period,2,'.','')}} |
|
{{ number_format($producer_value_sold_during_period,2,'.','')}} |
|
{{number_format($producer_value_final,2,'.','')}} |
@endif
@if($index==count($rows)-1 || ($index < count($rows)-1 && $rows[$index]->storage_name!=$rows[$index+1]->storage_name))
{{__('texte.references_arr.accounting.total_for')}} {{$row->storage_name}}: |
{{ number_format($storage_initial_value,2,'.','')}} |
|
{{ number_format($storage_value_purchased_during_period,2,'.','')}} |
|
{{ number_format($storage_value_sold_during_period,2,'.','')}} |
|
{{number_format($storage_value_final,2,'.','')}} |
@endif
@endforeach
{{__('texte.references_arr.accounting.total_for_company')}}: |
{{ number_format($total_initial_value,2,'.','')}} |
|
{{ number_format($total_value_purchased_during_period,2,'.','')}} |
|
{{ number_format($total_value_sold_during_period,2,'.','')}} |
|
{{number_format($total_value_final,2,'.','')}} |