| {{$item1->product->name}} |
{{number_format($item1->total_current_quantity)}} |
{{number_format($item1->nhap_kho)}} |
{{number_format($item1->hoan)}} |
{{number_format($item1->total_current_quantity+$item1->nhap_kho-$item1->ton_cuoi-$item1->xuat_kho-$item1->hang_hong)}} |
{{number_format($item1->hang_hong)}} |
{{number_format($item1->ton_cuoi)}} |
{{($item1->total_current_quantity+$item1->nhap_kho-$item1->ton_cuoi-$item1->xuat_kho-$item1->hang_hong) > 0
? round($item1->ton_cuoi/($item1->total_current_quantity+$item1->nhap_kho-$item1->ton_cuoi-$item1->xuat_kho-$item1->hang_hong))
: ''
}}
|
|
@endforeach
@endif
@endforeach
@endif
| TỔNG CỘNG |
{{number_format($total_ton_dau)}} |
{{number_format($total_nhap)}} |
{{number_format($total_hoan)}} |
{{number_format($total_xuat_ban)}} |
{{number_format($total_hang_hong)}} |
{{number_format($total_ton_cuoi)}} |
{{$total_xuat_ban >0? round($total_ton_cuoi/$total_xuat_ban) : ''}} |
|