wms-be/modules
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
..
aisle fix(aisle_repository): Add preload for related entities in GetAll method 2025-11-17 14:39:34 +07:00
assignment feat(assignment): Implement assignment module with CRUD operations and integrate with inventory receipt 2025-11-14 14:43:14 +07:00
auth feat: add user warehouse management functionality with CRUD operations 2025-11-19 14:56:33 +07:00
category feat(controller): Add ClientID filter to GetAll methods in category, product, and uom controllers 2025-11-07 13:45:21 +07:00
client feat: enhance user service with client name handling in bulk user creation 2025-11-21 15:08:21 +07:00
inventory_issue feat: update status field validation in inventory DTOs and add completed constant 2025-11-24 14:57:41 +07:00
inventory_movement feat: update status field validation in inventory DTOs and add completed constant 2025-11-24 14:57:41 +07:00
inventory_receipt feat: Add OnComplete functionality to Inventory Receipt 2025-11-25 15:57:08 +07:00
inventory_request feat: Add OnComplete functionality to Inventory Receipt 2025-11-25 15:57:08 +07:00
inventory_return fix: correct import alias for inventory issue repository in inventory return service 2025-11-19 10:17:18 +07:00
inventory_storage feat: Add OnComplete functionality to Inventory Receipt 2025-11-25 15:57:08 +07:00
inventory_transaction feat: Add OnComplete functionality to Inventory Receipt 2025-11-25 15:57:08 +07:00
logs refactor(logs): Improve log file reading by normalizing newlines and splitting entries 2025-10-29 22:49:40 +07:00
maintenance_group feat(maintenance_group): Add FindByGroupIdAndRoleId method to repository and integrate it in Update service 2025-11-10 13:03:24 +07:00
menu feat(menu): Implement GetAll functionality for menus in MenuService and MenuRepository 2025-11-05 13:00:11 +07:00
monitoring feat(monitoring): Add health check and error log retrieval endpoints 2025-10-29 22:40:28 +07:00
mvendor feat(vendor): Add ClientID to VendorFilter in GetAll method 2025-11-07 15:31:17 +07:00
permissions feat(permissions): Add CRUD operations for permissions with Swagger documentation 2025-10-29 10:38:53 +07:00
product feat: Add OnComplete functionality to Inventory Receipt 2025-11-25 15:57:08 +07:00
role feat: add Level filter to role and user queries for enhanced filtering capabilities 2025-11-24 15:34:15 +07:00
templates feat: Implement menu management with CRUD operations and routing 2025-10-23 15:49:10 +07:00
uom feat: enhance inventory receipt service with product and UOM code handling 2025-11-25 11:23:14 +07:00
user feat: add Level filter to role and user queries for enhanced filtering capabilities 2025-11-24 15:34:15 +07:00
warehouse fix: update user field reference in GetAll method for correct access control 2025-11-21 14:38:12 +07:00
zona feat(zona): Refactor ZonaResponse to use structured Warehouse and Client fields 2025-11-11 11:25:04 +07:00