wms-be/modules/inventory_receipt
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
..
controller feat: add inventory receipt module with CRUD operations 2025-11-14 13:14:32 +07:00
dto feat(inventory_receipt): Add status field to inventory receipt entity and update DTO and service methods 2025-11-14 15:13:32 +07:00
query feat: add inventory receipt module with CRUD operations 2025-11-14 13:14:32 +07:00
repository feat: implement inventory issue management 2025-11-18 10:56:03 +07:00
service feat(inventory_receipt): Add status field to inventory receipt response 2025-11-17 10:48:50 +07:00
routes.go feat(inventory_request): Implement inventory request management with CRUD operations and line handling 2025-11-17 11:59:39 +07:00