Commit Graph

2 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 6fb7218de7 feat: add GetLinesByQuarantineId method to QuarantineController and service for retrieving quarantine lines
Deploy Application / deploy (push) Successful in 25s Details
2025-12-01 11:44:21 +07:00
Habib Fatkhul Rohman fbb73a77d0 feat: add quarantine module with CRUD operations
Deploy Application / deploy (push) Successful in 43s Details
- Implemented TInventoryQuarantineEntity and TInventoryQuarantineLineEntity for database representation.
- Created quarantine service, repository, and controller for handling business logic and HTTP requests.
- Added DTOs for quarantine requests and responses.
- Implemented query filters for retrieving quarantines.
- Registered quarantine routes in the main application.
- Integrated quarantine functionality into the core application dependencies.
2025-11-26 16:03:24 +07:00