S.N | Product | Category | Description | ProductID | Cost Price | Quantity | Subtotal |
---|---|---|---|---|---|---|---|
{{$i+1}} | {{ $productname[$i] }} {{ $productdesc[$i] }} |
{{$categoryname[$i]}} | {{$productdesc[$i]}} | {{ $productid[$i]}} | {{ round($unitprice[$i])}} | {{ round($quantity[$i],2) }} | {{ round($FinalPrice),2}} |
Total Quantity: | {{round($TotalQty)}} |
---|---|
Purchased | : {{ round($Purchase->TotalPrice) }} |
Paid | : {{ round($Purchase->CashPayment+$Purchase->BankPayment) }} |
Cash Paid | : {{round($Purchase->CashPayment)}} |
Bank Paid | : {{round($bank)}} |
Bank Name | : {{($BankName)}} |
Due | : {{ round($Purchase->Due) }} |
Memo ID | : {{ $Purchase->MemoID }} |
Vendor Name: | {{$Vendor->VendorName}} |
---|---|
Previous Due | :{{ round($Balance->Balance-$Purchase->Due) }} |
Current Due | : {{ round($Purchase->Due) }} |
Total Due | : {{ round($Balance->Balance) }} |