| Date | Description | Credit (+) | Debit (-) |
|---|---|---|---|
| {{x.TransactionDate | date: 'dd MMM yyyy h:mm a' }} | {{x.Description}} | {{x.TransactionTypeId == TransactionTypeEnum.Credit ? (x.Amount | currency : 'R ') : ''}} | {{x.TransactionTypeId == TransactionTypeEnum.Debit ? (x.Amount | currency : 'R ') : ''}} |