Commit Graph

6 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 923cbaba6a feat: add current stock tracking to inventory request line responses and implement GetNewestByProductId in inventory storage
Deploy Application / deploy (push) Successful in 21s Details
2025-12-08 15:08:21 +07:00
Habib Fatkhul Rohman e6b19a2478 feat: integrate logging and audit trail in inventory storage service 2025-12-04 15:00:43 +07:00
Habib Fatkhul Rohman 1d3d69a0fb refactor: rename GetByProductAndClient to GetLatestByProductAndClient for clarity in inventory storage repository
Deploy Application / deploy (push) Successful in 24s Details
2025-11-26 10:50:59 +07:00
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 bac881a54d feat: add inventory storage management with CRUD operations and routing 2025-11-20 14:25:39 +07:00
Habib Fatkhul Rohman d29e2211cd feat(inventory_storage): Add initial structure for inventory storage module with controller, DTO, query, repository, routes, and service 2025-11-13 11:23:35 +07:00