{{'common.all_payments_for'|i18n:customer.company}}

{{'common.no_data'|i18n}}

{{'common.payment_details'|i18n}}

{{selectedPaymentRow.amount | currency: currency }}

{{selectedPaymentRow.description ? selectedPaymentRow.description : ('common.not_provided'|i18n)}}

{{selectedPaymentRow.cancelledAt ? (selectedPaymentRow.cancelledAt | date: 'yyyy-MM-dd HH:mm:ss') : ('common.not_cancelled'|i18n)}}

{{selectedPaymentRow.createdAt | date: 'yyyy-MM-dd HH:mm:ss'}}

{{'common.invoice_informtion'|i18n}}

{{'common.u_inv_no'|i18n}}. {{selectedPaymentRow.paymentDetails[0].invoice.invoiceNumber }}

{{selectedPaymentRow.paymentDetails[0].paidAmount | currency:currency}}

{{selectedPaymentRow.paymentDetails[0].invoice.amount | currency:currency }}

{{selectedPaymentRow.paymentDetails[0].invoice.fromDate | date: 'yyyy-MM-dd HH:mm:ss' }} to {{selectedPaymentRow.paymentDetails[0].invoice.toDate | date: 'yyyy-MM-dd HH:mm:ss'}}

{{selectedPaymentRow.paymentDetails[0].invoice.cancelledAt ? (selectedPaymentRow.paymentDetails[0].invoice.cancelledAt | date: 'yyyy-MM-dd HH:mm:ss') : ('common.not_available'|i18n) }}