Commit Graph

10 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 59333e5144 feat: update user verification to handle SUPERADMIN role and improve warehouse ID assignment
Deploy Application / deploy (push) Successful in 25s Details
2025-11-19 15:29:40 +07:00
Habib Fatkhul Rohman e90fa96dd6 feat: add inventory receipt module with CRUD operations
- Implemented InventoryReceiptController for handling inventory receipt requests.
- Created InventoryReceiptService for business logic related to inventory receipts.
- Added InventoryReceiptRepository and InventoryReceiptLineRepository for database interactions.
- Introduced DTOs for inventory receipt and line requests/responses.
- Implemented filtering for inventory receipts in the query layer.
- Added routes for inventory receipt operations in the API.
- Enhanced document number generation to include client initials.
- Updated database entities to support inventory receipts and lines.
- Added utility functions for date and time conversions.
2025-11-14 13:14:32 +07:00
Habib Fatkhul Rohman b619f76c0e feat(utils): Add functions to parse nullable UUID and UUID from string 2025-11-11 11:05:46 +07:00
Habib Fatkhul Rohman 14cbd567b3 feat(product): Enhance product entities and DTOs with client and category relationships 2025-10-31 10:48:04 +07:00
Habib Fatkhul Rohman 8fe0448aa8 feat(dto): Add Permissions field to MenuResponse and update related services
Deploy Application / deploy (push) Successful in 20s Details
2025-10-28 16:00:43 +07:00
Habib Fatkhul Rohman c6644aa38e feat: Add response utilities with pagination support and enhance response structures 2025-10-28 13:52:36 +07:00
Habib Fatkhul Rohman 467431ca92 feat: Integrate maintenance group module with logging setup and dependency registration 2025-10-25 01:37:21 +07:00
Habib Fatkhul Rohman 3881009eb6 feat: Add DTO structures for User, Role, and Client responses 2025-10-25 01:36:22 +07:00
Habib Fatkhul Rohman 816ea1610e Add utility functions for password hashing and data validation 2025-10-15 21:14:40 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00