wms-be/modules
Habib Fatkhul Rohman e90fa96dd6 feat: add inventory receipt module with CRUD operations
- Implemented InventoryReceiptController for handling inventory receipt requests.
- Created InventoryReceiptService for business logic related to inventory receipts.
- Added InventoryReceiptRepository and InventoryReceiptLineRepository for database interactions.
- Introduced DTOs for inventory receipt and line requests/responses.
- Implemented filtering for inventory receipts in the query layer.
- Added routes for inventory receipt operations in the API.
- Enhanced document number generation to include client initials.
- Updated database entities to support inventory receipts and lines.
- Added utility functions for date and time conversions.
2025-11-14 13:14:32 +07:00
..
aisle feat(aisle): Update Aisle entity and DTO to include dimensional fields and improve response structure 2025-11-11 11:48:16 +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_receipt feat: add inventory receipt module with CRUD operations 2025-11-14 13:14:32 +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): Update RoleMenuResponse to use Parent field and preload parent menus in repository 2025-11-07 14:08:44 +07:00
templates feat: Implement menu management with CRUD operations and routing 2025-10-23 15:49:10 +07:00
uom feat(controller): Add ClientID filter to GetAll methods in category, product, and uom controllers 2025-11-07 13:45:21 +07:00
user fix(user): Add check for deleted roles in ApplyFilters method 2025-11-10 13:33:48 +07:00
warehouse feat(warehouse): Enhance Warehouse entity and DTO to include Zonas and Aisles details in responses 2025-11-11 12:03:58 +07:00
zona feat(zona): Refactor ZonaResponse to use structured Warehouse and Client fields 2025-11-11 11:25:04 +07:00