| Date | Title | Debit | Credit | Description | Reference |
|---|---|---|---|---|---|
| <%= stmt.transaction_date %> | <%= stmt.payment_title %> | <%= stmt.debit? ? number_to_currency(stmt.amount) : "" %> | <%= stmt.credit? ? number_to_currency(stmt.amount) : "" %> | <%= stmt.description || "-" %> | <%= stmt.reference_number || "-" %> |
Current Balance: <%= number_to_currency(@property_account.balance) %>