ae7ce851eefeat: Update User Document Filter to use radio buttons for document status selectionVaibhav Surve2025-09-19 17:49:27 +05:30
8c99ba287fMerge pull request 'feat: Add InvoiceLogs widget to display expense logs in the detail screen' (#71) from Vaibhav_Task-#1177 into mainvaibhav.surve2025-09-19 06:54:28 +00:00
bbe7f4a215feat: Add InvoiceLogs widget to display expense logs in the detail screenVaibhav Surve2025-09-19 12:23:16 +05:30
85d776b60bMerge pull request 'Vaibhav_Task-#1177' (#70) from Vaibhav_Task-#1177 into mainvaibhav.surve2025-09-19 04:39:58 +00:00
4836dd994cfeat: Implement employee editing functionality; add prefill logic and update API service for createOrUpdateEmployeeVaibhav Surve2025-09-18 17:42:27 +05:30
544eb4dc79feat: Add todaysAssigned field to WorkItem model and implement JSON parsingVaibhav Surve2025-09-18 17:15:23 +05:30
957bae526ffeat: Increase icon size in directory view for better visibilityVaibhav Surve2025-09-18 16:36:05 +05:30
a1cd212e74style: Improve code formatting; enhance readability by adjusting line breaks and widget dimensionsVaibhav Surve2025-09-18 16:32:49 +05:30
e6f028d129feat: Improve notification handling; enhance logging and ensure DocumentController registration before updatesVaibhav Surve2025-09-18 15:16:53 +05:30
1fafe77211feat: Enhance document filtering; implement multi-select support and add date range filtersVaibhav Surve2025-09-18 12:30:44 +05:30
25b20feddafeat: Enhance dashboard refresh logic; add handling for various notification types and improve method organizationVaibhav Surve2025-09-18 11:01:03 +05:30
7d5d2b5bf4feat: Refactor document upload UI; reposition and revalidate Document ID and Name fieldsVaibhav Surve2025-09-17 17:17:57 +05:30
ef1403bec9Merge pull request 'feat: Re-enable Firebase Messaging and FCM token handling; improve local storage initialization and logging' (#69) from Vaibhav_Task-#961 into mainvaibhav.surve2025-09-17 06:17:56 +00:00
8fb725a5cfRefactor Attendance Logs and Regularization Requests TabsVaibhav Surve2025-09-16 18:06:19 +05:30
2517f2360efeat: Re-enable Firebase Messaging and FCM token handling; improve local storage initialization and loggingVaibhav Surve2025-09-15 18:08:19 +05:30
d2712b8288Merge pull request 'Feature_Document' (#68) from Feature_Document into mainvaibhav.surve2025-09-15 11:41:07 +00:00
fd7f108a20feat: Add camera functionality to expense attachment; update logger configuration for improved performance
Feature_Document
Vaibhav Surve2025-09-12 15:38:42 +05:30
61acbb019bfeat: Refactor DynamicMenuController to remove caching and auto-refresh; update error handling in DashboardScreen and UserProfileBarVaibhav Surve2025-09-12 12:22:12 +05:30
be908a5251feat: Improve document verification and rejection loading states; update permission checks for button visibilityVaibhav Surve2025-09-11 19:07:56 +05:30
5c923bb48bfeat: Enhance expense payload construction with attachment change detectionVaibhav Surve2025-09-11 18:03:14 +05:30
bd6f175ca7feat: Conditionally display Create Bucket option based on user permissionsVaibhav Surve2025-09-11 17:45:44 +05:30
229531c5bffeat: Add comprehensive validation for expense submission fields in bottom sheetVaibhav Surve2025-09-11 17:32:13 +05:30
20365697a7feat: Update navigation to employee profile screen in employees listVaibhav Surve2025-09-11 17:19:30 +05:30
0cccdc6b05feat: Add joining date functionality and enhance document upload validationVaibhav Surve2025-09-11 17:06:26 +05:30
6d70afc779feat: Add document verification and rejection functionality with remote logging supportVaibhav Surve2025-09-11 15:45:32 +05:30
a02887845bfeat: Improve dynamic menu fetching with enhanced error handling and cache fallbackVaibhav Surve2025-09-09 10:47:22 +05:30
99bd26942cfeat: Implement document editing functionality with permissions and attachment handlingVaibhav Surve2025-09-08 18:00:07 +05:30
bf84ef4786feat: Swap colors for completed and remaining tasks in tasks overviewVaibhav Surve2025-09-05 17:37:58 +05:30
4d11a2ccf0feat: Simplify document upload by removing initial data handling and existing file name referencesVaibhav Surve2025-09-05 16:22:05 +05:30
e12e5ab13bfeat: Enhance document management with delete/activate functionality, search, and inactive toggleVaibhav Surve2025-09-05 15:14:49 +05:30
2133dedfaefeat: Refactor employee detail navigation and add employee profile screen with tabbed interfaceVaibhav Surve2025-09-04 17:41:11 +05:30
334023bf1bfeat: Add document management features including document listing, details, and filteringVaibhav Surve2025-09-04 16:56:49 +05:30
40a4a77af5Merge pull request 'Dashboard_Charts' (#67) from Dashboard_Charts into mainvaibhav.surve2025-09-01 09:41:21 +00:00
35a0228cberefactor: update package name and application ID to 'com.marco.aiot'; comment out Firebase-related codeVaibhav Surve2025-08-26 11:06:02 +05:30
5977fef261chore: update dependencies, adjust minimum SDK version, and refactor date formattingVaibhav Surve2025-08-23 17:19:20 +05:30
311002f3baRefactor expense deletion confirmation dialog and add validation to add expense formVaibhav Surve2025-08-22 16:31:48 +05:30
8783e7a503refactor: update package name and application ID to 'com.marco.aiot'; comment out Firebase-related codeVaibhav Surve2025-08-26 11:06:02 +05:30
8688e84779chore: update dependencies, adjust minimum SDK version, and refactor date formattingVaibhav Surve2025-08-23 17:19:20 +05:30
911cddf97cRefactor expense deletion confirmation dialog and add validation to add expense formVaibhav Surve2025-08-22 16:31:48 +05:30
cc0bb7aafcMerge pull request 'feat: enhance expense detail model and screen with activity logs and new dependencies' (#62) from Vaibhav_Issues_18_08_2025 into mainvaibhav.surve2025-08-18 12:04:07 +00:00
6187d63cccfeat: enhance expense detail model and screen with activity logs and new dependenciesVaibhav Surve2025-08-18 17:33:17 +05:30
83804cde3fMerge pull request 'refactor: update application ID and improve attendance upload functionality' (#61) from Vaibhav_Issues_18_08_2025 into mainvaibhav.surve2025-08-18 10:02:56 +00:00
1e48c686b2refactor: update application ID and improve attendance upload functionalityVaibhav Surve2025-08-18 15:32:17 +05:30
84811635d0resolved the not opening detail screen o tap of non contentVaibhav Surve2025-08-05 10:14:43 +05:30
7dbc9138c6refactor: Enhance ExpenseDetailController and ExpenseDetailScreen to support optional comments during expense status updates and improve code readabilityVaibhav Surve2025-08-05 10:09:34 +05:30
f245f9accfrefactor: Update API endpoints for employee retrieval to include projectId as a query parameter for improved functionalityVaibhav Surve2025-08-04 17:04:33 +05:30
0150400092refactor: Replace Get.snackbar with showAppSnackbar for consistent error handling and improve code readability across expense-related controllers and views.Vaibhav Surve2025-08-02 17:39:08 +05:30
bba44d4d39refactor: Update action item color handling and adjust icon size for improved UI consistencyVaibhav Surve2025-08-02 17:33:34 +05:30
7dd47ce460refactor: Simplify ReportActionBottomSheet by removing unused imports, optimizing widget structure, and enhancing form handling for improved readability and maintainability.Vaibhav Surve2025-08-02 17:29:29 +05:30
d799093537refactor: Enhance ForgotPasswordScreen and LoginOptionScreen for improved readability and maintainability by extracting widget methods and optimizing variable declarations.Vaibhav Surve2025-08-02 16:54:57 +05:30
9d9afe37b8refactor: Clean up AttendanceActionButton and AttendanceFilterBottomSheet code by removing unused comment bottom sheet function and filter button properties for improved readability and maintainability.Vaibhav Surve2025-08-02 16:44:39 +05:30
fe66f35be7Refactor attendance management: Split attendance screen into tabs, add attendance logs and regularization requests tabs, and improve filter functionality. Update attendance filter sheet and enhance UI components for better user experience.Vaibhav Surve2025-08-02 16:19:12 +05:30
70443d8e24feat: Refactor EmployeesScreen for improved readability and structureVaibhav Surve2025-08-02 15:34:38 +05:30
0f0eb51c15feat: Refactor TeamBottomSheet and TeamMembersBottomSheet to use BaseBottomSheet for improved UI consistencyVaibhav Surve2025-08-02 15:22:24 +05:30