|
#
|
{{ 'NAME' | translate }}
|
{{ 'DESCRIPTION' | translate }}
|
{{ 'CHARGE_ACCOUNT' | translate }}
|
{{ 'INCOME_ACCOUNT' | translate }}
|
{{ 'EXPENSE_ACCOUNT' | translate }}
|
|
|---|---|---|---|---|---|---|
|
{{ i + 1}}
|
{{ otherFee?.description }}
|
{{otherFee['chargeAccount']['number'] + ' | ' + otherFee['chargeAccount']['name']}} | {{otherFee['incomeAccount']['number'] + ' | ' + otherFee['incomeAccount']['name']}} | {{otherFee['expenseAccount']['number'] + ' | ' + otherFee['expenseAccount']['name']}} |