Commit Graph

103 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 51a6f291e0 feat: enhance user response to include associated warehouses in GetUserById 2025-11-21 10:24:26 +07:00
Habib Fatkhul Rohman ff8cd07e9c feat: update InventoryMovementResponse to include client details and modify client ID retrieval in WarehouseController
Deploy Application / deploy (push) Successful in 30s Details
2025-11-20 14:38:54 +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 5773c34131 feat: implement inventory movement management with CRUD operations and routing 2025-11-20 13:14:34 +07:00
Habib Fatkhul Rohman 59333e5144 feat: update user verification to handle SUPERADMIN role and improve warehouse ID assignment
Deploy Application / deploy (push) Successful in 25s Details
2025-11-19 15:29:40 +07:00
Habib Fatkhul Rohman be0b54b4a5 feat: add user warehouse management functionality with CRUD operations
Deploy Application / deploy (push) Successful in 24s Details
- Implemented MUserWarehouseEntity for user-warehouse relationships
- Updated user service and repository to handle warehouse assignments
- Added new routes and controller methods for managing user warehouses
- Enhanced JWT service to include warehouse information in tokens
- Updated user DTOs to support warehouse data
2025-11-19 14:56:33 +07:00
Habib Fatkhul Rohman 09409f0773 fix: correct import alias for inventory issue repository in inventory return service
Deploy Application / deploy (push) Successful in 26s Details
2025-11-19 10:17:18 +07:00
Habib Fatkhul Rohman b14f2eeafd feat: enhance inventory return line entity and DTOs with return and issued quantity fields 2025-11-18 16:09:05 +07:00
Habib Fatkhul Rohman a2e92cf738 feat: add inventory return management with controller, service, and repository integration
Deploy Application / deploy (push) Successful in 24s Details
2025-11-18 15:37:34 +07:00
Habib Fatkhul Rohman 410ecde2e9 feat: implement inventory return management with entities, DTOs, services, and routes 2025-11-18 15:23:28 +07:00
Habib Fatkhul Rohman ca2795a493 fix: rename ReceiptDate to DocumentDate in inventory receipt entities and DTOs 2025-11-18 15:23:17 +07:00
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
Habib Fatkhul Rohman 1a16cb3396 feat(role_service): Add menu assignment functionality and related error handling
Deploy Application / deploy (push) Successful in 22s Details
2025-11-17 15:36:01 +07:00
Habib Fatkhul Rohman f3b3de6fd4 fix(aisle_repository): Add preload for related entities in GetAll method 2025-11-17 14:39:34 +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
Habib Fatkhul Rohman 9fa1d4ec14 refactor(aisle): Change aisle dimensions and weight types from string to float/int 2025-11-17 11:58:56 +07:00
Habib Fatkhul Rohman ccb62d0159 feat(inventory_receipt): Add status field to inventory receipt response 2025-11-17 10:48:50 +07:00
Habib Fatkhul Rohman 466c49167e feat(inventory_receipt): Add status field to inventory receipt entity and update DTO and service methods
Deploy Application / deploy (push) Successful in 22s Details
2025-11-14 15:13:32 +07:00
Habib Fatkhul Rohman cfe9cb4e77 feat(uom): Enhance GetAll method to support 'get_all' query parameter for retrieving all UOMs
Deploy Application / deploy (push) Successful in 26s Details
2025-11-14 14:51:22 +07:00
Habib Fatkhul Rohman be318fe760 feat(assignment): Implement assignment module with CRUD operations and integrate with inventory receipt
Deploy Application / deploy (push) Successful in 24s Details
2025-11-14 14:43:14 +07:00
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
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
Habib Fatkhul Rohman 46706e655a feat(warehouse): Enhance Warehouse entity and DTO to include Zonas and Aisles details in responses
Deploy Application / deploy (push) Successful in 25s Details
2025-11-11 12:03:58 +07:00
Habib Fatkhul Rohman 3d638530eb feat(aisle): Update Aisle entity and DTO to include dimensional fields and improve response structure 2025-11-11 11:48:16 +07:00
Habib Fatkhul Rohman 6038e52837 feat(zona): Refactor ZonaResponse to use structured Warehouse and Client fields 2025-11-11 11:25:04 +07:00
Habib Fatkhul Rohman 7d6ed3f715 feat(warehouse): Update WarehouseResponse and service to include Client and PIC details 2025-11-11 11:06:13 +07:00
Habib Fatkhul Rohman 36dd83d624 feat(product): Update Product DTO and service to handle optional CategoryID and UomID
Deploy Application / deploy (push) Successful in 24s Details
2025-11-11 10:26:30 +07:00
Habib Fatkhul Rohman 8c5735d62e feat(aisle): Implement Aisle module with CRUD operations and routing 2025-11-10 16:04:28 +07:00
Habib Fatkhul Rohman a432c007bf feat(zona): Implement Zona module with CRUD operations and routing 2025-11-10 14:41:11 +07:00
Habib Fatkhul Rohman e0275ee82c feat(warehouse): Update warehouse entity and DTO to include PICID and related changes in controller 2025-11-10 14:40:37 +07:00
Habib Fatkhul Rohman c7a36f0bbd fix(user): Add check for deleted roles in ApplyFilters method
Deploy Application / deploy (push) Successful in 24s Details
2025-11-10 13:33:48 +07:00
Habib Fatkhul Rohman a324c539be feat(maintenance_group): Add FindByGroupIdAndRoleId method to repository and integrate it in Update service
Deploy Application / deploy (push) Successful in 24s Details
feat(user): Add RoleID to UserFilter and apply role filtering in query
2025-11-10 13:03:24 +07:00
Habib Fatkhul Rohman 44121a3f86 feat(warehouse): Implement warehouse module with CRUD operations and routing 2025-11-10 10:46:49 +07:00
Habib Fatkhul Rohman 2c1b645d31 feat(product): Refactor ProductCreateRequest and MProductEntity to simplify fields and use pointers for optional IDs
Deploy Application / deploy (push) Successful in 23s Details
2025-11-10 10:43:30 +07:00
Habib Fatkhul Rohman 34ef32dc55 feat(product): Comment out unused UOM fields in ProductCreateRequest and Create method
Deploy Application / deploy (push) Successful in 32s Details
2025-11-07 15:31:34 +07:00
Habib Fatkhul Rohman 5609b177e8 feat(vendor): Add ClientID to VendorFilter in GetAll method 2025-11-07 15:31:17 +07:00
Habib Fatkhul Rohman 81de780ff0 feat(role): Update RoleMenuResponse to use Parent field and preload parent menus in repository
Deploy Application / deploy (push) Successful in 21s Details
2025-11-07 14:08:44 +07:00
Habib Fatkhul Rohman 62082a7dce feat(role): Add ParentID field to RoleMenuResponse and update ToRoleResponse mapping 2025-11-07 13:55:30 +07:00
Habib Fatkhul Rohman de53d59686 feat(controller): Add ClientID filter to GetAll methods in category, product, and uom controllers
Deploy Application / deploy (push) Successful in 22s Details
2025-11-07 13:45:21 +07:00
Habib Fatkhul Rohman 47f5198326 feat(category): Ensure all fields, including zero values, are updated in the Update method
Deploy Application / deploy (push) Successful in 23s Details
2025-11-07 13:19:04 +07:00
Habib Fatkhul Rohman b6c0509888 feat(maintenance_group, role, user): Refactor Level field handling in maintenance group and role entities, update related DTOs and services
Deploy Application / deploy (push) Successful in 53s Details
2025-11-06 11:16:00 +07:00
Habib Fatkhul Rohman a452e55e25 feat(client): Add GetAll functionality for client retrieval and update filters for pagination
Deploy Application / deploy (push) Successful in 25s Details
feat(role): Implement GetAll method for role retrieval without pagination and update role service and repository
feat(product): Add SearchKey field to ProductVendorResponse for enhanced product search capabilities
2025-11-05 16:03:29 +07:00
Habib Fatkhul Rohman 0453d4df70 feat(user): Implement GetAll method for user retrieval without pagination and update user service and repository accordingly 2025-11-05 15:49:09 +07:00
Habib Fatkhul Rohman d8756b6f76 feat(user): Add GroupID filter to user queries for enhanced filtering capabilities
Deploy Application / deploy (push) Successful in 20s Details
2025-11-05 15:15:43 +07:00
Habib Fatkhul Rohman 5d27d4f3bd feat(user): Enhance user model to include client information and preload client data in queries
Deploy Application / deploy (push) Successful in 22s Details
2025-11-05 15:08:34 +07:00
Habib Fatkhul Rohman 371c2f8e16 feat(vendor): Implement Vendor CRUD operations with DTOs, service, repository, and routes 2025-11-05 14:53:23 +07:00
Habib Fatkhul Rohman e1440e317c feat(product): Add AssignCrossReference and RemoveCrossReference methods in ProductController, Service, and Repository 2025-11-05 14:52:26 +07:00
Habib Fatkhul Rohman e0a5af65a1 feat(menu): Implement GetAll functionality for menus in MenuService and MenuRepository
Deploy Application / deploy (push) Successful in 22s Details
2025-11-05 13:00:11 +07:00
Habib Fatkhul Rohman 13e6c86acb feat(role): Add sequence field to RoleMenuResponse and update ToRoleResponse mapping
Deploy Application / deploy (push) Successful in 21s Details
2025-11-05 10:16:49 +07:00
Habib Fatkhul Rohman e83a114390 feat(role): Update RoleResponse to include detailed menu information with IconUrl and Url
Deploy Application / deploy (push) Successful in 22s Details
2025-11-04 11:43:41 +07:00