@if(isset($item_movements[0])) @if($print)
Inward | Outward | Balance | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Date | Description | Qnty | Price | Amount | Qnty | Price | Amount | Qnty | Price | Amount |
OPEN BALANCE | ||||||||||
{{ \Carbon\Carbon::parse($item_movement->date)->toFormattedDateString()}} | {{ $item_movement->reference_number}} | {{number_format($in_quantity)}} | {{number_format($in_price)}} | {{number_format($in_amount)}} | {{number_format($out_quantity)}} | {{number_format($out_price)}} | {{number_format($out_amount)}} | @if($item_movement->in_price>0) @endif{{number_format($balance_quantity)}} | {{number_format($item_movement->average_price)}} | {{number_format(0)}} | @endforeach
TOTAL INWARD | {{number_format($in_quantity_total)}} | TOTAL OUTWARD | {{number_format($out_quantity_total)}} | CLOSED BALANCE | {{number_format($balance_quantity)}} | {{$avarage_price}} | {{number_format($avarage_price*$balance_quantity,2)}} |
Inward | Outward | Balance | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Date | Description | Qnty | Price | Amount | Qnty | Price | Amount | Qnty | Price | Amount | ||
OPEN BALANCE | ||||||||||||
{{ \Carbon\Carbon::parse($item_movement->date)->toFormattedDateString()}} | {{--{{ $item_movement->reference_number}} | --}} @if($item_movement->document == "GRN"){{ $item_movement->reference_number }} | id)}}'> GRN/ {{\App\Logistics\Facades\Logistics::add_leading_zeros($item_movement->id)}} | @elseif($item_movement->document == "GIN"){{ $item_movement->reference_number }} | GIN/ {{\App\Logistics\Facades\Logistics::add_leading_zeros($item_movement->id)}} | @endif{{number_format($in_quantity)}} | {{number_format($in_price)}} | {{number_format($in_amount)}} | {{number_format($out_quantity)}} | {{number_format($out_price)}} | {{number_format($out_amount)}} | @if($item_movement->in_price>0) @endif{{number_format($balance_quantity)}} | {{number_format($item_movement->average_price)}} | {{number_format(0)}} | @endforeach
TOTAL INWARD | {{number_format($in_quantity_total)}} | TOTAL OUTWARD | {{number_format($out_quantity_total)}} | CLOSED BALANCE | {{number_format($balance_quantity)}} | {{$avarage_price}} | {{number_format($avarage_price*$balance_quantity,2)}} |