Unposted
refresh
Refresh
Date
{{ row.date }}
Type
{{ row.type }}
Narration
{{ row.narration }}
Debit
{{ row.debitName }}
Amount
{{
row.debitAmount | currency: 'INR' | accounting
}}
Credit
{{ row.creditName }}
Amount
{{
row.creditAmount | currency: 'INR' | accounting
}}