Commit Graph

7 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 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 844a41eb78 feat: integrate logging and audit trail in inventory request service 2025-12-04 14:24:56 +07:00
Habib Fatkhul Rohman 257ffc8af2 feat: integrate sequence service for document number generation in inventory services
Deploy Application / deploy (push) Successful in 59s Details
2025-12-01 11:22:10 +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 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 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