Commit Graph

4 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman a967158bac feat: add DocumentType field to inventory issue entity and update related DTOs and service methods
Deploy Application / deploy (push) Successful in 20s Details
2025-12-08 14:33:25 +07:00
Habib Fatkhul Rohman 0eed8f6a7b feat: add GetLinesByIssueId method to InventoryIssueController and service for retrieving issue lines 2025-11-28 14:27:48 +07:00
Habib Fatkhul Rohman 14eccfb336 feat: update status field validation in inventory DTOs and add completed constant
Deploy Application / deploy (push) Successful in 37s Details
2025-11-24 14:57:41 +07:00
Habib Fatkhul Rohman 52dec2f37a feat: implement inventory issue management
- Added migration for inventory issue and issue line entities.
- Created InventoryIssueController with CRUD operations for inventory issues and lines.
- Developed DTOs for inventory issue requests and responses.
- Implemented query filters for inventory issues.
- Created repositories for inventory issue and issue line data access.
- Developed service layer for inventory issue business logic.
- Added routes for inventory issue management in the API.
- Updated existing repositories to include assignment retrieval for inventory receipts and requests.
- Registered new dependencies in the core provider for inventory issue functionality.
2025-11-18 10:56:03 +07:00