feat(employee): enhance performance detail model with task information

- Introduce EmployeePerformanceDetailTask struct to encapsulate task details for employee performance.
- Update EmployeePerformanceDetailRow to include a slice of tasks, allowing for detailed task tracking.
- Modify PerformanceDetail method in EmployeeRepo to aggregate and sort tasks associated with each order, improving performance reporting capabilities.
