Filter Data
Financial Summary
Sales Details | |
---|---|
Sub Total | ${{ number_format($saleSubTotal, 2); }} |
Tax | ${{ number_format($saleTax, 2); }} |
Shipping (Excl. Tax) | ${{ number_format($shippingCharge, 2); }} |
Total | ${{ number_format($saleSubTotal+$saleTax+$shippingCharge, 2); }} |
/ | |
Negatives Details | |
Return/Refund/Damaged | {{ number_format($returnQuantiy, 2); }} |
Total | ${{ number_format($returnAmount, 2); }} |
/ | |
Purchase Details | |
Sub Total | {{ number_format($purchaseQuantiy, 2) }} |
Total | ${{ number_format($purchaseAmount, 2) }} |
/ | |
Stock Details | |
Current Stock | {{ number_format($totalCurrentStock, 2) }} |
Stock Value | ${{ number_format($totalStockValue, 2) }} |
Transfered | {{ number_format($totalTransfered, 2) }} |
Sample | {{ number_format($totalSample, 2) }} |
Scrapped | {{ number_format($totalScrapped, 2) }} |