Gross Total Sales | {{summaryFormatted.GrossTotal_Sales}} |
Discount | {{summaryFormatted.Discount}} |
VAT Amount | {{summaryFormatted.VATAmount}} |
Return SubTotal | {{summaryFormatted.ReturnSubTotal}} |
Return Discount | {{summaryFormatted.ReturnDiscount}} |
Return VATAmount | {{summaryFormatted.ReturnVATAmount}} |
Return Amount | {{summaryFormatted.ReturnAmount}} |
Net Sales | {{summaryFormatted.NetSales}} |
Less Credit Amount | {{summaryFormatted.CreditAmount}} |
Add Deposit Received | {{summaryFormatted.DepositReceived}} |
Deposit Deducted | {{summaryFormatted.DepositDeduct}} |
Less Deposit Refund | {{summaryFormatted.DepositRefund}} |
Add Collection From Receivables | {{summaryFormatted.CreditReceived}} |
Less Cash Discount | {{summaryFormatted.CashDiscount}} |
Total Cash Collection | {{summaryFormatted.TotalCash}} |
S.N. | User | Cash Sales | Return Cash Sales | Deposit Received | Deposit Refund | Collection From Receivables | Settlement Discount | Cash Collection |
{{i+1}} | {{row.FullName }} | {{row.CashSales_Amount | ParseAmount}} | {{row.CashSales_ReturnAmount | ParseAmount}} | {{row.Deposit_Received | ParseAmount}} | {{row.Deposit_Refund | ParseAmount}} | {{row.CollectionFromReceivables | ParseAmount}} | {{row.Sett_CashDiscount | ParseAmount}} | {{row.NetCollection | ParseAmount}} |
Grand Total | {{total_SummaryView.CashSales_Amount| ParseAmount}} | {{total_SummaryView.CashSales_ReturnAmount | ParseAmount}} | {{total_SummaryView.Deposit_Received | ParseAmount}} | {{total_SummaryView.Deposit_Refund | ParseAmount}} | {{total_SummaryView.CollectionFromReceivables | ParseAmount}} | {{total_SummaryView.Sett_CashDiscount | ParseAmount}} | {{total_SummaryView.NetCollection | ParseAmount}} |