Commit Graph

5 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 41dacd0e3e feat: integrate logging and audit trail in inventory issue service 2025-12-04 13:20:14 +07:00
Habib Fatkhul Rohman 257ffc8af2 feat: integrate sequence service for document number generation in inventory services
Deploy Application / deploy (push) Successful in 59s Details
2025-12-01 11:22:10 +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 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