src/app/accounting/financialCondition/financial-condition.component.html [102:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
{{entry.description}}
|
{{entry.value | displayFimsFinancialNumber}}
|
Subtotal
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
src/app/accounting/incomeStatement/income-statement.component.html [30:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| |
{{entry.description}}
|
{{entry.value | displayFimsFinancialNumber}}
|
Subtotal
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|