Client | Tranaction Date | Invoiced | Payment | ||
---|---|---|---|---|---|
{{ entry.transaction.client.displayName.escapedForHTML }} | {{ entry.transaction.transactionDateUsingFormatter }} | {% if entry.transaction.isCharge %}{{ entry.transaction.transactionValueUsingFormatter }} | - | {% decimalMath totalCharges = totalCharges + entry.transaction.transactionValue %} {% else %}- | {{ entry.transaction.transactionValueUsingFormatter }} | {% decimalMath totalPayments = totalPayments + entry.transaction.transactionValue %} {% /if %}
Total: | {{totalCharges | currency_format}} | {{totalPayments | currency_format}} |
Reported generated on {% now | date_format: "MMM dd yyyy 'at' HH:mm:ss" %}.