Sl No | Date Time | Voucher Number | Product Name | Stock Type | PACK QTY IN | LOOSE QTY IN | PACK QTY OUT | LOOSE QTY OUT | Basic AMT |
---|---|---|---|---|---|---|---|---|---|
{{$data->firstItem() + $key}} | {{ formatedDate($list->entry_date) }} {{ formatedTime($list->entry_date) }} |
@if($list->voucher_type=='SALES' || $list->voucher_type=='IPD_INVOICE') {!! $list->voucherSaleType->voucher_type_invoice_no??'' !!} @elseif($list->voucher_type=='PURCHASE') {!! $list->voucherPurchaseType->main_invoice_no??'' !!} @elseif($list->voucher_type=='SALE_RETURN') {!! $list->voucherReturnType->main_invoice_no??'' !!} @elseif($list->voucher_type=='STOCK_IN') {!! $list->voucherStockIn->main_invoice_no??'' !!} @elseif($list->voucher_type=='STOCK_OUT') {!! $list->voucherStockOut->voucher_type_invoice_no??'' !!} @endif | {{ strtoupper($list->getProduct->name??'') }} By: {!! $list->getCreatedBy->prepared_by??'' !!}
|
@if(isset($list->getMovementType)) {{$list->getMovementType->name??'' }} @else {!! $list->stock_type??'' !!} @endif | {{ convertDecimelPoint($list->pack_qty_in + $list->free_qty) ?? ''}} | {{ $list->loose_qty_in }} | {{ $list->pack_qty_out }} | {{ $list->loose_qty_out }} | {{ $list->taxable_unit_price }} |
No Data Found |