|
{{'Sl.No' | translate}}
|
{{i +
1 +
(paginator.pageIndex * paginator.pageSize)}} |
{{ "Invoice Id" | translate}}
|
{{row.invoiceId}}
|
{{ "Price" | translate}}
|
{{row.ticket_type == 'customInvoice' ? getCurrencyPerTicket(row.amount) :
row.customerAmount}}
|
{{ "Payment method" | translate}}
|
{{row.payment_method ? row.payment_method : ('Offline Payment' | translate)}}
|
{{ "Payment Method" | translate}}
|
{{row.ticket_type == 'customInvoice' ? ('Custom Invoice' | translate) : ''}}
|
{{ "Status" | translate }}
|
{{ getStatusText(row.status) }}
@if(isPaymentRequired(row.status)){
{{ 'Payment Required*' | translate}}
}
|
{{ "Actions" | translate}}
|
|
@if (!input.value.length) {
|
{{'No data Found'| translate}}
|
} @else {
{{'No data matching the filter'|
translate}} "
{{input.value}} " |
}