@extends('dashboard_connect.dash_master') @section('pagescontents')
S. No. | Date | Item Name | Bill Number & Date | Receipt Quant. | Issue Voucher No. | Issue Date | Issue Quant. | Unit Price |
---|---|---|---|---|---|---|---|---|
{{ $intcount }} | {{ Carbon\Carbon::parse($itemone->consuadate)->format('d-M-Y') }} | {{ getitemname($itemone->prosupplid) }} [Total Receipt: {{ Round(totalcomisrept($itemone->prosupplid, "RECEIPT"),0) }} / Total Issue: {{ Round(totalcomisrept($itemone->prosupplid, "ISSUE"),0) }} / Current Balance: {{ Round(getcurrbalance($itemone->prosupplid),0) }}] | {{ $itemone->billnumber }} {{ Carbon\Carbon::parse($itemone->billdate)->format('d-M-Y') }} |
{{ Round($itemone->recpquant,2) }} | {{ $itemone->issvouchnum }} | {{ Carbon\Carbon::parse($itemone->issuedate)->format('d-M-Y') }} | {{ Round($itemone->issuequant,2) }} | {{ $itemone->unitprice }} |