Commit Graph

6 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman f6a7b5911a feat: implement sequence management with CRUD operations and integrate into vendor and UOM services
Deploy Application / deploy (push) Successful in 20s Details
2025-11-27 12:04:20 +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 c6644aa38e feat: Add response utilities with pagination support and enhance response structures 2025-10-28 13:52:36 +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