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