feat(reporting): enhance time reports page with new filters and components

- Added new components for filtering by billable status, categories, projects, members, and teams in the time reports overview.
- Implemented a new header component to manage the layout and functionality of the time reports page.
- Refactored existing components to improve organization and maintainability, including the removal of deprecated files.
- Updated localization files to support new UI elements and ensure consistency across languages.
- Adjusted the language selector to reflect the correct language codes for Chinese.
This commit is contained in:
chamikaJ
2025-07-24 11:40:39 +05:30
parent fe3fb5e627
commit 20ce0c9687
44 changed files with 2897 additions and 1294 deletions

View File

@@ -5,6 +5,7 @@
"searchByName": "Nach Namen suchen",
"selectAll": "Alle auswählen",
"clearAll": "Alle löschen",
"teams": "Teams",
"searchByProject": "Nach Projektnamen suchen",
@@ -15,6 +16,8 @@
"billable": "Abrechenbar",
"nonBillable": "Nicht abrechenbar",
"allBillableTypes": "Alle Abrechnungsarten",
"filterByBillableStatus": "Nach abrechenbarem Status filtern",
"total": "Gesamt",
@@ -28,6 +31,9 @@
"membersTimeSheet": "Mitglieder-Zeiterfassung",
"member": "Mitglied",
"members": "Mitglieder",
"searchByMember": "Nach Mitglied suchen",
"utilization": "Auslastung",
"estimatedVsActual": "Geschätzt vs. Tatsächlich",
"workingDays": "Arbeitstage",
@@ -40,5 +46,17 @@
"noCategory": "Keine Kategorie",
"noProjects": "Keine Projekte gefunden",
"noTeams": "Keine Teams gefunden",
"noData": "Keine Daten gefunden"
"noData": "Keine Daten gefunden",
"groupBy": "Gruppieren nach",
"groupByCategory": "Kategorie",
"groupByTeam": "Team",
"groupByStatus": "Status",
"groupByNone": "Keine",
"clearSearch": "Suche löschen",
"selectedProjects": "Ausgewählte Projekte",
"projectsSelected": "Projekte ausgewählt",
"showSelected": "Nur Ausgewählte anzeigen",
"expandAll": "Alle erweitern",
"collapseAll": "Alle einklappen",
"ungrouped": "Nicht gruppiert"
}