wms-be/modules/inventory_receipt
Habib Fatkhul Rohman 28f2a93f6a
Deploy Application / deploy (push) Successful in 25s Details
feat(inventory_request): Implement inventory request management with CRUD operations and line handling
- Added InventoryRequestController for handling requests
- Created InventoryRequestService for business logic
- Developed InventoryRequestRepository and InventoryRequestLineRepository for data access
- Introduced DTOs for request and response structures
- Implemented filtering for inventory requests
- Registered routes for inventory requests in the router
- Updated core dependency injection to include new services and controllers
2025-11-17 11:59:39 +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(assignment): Implement assignment module with CRUD operations and integrate with inventory receipt 2025-11-14 14:43:14 +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