wms-be/database
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
..
entities feat(inventory_request): Implement inventory request management with CRUD operations and line handling 2025-11-17 11:59:39 +07:00
migrations Initial commit 2025-09-10 14:38:44 +07:00
seeders feat(maintenance_group, role, user): Refactor Level field handling in maintenance group and role entities, update related DTOs and services 2025-11-06 11:16:00 +07:00
migration.go feat(inventory_request): Implement inventory request management with CRUD operations and line handling 2025-11-17 11:59:39 +07:00
seeder.go fix(seeder): Uncomment previously commented seeders for data initialization 2025-10-30 11:37:30 +07:00