wms-be/modules
Habib Fatkhul Rohman 52dec2f37a feat: implement inventory issue management
- Added migration for inventory issue and issue line entities.
- Created InventoryIssueController with CRUD operations for inventory issues and lines.
- Developed DTOs for inventory issue requests and responses.
- Implemented query filters for inventory issues.
- Created repositories for inventory issue and issue line data access.
- Developed service layer for inventory issue business logic.
- Added routes for inventory issue management in the API.
- Updated existing repositories to include assignment retrieval for inventory receipts and requests.
- Registered new dependencies in the core provider for inventory issue functionality.
2025-11-18 10:56:03 +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(user): Add username support for login and implement username checks in repository 2025-10-28 22:29:56 +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(client): Add GetAll functionality for client retrieval and update filters for pagination 2025-11-05 16:03:29 +07:00
inventory_issue feat: implement inventory issue management 2025-11-18 10:56:03 +07:00
inventory_receipt feat: implement inventory issue management 2025-11-18 10:56:03 +07:00
inventory_request feat: implement inventory issue management 2025-11-18 10:56:03 +07:00
inventory_storage 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
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(product): Update Product DTO and service to handle optional CategoryID and UomID 2025-11-11 10:26:30 +07:00
role feat(role_service): Add menu assignment functionality and related error handling 2025-11-17 15:36:01 +07:00
templates feat: Implement menu management with CRUD operations and routing 2025-10-23 15:49:10 +07:00
uom feat(uom): Enhance GetAll method to support 'get_all' query parameter for retrieving all UOMs 2025-11-14 14:51:22 +07:00
user fix(user): Add check for deleted roles in ApplyFilters method 2025-11-10 13:33:48 +07:00
warehouse refactor(aisle): Change aisle dimensions and weight types from string to float/int 2025-11-17 11:58:56 +07:00
zona feat(zona): Refactor ZonaResponse to use structured Warehouse and Client fields 2025-11-11 11:25:04 +07:00