Journal {{ form.isStarred() ? 'star' : 'star_border' }}

Date
Dr Cr Account @if (accBal()) { Balance as on Date: {{ accBal()?.date | currency: 'INR' | accounting }} / Final balance: {{ accBal()?.total | currency: 'INR' | accounting }} } @for (account of accounts(); track account) { {{ account.name }} } Amount ₹ 
@if (itemResource.isLoading()) { } @else if (itemResource.error()) { } @else { Debit {{ row.debit === 1 ? 'Dr' : 'Cr' }} Account {{ row.account.name }} Amount {{ row.amount | currency: 'INR' }} Action
Narration
Tags @for (tag of form.tagList().value(); track tag) { {{ tag.name }} } @for (tag of tags(); track tag) { {{ tag.name }} }
@for (item of form.files().value(); track item) {
img
}
}
@if (id()) { } @if (id()) { Created on {{ form.creationDate().value() | localTime }} and Last Edited on  {{ form.lastEditDate().value() | localTime }} by  {{ form.userName() }}. {{ form.posted() ? 'Posted by ' + form.poster() : '' }} }