| {{ ui.t('table.category') }} | {{ ui.t('table.amount') }} | {{ ui.t('table.count') }} |
|---|---|---|
| {{ row.categoryName }} | {{ row.total | currency:'PLN':'symbol':'1.2-2' }} | {{ row.count }} |
| {{ ui.t('common.noData') }} | ||
| {{ ui.t('expenses.field.tags') }} | {{ ui.t('table.amount') }} |
|---|---|
| #{{ row.tag }} | {{ row.total | currency:'PLN':'symbol':'1.2-2' }} |
| {{ ui.t('common.noData') }} | |