Average
{{ daysSummary.avgDays }} days
Min
{{ daysSummary.minDays }} days
Max
{{ daysSummary.maxDays }} days
| Date | Particulars | Debit | Credit | Balance |
|---|---|---|---|---|
| Opening Balance | {{ formatAmount(openingBalance) }} | |||
| {{ getDateString(row.date) }} |
{{ paymentTitle(row) }}
{{ line }}
|
{{ row.debit ? formatAmount(row.debit) : '' }} | {{ row.credit ? formatAmount(row.credit) : '' }} | {{ formatAmount(row.balance) }} |
| No invoices or payments in this range. | ||||
| Closing Balance | {{ formatAmount(totalDebit) }} | {{ formatAmount(totalCredit) }} | {{ formatAmount(closingBalance) }} | |
Average
{{ daysSummary.avgDays }} days
Min
{{ daysSummary.minDays }} days
Max
{{ daysSummary.maxDays }} days
| Date | Particulars | Debit | Credit | Balance |
|---|---|---|---|---|
| Opening Balance | {{ formatAmount(openingBalance) }} | |||
| {{ getDateString(row.date) }} |
{{ paymentTitle(row) }}
{{ line }}
|
{{ row.debit ? formatAmount(row.debit) : '' }} | {{ row.credit ? formatAmount(row.credit) : '' }} | {{ formatAmount(row.balance) }} |
| No purchases or payments in this range. | ||||
| Closing Balance | {{ formatAmount(totalDebit) }} | {{ formatAmount(totalCredit) }} | {{ formatAmount(closingBalance) }} | |
{{ subtitle }}
{{ lineCountLabel }}
No lines
{{ subtitle }}
{{ rows.length }} {{ rows.length === 1 ? 'Order' : 'Orders' }}
No orders
| Date | Particulars | In | Out | Balance |
|---|---|---|---|---|
| Opening Balance | {{ formatQty(openingBalance) }} | |||
| {{ getDateString(row.date) }} |
{{ row.partyName || '—' }}
{{ row.particulars }}
|
{{ row.qtyIn ? formatQty(row.qtyIn) : '' }} | {{ row.qtyOut ? formatQty(row.qtyOut) : '' }} | {{ formatQty(row.balance) }} |
| No stock movements in this range. | ||||
| Closing Balance | {{ formatQty(totalIn) }} | {{ formatQty(totalOut) }} | {{ formatQty(closingBalance) }} | |
| Date | Bill No | Supplier | Quality | Qty | Rate | Bill Total |
|---|---|---|---|---|---|---|
| {{ getDateString(row.date) }} | {{ row.billNo || '—' }} | {{ supplierName(row.supplierDid) }} | {{ row.purchaseQuality || '—' }} | {{ formatQty(row.quantity) }} | {{ formatRate(row.rate) }} | {{ formatRate(row.totalAmount) }} |
| No purchases in this range. | ||||||
Ask a question or give a command.
{{ msg.text }}