{{ "orderNumber" | translate }}:
{{ order.orderNumber }}
{{ "orderTypeName" | translate }}:
{{ order.orderTypeName }}
{{ "saveDate" | translate }}:
{{ order.saveDate | jalaliDatePipe : true }}
{{ "transactions" | translate }}
{{ "Row" | translate }} {{ "paidCode" | translate }} {{ "transactionType" | translate }} {{ "paidAmountTransActionView" | translate }} {{ "payStatus" | translate }} {{ "portalName" | translate }} {{ "paidDate" | translate }} {{ "saveDate" | translate }} {{ "Row" | translate }}{{ rowIndex + 1 }} {{ "paidCode" | translate }}{{ item.paidCode }} {{ "transactionType" | translate }}{{ item.transactionTypeTitle }} {{ "finalAmount" | translate }}{{ item.paidAmount | transactionUnit: item }} {{ "portalName" | translate }}{{ item.onlinePortalTitle }} {{ "paidDate" | translate }} {{ item.paidDate | jalaliDatePipe : true }} ____ {{ "saveDate" | translate }}{{ item.saveDate | jalaliDatePipe : true }} {{ "payStatus" | translate }} {{ item.isPaid ? "پرداخت شده" : "پرداخت نشده" }} {{ message }}