Profit & Loss
@if (infoResource.isLoading()) {
} @else if (infoResource.error()) {
} @else {
Group
{{ row.group }}
{{ info().footer.group }}
Name
{{ row.name }}
{{ info().footer.name }}
Amount
{{ row.amount | currency: 'INR' }}
{{ info().footer.amount | currency: 'INR' }}
Total
{{ row.total | currency: 'INR' }}
{{ info().footer.total | currency: 'INR' }}
}