Commit Graph

4 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman b0eaa3fd33 feat: implement GetLineById method in multiple controllers and services, and enhance filtering with status in queries
Deploy Application / deploy (push) Successful in 22s Details
2025-12-08 15:41:30 +07:00
Habib Fatkhul Rohman 8317e10754 feat: implement GetLineById method in InventoryRequestController and service, and update routes
Deploy Application / deploy (push) Successful in 20s Details
2025-12-08 14:42:20 +07:00
Habib Fatkhul Rohman 3dd7e60827 feat: add GetLinesByRequestId method to InventoryRequestController and service for retrieving request lines
Deploy Application / deploy (push) Successful in 31s Details
2025-11-28 15:07:52 +07:00
Habib Fatkhul Rohman 28f2a93f6a feat(inventory_request): Implement inventory request management with CRUD operations and line handling
Deploy Application / deploy (push) Successful in 25s Details
- 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