diff --git a/src/routes/(app)/companies/[companyId]/+page.svelte b/src/routes/(app)/companies/[companyId]/+page.svelte index 6df149a..3281986 100644 --- a/src/routes/(app)/companies/[companyId]/+page.svelte +++ b/src/routes/(app)/companies/[companyId]/+page.svelte @@ -112,7 +112,7 @@ {expense.title} {expense.projectName} - {formatCurrency(expense.amount, currency)} + {formatCurrency(expense.amount, currency)} {expense.expenseDate} 0 ? Math.min((spent / allocated) * 100, 100) : 0} {project.name} - {formatCurrency(allocated, currency)} - {formatCurrency(spent, currency)} - {formatCurrency(remaining, currency)} + {formatCurrency(allocated, currency)} + {formatCurrency(spent, currency)} + {formatCurrency(remaining, currency)}
Budget - {formatCurrency(project.spent, currency)} / {formatCurrency(project.allocatedBudget, currency)} + {formatCurrency(project.spent, currency)} / {formatCurrency(project.allocatedBudget, currency)}
- {cat.categoryName} + {cat.categoryName}
- {formatCurrency(cat.total, currency)} + {formatCurrency(cat.total, currency)}
0 ? Math.min((spent / allocated) * 100, 100) : 0}
- {project.projectName} - + {project.projectName} + {formatCurrency(spent, currency)} / {formatCurrency(allocated, currency)}