@hed-hog/operations 0.0.330 → 0.0.331
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/controllers/operations-collaborators.controller.d.ts +7 -216
- package/dist/controllers/operations-collaborators.controller.d.ts.map +1 -1
- package/dist/controllers/operations-contracts.controller.d.ts +6 -6
- package/dist/controllers/operations-projects.controller.d.ts +25 -0
- package/dist/controllers/operations-projects.controller.d.ts.map +1 -1
- package/dist/controllers/operations-projects.controller.js +48 -0
- package/dist/controllers/operations-projects.controller.js.map +1 -1
- package/dist/controllers/operations-reports.controller.d.ts +1 -1
- package/dist/controllers/operations-tasks.controller.d.ts +34 -9
- package/dist/controllers/operations-tasks.controller.d.ts.map +1 -1
- package/dist/controllers/operations-tasks.controller.js +43 -32
- package/dist/controllers/operations-tasks.controller.js.map +1 -1
- package/dist/controllers/operations-timesheets.controller.d.ts +9 -9
- package/dist/dashboard/components/DashboardLayout.d.ts +30 -0
- package/dist/dashboard/components/DashboardLayout.d.ts.map +1 -0
- package/dist/dashboard/components/DashboardLayout.js +87 -0
- package/dist/dashboard/components/DashboardLayout.js.map +1 -0
- package/dist/dashboard/components/widget-registry.d.ts +23 -0
- package/dist/dashboard/components/widget-registry.d.ts.map +1 -0
- package/dist/dashboard/components/widget-registry.js +245 -0
- package/dist/dashboard/components/widget-registry.js.map +1 -0
- package/dist/dashboard/hooks/useDashboardData.d.ts +20 -0
- package/dist/dashboard/hooks/useDashboardData.d.ts.map +1 -0
- package/dist/dashboard/hooks/useDashboardData.js +24 -0
- package/dist/dashboard/hooks/useDashboardData.js.map +1 -0
- package/dist/dashboard/types/widgets.types.d.ts +233 -0
- package/dist/dashboard/types/widgets.types.d.ts.map +1 -0
- package/dist/dashboard/types/widgets.types.js +6 -0
- package/dist/dashboard/types/widgets.types.js.map +1 -0
- package/dist/dashboard/widgets/CapacityDistribution.d.ts +23 -0
- package/dist/dashboard/widgets/CapacityDistribution.d.ts.map +1 -0
- package/dist/dashboard/widgets/CapacityDistribution.js +11 -0
- package/dist/dashboard/widgets/CapacityDistribution.js.map +1 -0
- package/dist/dashboard/widgets/EffortByProject.d.ts +22 -0
- package/dist/dashboard/widgets/EffortByProject.d.ts.map +1 -0
- package/dist/dashboard/widgets/EffortByProject.js +11 -0
- package/dist/dashboard/widgets/EffortByProject.js.map +1 -0
- package/dist/dashboard/widgets/HeadcountByArea.d.ts +24 -0
- package/dist/dashboard/widgets/HeadcountByArea.d.ts.map +1 -0
- package/dist/dashboard/widgets/HeadcountByArea.js +11 -0
- package/dist/dashboard/widgets/HeadcountByArea.js.map +1 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.d.ts +18 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.d.ts.map +1 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.js +12 -0
- package/dist/dashboard/widgets/ManagedProjectsStatus.js.map +1 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.d.ts +22 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.js +12 -0
- package/dist/dashboard/widgets/MyHoursPeriodKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.d.ts +19 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.js +17 -0
- package/dist/dashboard/widgets/MyOpenRequestsKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.d.ts +23 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.js +14 -0
- package/dist/dashboard/widgets/MyPendingRequestsList.js.map +1 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.d.ts +22 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.js +11 -0
- package/dist/dashboard/widgets/MyProjectAllocationsKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyQuickActions.d.ts +23 -0
- package/dist/dashboard/widgets/MyQuickActions.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyQuickActions.js +18 -0
- package/dist/dashboard/widgets/MyQuickActions.js.map +1 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.d.ts +23 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.js +22 -0
- package/dist/dashboard/widgets/MyRelevantDeadlines.js.map +1 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.d.ts +17 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.js +11 -0
- package/dist/dashboard/widgets/MyTimesheetStatusKpi.js.map +1 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.d.ts +21 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.d.ts.map +1 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.js +19 -0
- package/dist/dashboard/widgets/MyWeeklyJourney.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.d.ts +19 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.js +12 -0
- package/dist/dashboard/widgets/PortfolioCostsKpi.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.d.ts +18 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.js +8 -0
- package/dist/dashboard/widgets/PortfolioEffortKpi.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.d.ts +22 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.js +56 -0
- package/dist/dashboard/widgets/PortfolioProjectsKpi.js.map +1 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.d.ts +19 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.js +11 -0
- package/dist/dashboard/widgets/PortfolioRiskKpi.js.map +1 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.d.ts +19 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.d.ts.map +1 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.js +18 -0
- package/dist/dashboard/widgets/ProjectStatusOverview.js.map +1 -0
- package/dist/dashboard/widgets/StrategicDeadlines.d.ts +24 -0
- package/dist/dashboard/widgets/StrategicDeadlines.d.ts.map +1 -0
- package/dist/dashboard/widgets/StrategicDeadlines.js +22 -0
- package/dist/dashboard/widgets/StrategicDeadlines.js.map +1 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.d.ts +24 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.js +12 -0
- package/dist/dashboard/widgets/TeamApprovalQueue.js.map +1 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.d.ts +18 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.js +19 -0
- package/dist/dashboard/widgets/TeamCapacityKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.d.ts +22 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.js +56 -0
- package/dist/dashboard/widgets/TeamHeadcountKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamHoursKpi.d.ts +19 -0
- package/dist/dashboard/widgets/TeamHoursKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamHoursKpi.js +13 -0
- package/dist/dashboard/widgets/TeamHoursKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.d.ts +20 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.js +11 -0
- package/dist/dashboard/widgets/TeamPendingApprovalsKpi.js.map +1 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.d.ts +18 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.js +17 -0
- package/dist/dashboard/widgets/TeamUtilizationOverview.js.map +1 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.d.ts +24 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.d.ts.map +1 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.js +19 -0
- package/dist/dashboard/widgets/TeamWorkloadAlerts.js.map +1 -0
- package/dist/dashboard/widgets/index.d.ts +24 -0
- package/dist/dashboard/widgets/index.d.ts.map +1 -0
- package/dist/dashboard/widgets/index.js +54 -0
- package/dist/dashboard/widgets/index.js.map +1 -0
- package/dist/dto/create-collaborator.dto.d.ts +0 -1
- package/dist/dto/create-collaborator.dto.d.ts.map +1 -1
- package/dist/dto/create-collaborator.dto.js +0 -6
- package/dist/dto/create-collaborator.dto.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/operations.controller.d.ts +42 -0
- package/dist/operations.controller.d.ts.map +1 -1
- package/dist/operations.service.d.ts +182 -268
- package/dist/operations.service.d.ts.map +1 -1
- package/dist/operations.service.js +2147 -1337
- package/dist/operations.service.js.map +1 -1
- package/dist/operations.service.spec.js +345 -174
- package/dist/operations.service.spec.js.map +1 -1
- package/hedhog/data/dashboard_component.yaml +66 -0
- package/hedhog/data/dashboard_item.yaml +25 -25
- package/hedhog/data/route.yaml +61 -0
- package/hedhog/frontend/app/_components/collaborator-form-screen.tsx.ejs +39 -99
- package/hedhog/frontend/app/_components/collaborator-picker.tsx.ejs +158 -0
- package/hedhog/frontend/app/_components/my-project-summary-screen.tsx.ejs +314 -116
- package/hedhog/frontend/app/_components/project-assignments-tab.tsx.ejs +434 -449
- package/hedhog/frontend/app/_components/project-details-screen.tsx.ejs +289 -412
- package/hedhog/frontend/app/_components/project-file-attachments.tsx.ejs +371 -0
- package/hedhog/frontend/app/_components/project-form-screen.tsx.ejs +426 -374
- package/hedhog/frontend/app/_components/task-detail-sheet.tsx.ejs +803 -581
- package/hedhog/frontend/app/_components/task-file-attachments.tsx.ejs +4 -1
- package/hedhog/frontend/app/_components/task-form-fields.tsx.ejs +406 -0
- package/hedhog/frontend/app/_components/task-form-sheet.tsx.ejs +629 -784
- package/hedhog/frontend/app/_components/task-info-display.tsx.ejs +137 -0
- package/hedhog/frontend/app/_components/timesheet-entry-create-sheet.tsx.ejs +306 -0
- package/hedhog/frontend/app/_lib/api.ts.ejs +480 -476
- package/hedhog/frontend/app/_lib/types.ts.ejs +66 -5
- package/hedhog/frontend/app/_lib/utils/format.ts.ejs +0 -2
- package/hedhog/frontend/app/_lib/utils/task-ui.ts.ejs +43 -0
- package/hedhog/frontend/app/approvals/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/collaborator-types/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/collaborators/page.tsx.ejs +59 -8
- package/hedhog/frontend/app/contracts/page.tsx.ejs +29 -8
- package/hedhog/frontend/app/dashboard/widgets/CapacityDistribution.tsx.ejs +84 -0
- package/hedhog/frontend/app/dashboard/widgets/EffortByProject.tsx.ejs +85 -0
- package/hedhog/frontend/app/dashboard/widgets/HeadcountByArea.tsx.ejs +101 -0
- package/hedhog/frontend/app/dashboard/widgets/ManagedProjectsStatus.tsx.ejs +113 -0
- package/hedhog/frontend/app/dashboard/widgets/MyHoursPeriodKpi.tsx.ejs +87 -0
- package/hedhog/frontend/app/dashboard/widgets/MyOpenRequestsKpi.tsx.ejs +97 -0
- package/hedhog/frontend/app/dashboard/widgets/MyPendingRequestsList.tsx.ejs +99 -0
- package/hedhog/frontend/app/dashboard/widgets/MyProjectAllocationsKpi.tsx.ejs +78 -0
- package/hedhog/frontend/app/dashboard/widgets/MyQuickActions.tsx.ejs +130 -0
- package/hedhog/frontend/app/dashboard/widgets/MyRelevantDeadlines.tsx.ejs +144 -0
- package/hedhog/frontend/app/dashboard/widgets/MyTimesheetStatusKpi.tsx.ejs +78 -0
- package/hedhog/frontend/app/dashboard/widgets/MyWeeklyJourney.tsx.ejs +99 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioCostsKpi.tsx.ejs +112 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioEffortKpi.tsx.ejs +93 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioProjectsKpi.tsx.ejs +96 -0
- package/hedhog/frontend/app/dashboard/widgets/PortfolioRiskKpi.tsx.ejs +115 -0
- package/hedhog/frontend/app/dashboard/widgets/ProjectStatusOverview.tsx.ejs +120 -0
- package/hedhog/frontend/app/dashboard/widgets/StrategicDeadlines.tsx.ejs +146 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamApprovalQueue.tsx.ejs +108 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamCapacityKpi.tsx.ejs +97 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamHeadcountKpi.tsx.ejs +100 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamHoursKpi.tsx.ejs +104 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamPendingApprovalsKpi.tsx.ejs +110 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamUtilizationOverview.tsx.ejs +115 -0
- package/hedhog/frontend/app/dashboard/widgets/TeamWorkloadAlerts.tsx.ejs +117 -0
- package/hedhog/frontend/app/dashboard/widgets/index.ts.ejs +26 -0
- package/hedhog/frontend/app/departments/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/my-projects/page.tsx.ejs +14 -10
- package/hedhog/frontend/app/my-tasks/page.tsx.ejs +328 -105
- package/hedhog/frontend/app/project-cost-categories/page.tsx.ejs +58 -52
- package/hedhog/frontend/app/project-cost-types/page.tsx.ejs +58 -51
- package/hedhog/frontend/app/projects/page.tsx.ejs +376 -30
- package/hedhog/frontend/app/schedule-adjustments/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/time-off/page.tsx.ejs +6 -1
- package/hedhog/frontend/app/timesheets/page.tsx.ejs +10 -4
- package/hedhog/frontend/messages/en.json +238 -46
- package/hedhog/frontend/messages/operations/en.json +61 -52
- package/hedhog/frontend/messages/operations/pt.json +59 -43
- package/hedhog/frontend/messages/pt.json +238 -46
- package/hedhog/frontend/widgets/capacity-distribution.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/effort-by-project.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/headcount-by-area.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/index.ts.ejs +25 -0
- package/hedhog/frontend/widgets/managed-projects-status.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-hours-period-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-open-requests-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-pending-requests-list.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-project-allocations-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-quick-actions.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-relevant-deadlines.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-timesheet-status-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/my-weekly-journey.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-costs-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-effort-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-projects-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/portfolio-risk-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/project-status-overview.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/shared-operations-widget.tsx.ejs +170 -0
- package/hedhog/frontend/widgets/strategic-deadlines.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-approval-queue.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-capacity-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-headcount-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-hours-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-pending-approvals-kpi.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-utilization-overview.tsx.ejs +17 -0
- package/hedhog/frontend/widgets/team-workload-alerts.tsx.ejs +17 -0
- package/hedhog/table/operations_collaborator.yaml +8 -13
- package/hedhog/table/operations_project.yaml +1 -1
- package/hedhog/table/operations_project_file.yaml +23 -0
- package/hedhog/table/operations_task.yaml +76 -69
- package/hedhog/table/operations_task_activity.yaml +51 -0
- package/package.json +6 -5
- package/src/controllers/operations-projects.controller.ts +41 -8
- package/src/controllers/operations-tasks.controller.ts +156 -166
- package/src/dashboard/README.md +214 -0
- package/src/dashboard/components/DashboardLayout.tsx +131 -0
- package/src/dashboard/components/widget-registry.ts +255 -0
- package/src/dashboard/hooks/useDashboardData.ts +29 -0
- package/src/dashboard/types/widgets.types.ts +237 -0
- package/src/dashboard/widgets/CapacityDistribution.tsx +56 -0
- package/src/dashboard/widgets/EffortByProject.tsx +51 -0
- package/src/dashboard/widgets/HeadcountByArea.tsx +57 -0
- package/src/dashboard/widgets/ManagedProjectsStatus.tsx +53 -0
- package/src/dashboard/widgets/MyHoursPeriodKpi.tsx +87 -0
- package/src/dashboard/widgets/MyOpenRequestsKpi.tsx +51 -0
- package/src/dashboard/widgets/MyPendingRequestsList.tsx +63 -0
- package/src/dashboard/widgets/MyProjectAllocationsKpi.tsx +57 -0
- package/src/dashboard/widgets/MyQuickActions.tsx +62 -0
- package/src/dashboard/widgets/MyRelevantDeadlines.tsx +84 -0
- package/src/dashboard/widgets/MyTimesheetStatusKpi.tsx +65 -0
- package/src/dashboard/widgets/MyWeeklyJourney.tsx +57 -0
- package/src/dashboard/widgets/PortfolioCostsKpi.tsx +48 -0
- package/src/dashboard/widgets/PortfolioEffortKpi.tsx +41 -0
- package/src/dashboard/widgets/PortfolioRiskKpi.tsx +50 -0
- package/src/dashboard/widgets/ProjectStatusOverview.tsx +52 -0
- package/src/dashboard/widgets/StrategicDeadlines.tsx +93 -0
- package/src/dashboard/widgets/TeamApprovalQueue.tsx +70 -0
- package/src/dashboard/widgets/TeamCapacityKpi.tsx +50 -0
- package/src/dashboard/widgets/TeamHoursKpi.tsx +51 -0
- package/src/dashboard/widgets/TeamPendingApprovalsKpi.tsx +53 -0
- package/src/dashboard/widgets/TeamUtilizationOverview.tsx +62 -0
- package/src/dashboard/widgets/TeamWorkloadAlerts.tsx +81 -0
- package/src/dashboard/widgets/index.ts +26 -0
- package/src/dto/create-collaborator.dto.ts +4 -11
- package/src/index.ts +3 -0
- package/src/operations.service.spec.ts +988 -764
- package/src/operations.service.ts +4277 -2535
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"approve": "Approve",
|
|
17
17
|
"reject": "Reject",
|
|
18
18
|
"submit": "Submit",
|
|
19
|
+
"logHours": "Log hours",
|
|
19
20
|
"cancel": "Cancel",
|
|
20
21
|
"loadMore": "Load more",
|
|
21
22
|
"clearSelection": "Clear selection",
|
|
@@ -24,7 +25,8 @@
|
|
|
24
25
|
"manageTemplates": "Manage templates",
|
|
25
26
|
"useTemplate": "Use template",
|
|
26
27
|
"showValues": "Show values",
|
|
27
|
-
"hideValues": "Hide values"
|
|
28
|
+
"hideValues": "Hide values",
|
|
29
|
+
"editPersonCrm": "Edit person record (CRM)"
|
|
28
30
|
},
|
|
29
31
|
"filters": {
|
|
30
32
|
"allStatuses": "All statuses",
|
|
@@ -32,6 +34,19 @@
|
|
|
32
34
|
"dateFrom": "From",
|
|
33
35
|
"dateTo": "To"
|
|
34
36
|
},
|
|
37
|
+
"taskStatus": {
|
|
38
|
+
"todo": "Backlog",
|
|
39
|
+
"doing": "In Progress",
|
|
40
|
+
"review": "Review",
|
|
41
|
+
"done": "Done"
|
|
42
|
+
},
|
|
43
|
+
"priority": {
|
|
44
|
+
"low": "Low",
|
|
45
|
+
"medium": "Medium",
|
|
46
|
+
"high": "High"
|
|
47
|
+
},
|
|
48
|
+
"overdueLabel": "Overdue:",
|
|
49
|
+
"responsible": "Responsible",
|
|
35
50
|
"labels": {
|
|
36
51
|
"notAvailable": "Not available",
|
|
37
52
|
"notAssigned": "Not assigned",
|
|
@@ -210,7 +225,6 @@
|
|
|
210
225
|
"description": "Create or update the workforce profile used across projects, contracts, and approvals."
|
|
211
226
|
},
|
|
212
227
|
"form": {
|
|
213
|
-
"userId": "User ID",
|
|
214
228
|
"code": "Code",
|
|
215
229
|
"displayName": "Display name",
|
|
216
230
|
"department": "Department",
|
|
@@ -220,12 +234,16 @@
|
|
|
220
234
|
"notes": "Notes"
|
|
221
235
|
},
|
|
222
236
|
"messages": {
|
|
223
|
-
"userRequired": "A user ID is required for new collaborators.",
|
|
224
237
|
"requiredFields": "Code and display name are required.",
|
|
225
238
|
"saveSuccess": "Collaborator saved successfully.",
|
|
226
239
|
"saveError": "Unable to save the collaborator.",
|
|
227
240
|
"statusSuccess": "Collaborator status updated successfully.",
|
|
228
241
|
"statusError": "Unable to update collaborator status."
|
|
242
|
+
},
|
|
243
|
+
"columns": {
|
|
244
|
+
"linkedUser": "User",
|
|
245
|
+
"linkedUserYes": "Linked",
|
|
246
|
+
"linkedUserNo": "No user"
|
|
229
247
|
}
|
|
230
248
|
},
|
|
231
249
|
"DepartmentsPage": {
|
|
@@ -312,9 +330,6 @@
|
|
|
312
330
|
"person": "Person",
|
|
313
331
|
"personEntityLabel": "person",
|
|
314
332
|
"personDescription": "Select an existing person or register a new one without leaving this screen.",
|
|
315
|
-
"userId": "System user",
|
|
316
|
-
"userIdOptional": "System user (optional)",
|
|
317
|
-
"userIdDescription": "Link the platform account this collaborator will use for sign-in, timesheets, and self-service actions.",
|
|
318
333
|
"code": "Code",
|
|
319
334
|
"displayName": "Display name",
|
|
320
335
|
"department": "Department",
|
|
@@ -343,10 +358,6 @@
|
|
|
343
358
|
"breakMinutesDescription": "The last numeric field defines the daily break in minutes. Example: 60 = a 1-hour lunch break.",
|
|
344
359
|
"autoGenerateContractDraft": "Generate contract draft automatically",
|
|
345
360
|
"autoGenerateContractDraftDescription": "Creates a related draft contract classified from the relationship type and linked to the hiring origin.",
|
|
346
|
-
"createUserDescription": "Enter the new system user's credentials. The account will be created immediately and linked to this collaborator.",
|
|
347
|
-
"createUserName": "Full name",
|
|
348
|
-
"createUserEmail": "Email",
|
|
349
|
-
"createUserPassword": "Password",
|
|
350
361
|
"compensationEffectiveDate": "Effective date",
|
|
351
362
|
"compensationNotes": "Compensation notes"
|
|
352
363
|
},
|
|
@@ -391,30 +402,22 @@
|
|
|
391
402
|
"equityNotes": "Notes about quotas, shares, term, or powers",
|
|
392
403
|
"levelLabel": "Select a level",
|
|
393
404
|
"supervisor": "Search a collaborator",
|
|
394
|
-
"userIdOptional": "Select a system user",
|
|
395
|
-
"createUserName": "Full name",
|
|
396
|
-
"createUserEmail": "user@example.com",
|
|
397
|
-
"createUserPassword": "Strong password",
|
|
398
405
|
"compensationNotes": "Notes about the compensation change"
|
|
399
406
|
},
|
|
400
407
|
"actions": {
|
|
401
|
-
"createUser": "Create system user",
|
|
402
408
|
"editPersonCrm": "Edit person record (CRM)"
|
|
403
409
|
},
|
|
404
410
|
"states": {
|
|
405
411
|
"loadingCollaboratorTypes": "Loading relationship types..."
|
|
406
412
|
},
|
|
407
413
|
"messages": {
|
|
408
|
-
"userRequired": "The user binding can be completed after the initial collaborator setup.",
|
|
409
414
|
"personRequired": "Select or create a person for the collaborator.",
|
|
410
415
|
"collaboratorTypeRequired": "Select a relationship type.",
|
|
411
416
|
"requiredFields": "The collaborator code is required.",
|
|
412
417
|
"createSuccess": "Collaborator created successfully.",
|
|
413
418
|
"createError": "Unable to create the collaborator.",
|
|
414
419
|
"updateSuccess": "Collaborator updated successfully.",
|
|
415
|
-
"updateError": "Unable to update the collaborator."
|
|
416
|
-
"createUserSuccess": "User created and linked successfully.",
|
|
417
|
-
"createUserError": "Failed to create the system user."
|
|
420
|
+
"updateError": "Unable to update the collaborator."
|
|
418
421
|
},
|
|
419
422
|
"chart": {
|
|
420
423
|
"salaryHistory": "Salary history",
|
|
@@ -531,14 +534,25 @@
|
|
|
531
534
|
"totalDescription": "All delivery projects visible to your access scope.",
|
|
532
535
|
"active": "Active",
|
|
533
536
|
"activeDescription": "Open for timesheet entries and ongoing team work.",
|
|
534
|
-
"
|
|
535
|
-
"
|
|
537
|
+
"completed": "Completed",
|
|
538
|
+
"completedDescription": "Projects that finished their delivery lifecycle.",
|
|
536
539
|
"upcomingDeliveries": "With deadline",
|
|
537
540
|
"upcomingDeliveriesDescription": "Projects that have an end date defined."
|
|
538
541
|
},
|
|
539
542
|
"viewMode": "View mode",
|
|
540
543
|
"viewModeTable": "Table",
|
|
541
544
|
"viewModeCards": "Cards",
|
|
545
|
+
"viewModeBoard": "Board",
|
|
546
|
+
"board": {
|
|
547
|
+
"directorOnly": "Project movement on the board is available only for directors.",
|
|
548
|
+
"emptyColumn": "No projects in this column.",
|
|
549
|
+
"columns": {
|
|
550
|
+
"planning": "Planning",
|
|
551
|
+
"active": "Active",
|
|
552
|
+
"paused": "Paused",
|
|
553
|
+
"completed": "Completed"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
542
556
|
"actions": {
|
|
543
557
|
"archive": "Archive"
|
|
544
558
|
},
|
|
@@ -573,8 +587,8 @@
|
|
|
573
587
|
"totalDescription": "Projects you have an active allocation in.",
|
|
574
588
|
"active": "Active",
|
|
575
589
|
"activeDescription": "Projects open for timesheet entries.",
|
|
576
|
-
"
|
|
577
|
-
"
|
|
590
|
+
"completed": "Completed",
|
|
591
|
+
"completedDescription": "Projects completed in your scope.",
|
|
578
592
|
"upcomingDeliveries": "With deadline",
|
|
579
593
|
"upcomingDeliveriesDescription": "Projects that have an end date defined."
|
|
580
594
|
},
|
|
@@ -649,6 +663,8 @@
|
|
|
649
663
|
"teamDescription": "{count} collaborators selected for the initial team. You can refine assignments after saving.",
|
|
650
664
|
"financials": "Financial and contract basis",
|
|
651
665
|
"financialsDescription": "Financial, billing, and contract settings can be completed after the project is saved.",
|
|
666
|
+
"files": "Attached files",
|
|
667
|
+
"filesDescription": "Upload one or more files to keep project documents and attachments centralized.",
|
|
652
668
|
"contract": "Contract generation settings",
|
|
653
669
|
"contractDescription": "Link an existing contract or configure draft generation after the initial project save.",
|
|
654
670
|
"nextSteps": "Continue after saving",
|
|
@@ -718,7 +734,6 @@
|
|
|
718
734
|
"statuses": {
|
|
719
735
|
"planning": "Planning",
|
|
720
736
|
"active": "Active",
|
|
721
|
-
"at_risk": "At risk",
|
|
722
737
|
"paused": "Paused",
|
|
723
738
|
"completed": "Completed",
|
|
724
739
|
"archived": "Archived"
|
|
@@ -816,24 +831,6 @@
|
|
|
816
831
|
"warning": "Attention",
|
|
817
832
|
"danger": "Critical"
|
|
818
833
|
},
|
|
819
|
-
"sections": {
|
|
820
|
-
"overview": "Overview",
|
|
821
|
-
"contract": "Related contract",
|
|
822
|
-
"team": "Assigned collaborators",
|
|
823
|
-
"teamDescription": "Initial and ongoing staffing linked to this project.",
|
|
824
|
-
"indicators": "Operational indicators",
|
|
825
|
-
"indicatorsDescription": "Current project staffing and delivery metrics.",
|
|
826
|
-
"costs": "Project Costs",
|
|
827
|
-
"costsDescription": "Manage planned, confirmed, and cancelled costs associated with this project."
|
|
828
|
-
},
|
|
829
|
-
"indicators": {
|
|
830
|
-
"activeAssignments": "Active assignments",
|
|
831
|
-
"completedAssignments": "Completed assignments",
|
|
832
|
-
"averageAllocation": "Average allocation",
|
|
833
|
-
"totalWeeklyHours": "Total weekly hours"
|
|
834
|
-
},
|
|
835
|
-
"noContract": "No related contract is linked to this project yet.",
|
|
836
|
-
"noAssignments": "No collaborators are assigned to this project yet.",
|
|
837
834
|
"sections": {
|
|
838
835
|
"overview": "Overview",
|
|
839
836
|
"contract": "Related contract",
|
|
@@ -852,8 +849,18 @@
|
|
|
852
849
|
"archivedTasks": "Archived tasks",
|
|
853
850
|
"archivedTasksDescription": "Review archived project tasks, open details, restore them, or delete them permanently.",
|
|
854
851
|
"costs": "Project Costs",
|
|
855
|
-
"costsDescription": "Manage planned, confirmed, and cancelled costs associated with this project."
|
|
852
|
+
"costsDescription": "Manage planned, confirmed, and cancelled costs associated with this project.",
|
|
853
|
+
"files": "Project Files",
|
|
854
|
+
"filesDescription": "Manage files and documents attached to this project."
|
|
855
|
+
},
|
|
856
|
+
"indicators": {
|
|
857
|
+
"activeAssignments": "Active assignments",
|
|
858
|
+
"completedAssignments": "Completed assignments",
|
|
859
|
+
"averageAllocation": "Average allocation",
|
|
860
|
+
"totalWeeklyHours": "Total weekly hours"
|
|
856
861
|
},
|
|
862
|
+
"noContract": "No related contract is linked to this project yet.",
|
|
863
|
+
"noAssignments": "No collaborators are assigned to this project yet.",
|
|
857
864
|
"tabs": {
|
|
858
865
|
"tasks": "Tasks",
|
|
859
866
|
"overview": "Overview",
|
|
@@ -861,8 +868,14 @@
|
|
|
861
868
|
"team": "Team",
|
|
862
869
|
"timeline": "Timeline",
|
|
863
870
|
"archive": "Archive",
|
|
864
|
-
"costs": "Costs"
|
|
871
|
+
"costs": "Costs",
|
|
872
|
+
"files": "Files"
|
|
865
873
|
},
|
|
874
|
+
"deleteProjectButton": "Delete project",
|
|
875
|
+
"deleteConfirmTitle": "Permanently delete project",
|
|
876
|
+
"deleteConfirmDescription": "This action is irreversible. The project and all its data will be permanently removed.",
|
|
877
|
+
"deleteConfirmLabel": "Type the project name to confirm",
|
|
878
|
+
"deleteConfirmButton": "Delete permanently",
|
|
866
879
|
"charts": {
|
|
867
880
|
"projectProgress": "Progress",
|
|
868
881
|
"burnup": "Burnup / progress",
|
|
@@ -957,14 +970,18 @@
|
|
|
957
970
|
"descriptionPlaceholder": "Optional description",
|
|
958
971
|
"priorityLabel": "Priority",
|
|
959
972
|
"columnLabel": "Column",
|
|
973
|
+
"assigneeLabel": "Assignee",
|
|
960
974
|
"deadlineLabel": "Deadline",
|
|
961
975
|
"estimateLabel": "Estimate (h)",
|
|
962
976
|
"tagsLabel": "Tags",
|
|
963
|
-
"tagsPlaceholder": "
|
|
977
|
+
"tagsPlaceholder": "Type and press Enter to add...",
|
|
964
978
|
"attachmentsLabel": "Attachments",
|
|
965
979
|
"saving": "Saving...",
|
|
966
980
|
"tabInfo": "Info",
|
|
967
|
-
"tabComments": "Comments"
|
|
981
|
+
"tabComments": "Comments",
|
|
982
|
+
"tabActivities": "Activities",
|
|
983
|
+
"tabFiles": "Files",
|
|
984
|
+
"doingTimeLabel": "Time in progress"
|
|
968
985
|
},
|
|
969
986
|
"dialogs": {
|
|
970
987
|
"archiveTitle": "Archive task",
|
|
@@ -987,6 +1004,21 @@
|
|
|
987
1004
|
"editComment": "Unable to update the comment.",
|
|
988
1005
|
"deleteComment": "Unable to delete the comment."
|
|
989
1006
|
}
|
|
1007
|
+
},
|
|
1008
|
+
"activitiesSection": {
|
|
1009
|
+
"title": "Activities",
|
|
1010
|
+
"noActivities": "No activities recorded yet.",
|
|
1011
|
+
"defaultUser": "Unknown user",
|
|
1012
|
+
"statusChanged": "Moved from {from} to {to}.",
|
|
1013
|
+
"fallbackAction": "Recorded an activity on this task.",
|
|
1014
|
+
"kpis": {
|
|
1015
|
+
"activities": "Activities",
|
|
1016
|
+
"activitiesDescription": "Recorded events",
|
|
1017
|
+
"collaborators": "Collaborators",
|
|
1018
|
+
"collaboratorsDescription": "People who interacted",
|
|
1019
|
+
"executionTime": "Execution",
|
|
1020
|
+
"executionTimeDescription": "Total accumulated time"
|
|
1021
|
+
}
|
|
990
1022
|
}
|
|
991
1023
|
},
|
|
992
1024
|
"ContractsPage": {
|
|
@@ -1452,6 +1484,7 @@
|
|
|
1452
1484
|
"searchPlaceholder": "Search collaborator, project, task, approver, or notes...",
|
|
1453
1485
|
"emptyDescription": "No timesheets match the current filters.",
|
|
1454
1486
|
"sheet": {
|
|
1487
|
+
"title": "Quick entry",
|
|
1455
1488
|
"createTitle": "Quick entry",
|
|
1456
1489
|
"editTitle": "Edit entry",
|
|
1457
1490
|
"description": "Choose the project, task, date, and duration to log work with minimal friction.",
|
|
@@ -2160,6 +2193,20 @@
|
|
|
2160
2193
|
"removeFile": "Remove file"
|
|
2161
2194
|
}
|
|
2162
2195
|
},
|
|
2196
|
+
"ProjectFileAttachments": {
|
|
2197
|
+
"uploadError": "Upload error",
|
|
2198
|
+
"error": "Error",
|
|
2199
|
+
"empty": "No attached files",
|
|
2200
|
+
"dropzone": {
|
|
2201
|
+
"ariaLabel": "Click or drop files to attach",
|
|
2202
|
+
"dragging": "Drop files here",
|
|
2203
|
+
"idle": "Click or drag files to attach"
|
|
2204
|
+
},
|
|
2205
|
+
"actions": {
|
|
2206
|
+
"openInNewTab": "Open in a new tab",
|
|
2207
|
+
"removeFile": "Remove file"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2163
2210
|
"ReportsCollaboratorsPage": {
|
|
2164
2211
|
"title": "Collaborators Report",
|
|
2165
2212
|
"description": "Executive dashboard with costs, profit, current capacity, and planning for the next 12 months.",
|
|
@@ -2332,5 +2379,150 @@
|
|
|
2332
2379
|
"recommendation": "Recommendation"
|
|
2333
2380
|
}
|
|
2334
2381
|
}
|
|
2382
|
+
},
|
|
2383
|
+
"MyOpenRequestsKpi": {
|
|
2384
|
+
"alert": "Attention",
|
|
2385
|
+
"openRequests": "Open requests",
|
|
2386
|
+
"requests": {
|
|
2387
|
+
"vacation": "Vacation",
|
|
2388
|
+
"scheduleAdjust": "Schedule Adjustment",
|
|
2389
|
+
"expenses": "Expenses",
|
|
2390
|
+
"others": "Others"
|
|
2391
|
+
}
|
|
2392
|
+
},
|
|
2393
|
+
"MyQuickActions": {
|
|
2394
|
+
"timesheetLabel": "Log Timesheet",
|
|
2395
|
+
"requestLabel": "New Request",
|
|
2396
|
+
"vacationLabel": "Request Vacation",
|
|
2397
|
+
"expenseLabel": "Log Expense",
|
|
2398
|
+
"tipsTitle": "💡 Useful tips:",
|
|
2399
|
+
"tips": {
|
|
2400
|
+
"timesheet": "✓ Complete your timesheet every week",
|
|
2401
|
+
"vacation": "✓ Request vacation in advance",
|
|
2402
|
+
"expense": "✓ Log expenses on time"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
"ProjectStatusOverview": {
|
|
2406
|
+
"totalProjects": "Total Projects",
|
|
2407
|
+
"statuses": {
|
|
2408
|
+
"planning": "Planning",
|
|
2409
|
+
"inProgress": "In Progress",
|
|
2410
|
+
"review": "In Review",
|
|
2411
|
+
"completed": "Completed",
|
|
2412
|
+
"onHold": "On Hold"
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"TeamUtilizationOverview": {
|
|
2416
|
+
"totalCollaborators": "Total Collaborators",
|
|
2417
|
+
"overUtilizedAlert": "{count} collaborator(s) over-utilized",
|
|
2418
|
+
"rebalanceRecommendation": "Consider rebalancing projects",
|
|
2419
|
+
"categories": {
|
|
2420
|
+
"overUtilized": "Over-utilized",
|
|
2421
|
+
"wellUtilized": "Well utilized",
|
|
2422
|
+
"underUtilized": "Under-utilized",
|
|
2423
|
+
"idle": "Inactive"
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"CapacityDistribution": {
|
|
2427
|
+
"empty": "No areas with capacity",
|
|
2428
|
+
"total": "Total Capacity"
|
|
2429
|
+
},
|
|
2430
|
+
"EffortByProject": {
|
|
2431
|
+
"empty": "No projects with effort",
|
|
2432
|
+
"total": "Total Effort"
|
|
2433
|
+
},
|
|
2434
|
+
"HeadcountByArea": {
|
|
2435
|
+
"empty": "No areas with collaborators",
|
|
2436
|
+
"totalCollaborators": "Total Collaborators"
|
|
2437
|
+
},
|
|
2438
|
+
"ManagedProjectsStatus": {
|
|
2439
|
+
"title": "Project Health",
|
|
2440
|
+
"onSchedule": "On Schedule",
|
|
2441
|
+
"atRisk": "At Risk",
|
|
2442
|
+
"delayed": "Delayed",
|
|
2443
|
+
"done": "Done",
|
|
2444
|
+
"distribution": "Distribution",
|
|
2445
|
+
"supervision": "projects under supervision"
|
|
2446
|
+
},
|
|
2447
|
+
"MyProjectAllocationsKpi": {
|
|
2448
|
+
"activeProjects": "Active projects",
|
|
2449
|
+
"capacity": "Capacity"
|
|
2450
|
+
},
|
|
2451
|
+
"MyRelevantDeadlines": {
|
|
2452
|
+
"empty": "No critical deadlines",
|
|
2453
|
+
"overdue": "Overdue"
|
|
2454
|
+
},
|
|
2455
|
+
"PortfolioCostsKpi": {
|
|
2456
|
+
"label": "Total Costs",
|
|
2457
|
+
"trend": "Trend",
|
|
2458
|
+
"decreasing": "Decreasing",
|
|
2459
|
+
"increasing": "Increasing",
|
|
2460
|
+
"stable": "Stable",
|
|
2461
|
+
"budgetUtilization": "Budget Utilization",
|
|
2462
|
+
"spent": "${value}k spent",
|
|
2463
|
+
"budgeted": "${value}k budgeted",
|
|
2464
|
+
"savings": "Savings"
|
|
2465
|
+
},
|
|
2466
|
+
"PortfolioEffortKpi": {
|
|
2467
|
+
"label": "Total Effort",
|
|
2468
|
+
"available": "Available",
|
|
2469
|
+
"utilizationRate": "Utilization Rate",
|
|
2470
|
+
"allocated": "Allocated",
|
|
2471
|
+
"highDemand": "⚠️ Portfolio with high demand",
|
|
2472
|
+
"balanced": "✓ Balanced utilization",
|
|
2473
|
+
"availableCapacity": "📊 Available capacity"
|
|
2474
|
+
},
|
|
2475
|
+
"PortfolioRiskKpi": {
|
|
2476
|
+
"label": "Identified Risks",
|
|
2477
|
+
"trendLabel": "Trend:",
|
|
2478
|
+
"increasing": "📈 Increasing",
|
|
2479
|
+
"decreasing": "📉 Decreasing",
|
|
2480
|
+
"stable": "➡️ Stable",
|
|
2481
|
+
"critical": "🔴 Critical",
|
|
2482
|
+
"high": "🟠 High",
|
|
2483
|
+
"medium": "🟡 Medium",
|
|
2484
|
+
"urgentAttention": "⚠️ Requires immediate attention"
|
|
2485
|
+
},
|
|
2486
|
+
"StrategicDeadlines": {
|
|
2487
|
+
"empty": "No critical deadlines"
|
|
2488
|
+
},
|
|
2489
|
+
"TeamApprovalQueue": {
|
|
2490
|
+
"typeLabels": {
|
|
2491
|
+
"timesheet": "Timesheet",
|
|
2492
|
+
"expense": "Expense",
|
|
2493
|
+
"vacation": "Vacation",
|
|
2494
|
+
"schedule": "Schedule"
|
|
2495
|
+
},
|
|
2496
|
+
"empty": "Approval queue is empty"
|
|
2497
|
+
},
|
|
2498
|
+
"TeamCapacityKpi": {
|
|
2499
|
+
"available": "Available",
|
|
2500
|
+
"critical": "Critical",
|
|
2501
|
+
"high": "High",
|
|
2502
|
+
"great": "Great",
|
|
2503
|
+
"normal": "Normal",
|
|
2504
|
+
"utilization": "Utilization",
|
|
2505
|
+
"allocated": "{hours}h allocated",
|
|
2506
|
+
"total": "{hours}h total",
|
|
2507
|
+
"status": "Status"
|
|
2508
|
+
},
|
|
2509
|
+
"TeamHoursKpi": {
|
|
2510
|
+
"averagePerPerson": "Avg/Person",
|
|
2511
|
+
"goalVariation": "Goal Variation",
|
|
2512
|
+
"registeredHours": "Registered Hours",
|
|
2513
|
+
"registered": "{hours}h logged",
|
|
2514
|
+
"goal": "{hours}h goal",
|
|
2515
|
+
"collaborators": "Collaborators"
|
|
2516
|
+
},
|
|
2517
|
+
"TeamPendingApprovalsKpi": {
|
|
2518
|
+
"label": "Awaiting Approval",
|
|
2519
|
+
"requests": "Requests",
|
|
2520
|
+
"urgent": "Urgent:",
|
|
2521
|
+
"avgTime": "Average time:",
|
|
2522
|
+
"days": "{count} days"
|
|
2523
|
+
},
|
|
2524
|
+
"TeamWorkloadAlerts": {
|
|
2525
|
+
"empty": "No critical alerts",
|
|
2526
|
+
"lastUpdated": "Last updated: 5 min ago"
|
|
2335
2527
|
}
|
|
2336
2528
|
}
|