Payment Refund
.
Account | {{ Refund.payment.account.companyName }} |
---|---|
Payment No | {{ Refund.payment.code }} |
Refund No | {{ Refund.code }} |
Payment Description | {{ Refund.payment.description }} |
Date | {% if Refund.date %}{{ Refund.date|date('Y-m-d') }}{% endif %} |
Total Amount | {{ d2_config('currency_symbol') }} {{ Refund.payment.amount|number_format(2, '.', ',') }} |
Created by | {{ Refund.user }} | Bank Details | {{ Refund.bankDetails }} |
---|---|---|---|
Seek Approval From | {{ Refund.aprovalStaff }} | ||
Send payment request to | {% if Refund.aprovalStaff %}{{ Refund.aprovalStaff }}{% endif %} | ||
Customer email | {{ Refund.payment.account.email }} | ||
Customer fax | {{ Refund.payment.account.fax }} |
Invoice No | Inv Description | Invoice Amount |
---|---|---|
{{ invoice.paymentInvoice.invoice.DocNo }} | {{ invoice.paymentInvoice.invoice.description}} | {{ d2_config('currency_symbol') }} {{ invoice.paymentInvoice.invoice.total|number_format(2, '.', ',') }} |
Action | Date | User |
---|---|---|
{{ event.status }} | {% if event.date %}{{ event.date|date('Y-m-d H:m:s') }}{% endif %} | {{ event.user }} |
User | Payment | Refund | Date | Changes |
---|---|---|---|---|
{{ log.user }} | {{ log.payment.code }} | {{ log.refund.code }} | {% if log.date %}{{ log.date|date('Y-m-d H:m:s') }}{% endif %} |