b33b3da6c0
refactor: Rename ProjectProgressChart to AttendanceDashboardChart and update data handling for attendance overview
2025-11-03 17:40:18 +05:30
817672c8b2
refactor: Improve Attendance and Project Progress Charts with enhanced styling and tooltip formatting
2025-11-03 16:51:51 +05:30
4f0261bf0b
feat: Add Monthly Expense Dashboard Chart and related data models
2025-11-03 16:43:29 +05:30
b4be463da6
refactor: Adjust inner radius of ExpenseDonutChart for improved visual clarity
2025-11-01 17:14:44 +05:30
99f6c594b9
feat: Enhance tooltip behavior in ExpenseDonutChart to display formatted currency and percentage
2025-11-01 15:52:59 +05:30
9890fbaffe
refactor: Update ExpenseDonutChart data labels to display formatted currency instead of percentage
2025-11-01 15:41:05 +05:30
4a5fd1c7cc
feat: Update Dashboard with Expense Type Report Chart and enhance loading experience with skeleton loaders
2025-11-01 15:38:58 +05:30
d62f0d2c60
feat: Enhance ExpenseByStatusWidget with navigation and filter functionality; update ExpenseMainScreen to fetch expenses after UI initialization
2025-10-31 17:13:43 +05:30
1e39210a29
feat: Implement expense by status skeleton loader for improved loading experience
2025-10-31 16:05:43 +05:30
6d5137b103
feat: Add Expense Type Report feature with chart visualization and API integration
2025-10-30 15:50:55 +05:30
f01608e4e7
feat: Implement pending expenses feature with API integration and UI widget
2025-10-30 10:53:38 +05:30
cd21a3ac38
refactor: remove unused comment editor and related dependencies, update version
2025-10-27 14:47:56 +05:30
075167e285
feat: Update Dashboard Overview to display total employees instead of absent count
2025-09-27 11:30:18 +05:30
fd7c338c05
refactor: Remove loading skeletons from attendance and project progress charts for improved performance
2025-09-25 18:35:39 +05:30
b5d8d41e42
feat: Redesign Dashboard Overview Widgets with enhanced metrics display and loading states
2025-09-25 17:04:22 +05:30
1d9c416f68
refactor: Standardize border radius values across dashboard components
2025-09-24 15:04:51 +05:30
4cb60138c0
refactor: Simplify color assignment logic in AttendanceDashboardChart and ProjectProgressChart
2025-09-22 17:15:57 +05:30
bf84ef4786
feat: Swap colors for completed and remaining tasks in tasks overview
2025-09-05 17:37:58 +05:30
c27b226b58
feat: Format numerical values with comma separators in attendance and project progress charts
2025-09-01 15:10:28 +05:30
a0f3475c5e
feat: Refactor user profile right bar for improved loading state and UI enhancements
2025-09-01 11:24:39 +05:30
3aab006bea
feat: Enhance dashboard with projects, tasks, and teams overview widgets
2025-08-29 17:35:45 +05:30
f5d4ab8415
feat: Add attendance log screen and related functionalities
...
- Implemented AttendenceLogScreen to display employee attendance logs.
- Created RegularizationRequestsTab to manage regularization requests.
- Added TodaysAttendanceTab for viewing today's attendance.
- Removed outdated dashboard chart implementation.
- Updated dashboard screen to integrate new attendance overview and project progress charts.
- Refactored employee detail and employee screens to use updated controllers.
- Organized expense-related imports and components for better structure.
- Adjusted daily progress report to use the correct controller.
2025-08-29 15:53:19 +05:30