feat(reports): add daily rate to report tables and exports

This commit is contained in:
2026-04-28 20:26:21 +03:30
parent 3efa04094d
commit 2b5ee2abf1
5 changed files with 30 additions and 11 deletions

View File

@@ -468,10 +468,11 @@ export const en = {
name: "Name",
clear: "Clear",
apply: "Apply",
totalHours: "Total hours",
billableHours: "Billable hours",
nonBillableHours: "Non-billable hours",
totalIncome: "Total income",
totalHours: "Total hours",
billableHours: "Billable hours",
nonBillableHours: "Non-billable hours",
hourlyRate: "Hourly rate",
totalIncome: "Total income",
chartTitle: "Activity chart",
totalSeconds: "Total seconds",
exportExcel: "Export Excel",