Date
{{ row.date }}
Particulars
{{ row.name }}
Closing Balance
Type
{{ row.type }}
Closing Balance
Narration
{{ row.narration }}
Dr. Quantity
{{ row.debitQuantity | number: '1.2-2' }} {{ row.debitUnit }}
{{ debitQuantity | number: '1.2-2' }}
Dr. Amount
{{ row.debitAmount | currency: 'INR' }}
{{ debitAmount | currency: 'INR' }}
Cr. Quantity
{{ row.creditQuantity | number: '1.2-2' }} {{ row.creditUnit }}
{{ creditQuantity | number: '1.2-2' }}
Cr. Amount
{{ row.creditAmount | currency: 'INR' }}
{{ creditAmount | currency: 'INR' }}
Quantity
{{ row.runningQuantity | number: '1.2-2' }}
{{ runningQuantity | number: '1.2-2' }}
Amount
{{ row.runningAmount | currency: 'INR' }}
{{ runningAmount | currency: 'INR' }}