|
{{ 'CURRENT_BALANCE' | translate }}{{': '}}
|
{{ 'CURRENCY' | translate }}{{': '}}
|
|
{{ 'TIME' | translate }}
|
{{ 'CUSTOMER' | translate }}
|
{{ 'ACCOUNT' | translate }}
|
{{ 'OPERATION_TYPE' | translate }}
|
{{ 'PAY_IN' | translate}}
|
{{ 'PAY_OUT' | translate}}
|
{{ 'CURRENCY' | translate}}
|
{{ 'TELLER' | translate}}
|
{{ 'COMMENT' | translate}}
|
|
|---|---|---|---|---|---|---|---|---|---|
| {{operation?.createdAt | cbsDateFormat }} {{operation?.createdAt | cbsTimeFormat }} |
|
{{operation?.accountNumber}} |
|
{{operation?.amount | cbsNumberFormat}} | {{operation?.amount | cbsNumberFormat}} | {{operation?.currency?.name}} | {{operation?.createdBy?.firstName + ' ' + operation?.createdBy?.lastName}} |
|
{{ 'NO_DATA' | translate }}