Daybook
@if (infoResource.isLoading()) {
} @else if (infoResource.error()) {
} @else {
Date
{{ row.date }}
Type
{{ row.type }}
Narration
{{ row.narration }}
Debit Accounts
{{ row.debitText }}
Amount
{{ row.debitAmount | currency: 'INR' }}
Credit Accounts
{{ row.creditText }}
Amount
{{ row.creditAmount | currency: 'INR' }}
}