45bc492683
fixed tenant issue
2025-10-08 11:06:39 +05:30
d6587931fa
feat: Implement restore and delete functionality for notes with confirmation dialog
2025-09-29 17:03:47 +05:30
53fefbba50
refactor: Update border radius for UI consistency in DocumentDetailsPage
2025-09-24 17:48:12 +05:30
fb26ba0757
feat: Add maxLines property to LabeledInput and update document tile to conditionally show date header
2025-09-24 17:38:24 +05:30
83d9d0689a
feat: Implement tabbed navigation and enhance UI for expense and directory views
2025-09-24 17:16:38 +05:30
e6f028d129
feat: Improve notification handling; enhance logging and ensure DocumentController registration before updates
2025-09-18 15:16:53 +05:30
1fafe77211
feat: Enhance document filtering; implement multi-select support and add date range filters
2025-09-18 12:30:44 +05:30
be908a5251
feat: Improve document verification and rejection loading states; update permission checks for button visibility
2025-09-11 19:07:56 +05:30
0cccdc6b05
feat: Add joining date functionality and enhance document upload validation
2025-09-11 17:06:26 +05:30
6d70afc779
feat: Add document verification and rejection functionality with remote logging support
2025-09-11 15:45:32 +05:30
99bd26942c
feat: Implement document editing functionality with permissions and attachment handling
2025-09-08 18:00:07 +05:30
e12e5ab13b
feat: Enhance document management with delete/activate functionality, search, and inactive toggle
2025-09-05 15:14:49 +05:30
2133dedfae
feat: Refactor employee detail navigation and add employee profile screen with tabbed interface
2025-09-04 17:41:11 +05:30
334023bf1b
feat: Add document management features including document listing, details, and filtering
...
- Implemented DocumentsResponse and related models for handling document data.
- Created UserDocumentsPage for displaying user-specific documents with filtering options.
- Developed DocumentDetailsPage to show detailed information about a selected document.
- Added functionality for uploading documents with DocumentUploadBottomSheet.
- Integrated document filtering through UserDocumentFilterBottomSheet.
- Enhanced dashboard to include navigation to the document management section.
- Updated user profile right bar to provide quick access to user documents.
2025-09-04 16:56:49 +05:30