{{charge.name}}


{{'label.heading.currency' | translate}} {{charge.currency.name}}
{{'label.heading.chargetimetype' | translate}} {{charge.chargeTimeType.value}}
{{'label.heading.chargecalculationtype' | translate}} {{charge.chargeCalculationType.value}}
{{'label.heading.dueasof' | translate}} {{charge.dueDate|DateFormat}}
{{'label.heading.due' | translate}} {{charge.amount|number}}
{{'label.heading.paid' | translate}} {{charge.amountPaid|number}}
{{'label.heading.waived' | translate}} {{charge.amountWaived|number}}
{{'label.heading.outstanding' | translate}} {{charge.amountOutstanding|number}}

{{ 'label.heading.transactions' | translate}}

{{'label.heading.id' | translate}} {{'label.heading.officeName' | translate}} {{'label.heading.type' | translate}} {{'label.heading.transactiondate' | translate}} {{'label.heading.amount' | translate}} {{'label.heading.actions' | translate}}
{{transaction.id}} {{transaction.officeName}} {{transaction.type.value}} {{transaction.date | DateFormat}} {{transaction.amount | number}}