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:
@@ -5,6 +5,7 @@
|
||||
|
||||
"searchByName": "Buscar por nombre",
|
||||
"selectAll": "Seleccionar Todo",
|
||||
"clearAll": "Limpiar Todo",
|
||||
"teams": "Equipos",
|
||||
|
||||
"searchByProject": "Buscar por nombre del proyecto",
|
||||
@@ -15,6 +16,8 @@
|
||||
|
||||
"billable": "Facturable",
|
||||
"nonBillable": "No Facturable",
|
||||
"allBillableTypes": "Todos los Tipos Facturables",
|
||||
"filterByBillableStatus": "Filtrar por estado facturable",
|
||||
|
||||
"total": "Total",
|
||||
|
||||
@@ -28,6 +31,9 @@
|
||||
|
||||
"membersTimeSheet": "Hoja de Tiempo de Miembros",
|
||||
"member": "Miembro",
|
||||
"members": "Miembros",
|
||||
"searchByMember": "Buscar por miembro",
|
||||
"utilization": "Utilización",
|
||||
|
||||
"estimatedVsActual": "Estimado vs Real",
|
||||
"workingDays": "Días Laborables",
|
||||
|
||||
Reference in New Issue
Block a user