Commit Graph

2 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 2ef6052a2c feat: Add OnComplete functionality to Inventory Receipt
- Implemented OnComplete method in InventoryReceiptController to handle completion of inventory receipts.
- Added success and failure messages in dto for completing inventory receipts.
- Updated routes to include the new OnComplete endpoint.
- Enhanced InventoryReceiptService to manage the completion logic, including updating inventory storage.
- Introduced new methods in InventoryStorageRepository for bulk creation and retrieval of inventory storages.
- Added methods in ProductService to fetch inventory storages and transactions by product and client.
- Updated ProductController to handle new endpoints for inventory storages and transactions.
- Enhanced Product DTO to include inventory storage and transaction responses.
- Refactored ProductRepository to retrieve cross-references and preloaded relationships for inventory storages and transactions.
- Updated core dependency injection to include new repositories and services.
2025-11-25 15:57:08 +07:00
Habib Fatkhul Rohman 4e9be2b87a feat: implement inventory transaction management with CRUD operations and routing 2025-11-21 11:28:02 +07:00