feat(reports): add daily rate to report tables and exports
This commit is contained in:
@@ -381,6 +381,7 @@ export default function Reports() {
|
||||
billableHours: t.reports?.billableHours || "Billable hours",
|
||||
nonBillableHours: t.reports?.nonBillableHours || "Non-billable hours",
|
||||
totalHours: t.reports?.totalHours || "Total hours",
|
||||
hourlyRate: t.reports?.hourlyRate || "Hourly rate",
|
||||
totalIncome: t.reports?.totalIncome || "Total income",
|
||||
details: t.reports?.details || "Details",
|
||||
total: t.reports?.total || "Total",
|
||||
|
||||
Reference in New Issue
Block a user