Commit Graph

198 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 0eed8f6a7b feat: add GetLinesByIssueId method to InventoryIssueController and service for retrieving issue lines 2025-11-28 14:27:48 +07:00
Habib Fatkhul Rohman dd7ea563a6 feat: add GetLinesByReceiptId method to InventoryReceiptController and service for retrieving receipt lines 2025-11-28 11:27:33 +07:00
Habib Fatkhul Rohman f6a7b5911a feat: implement sequence management with CRUD operations and integrate into vendor and UOM services
Deploy Application / deploy (push) Successful in 20s Details
2025-11-27 12:04:20 +07:00
Habib Fatkhul Rohman fbb73a77d0 feat: add quarantine module with CRUD operations
Deploy Application / deploy (push) Successful in 43s Details
- Implemented TInventoryQuarantineEntity and TInventoryQuarantineLineEntity for database representation.
- Created quarantine service, repository, and controller for handling business logic and HTTP requests.
- Added DTOs for quarantine requests and responses.
- Implemented query filters for retrieving quarantines.
- Registered quarantine routes in the main application.
- Integrated quarantine functionality into the core application dependencies.
2025-11-26 16:03:24 +07:00
Habib Fatkhul Rohman b2de10c414 feat: implement GenerateCodeUom function for automatic UOM code generation and update UOM creation logic
Deploy Application / deploy (push) Successful in 21s Details
2025-11-26 12:09:44 +07:00
Habib Fatkhul Rohman 1d3d69a0fb refactor: rename GetByProductAndClient to GetLatestByProductAndClient for clarity in inventory storage repository
Deploy Application / deploy (push) Successful in 24s Details
2025-11-26 10:50:59 +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 e22c76abe3 feat: enhance inventory receipt service with product and UOM code handling
Deploy Application / deploy (push) Successful in 20s Details
2025-11-25 11:23:14 +07:00
Habib Fatkhul Rohman 3197b693b3 feat: add Level filter to role and user queries for enhanced filtering capabilities
Deploy Application / deploy (push) Successful in 19s Details
2025-11-24 15:34:15 +07:00
Habib Fatkhul Rohman b77eab5ef3 fix: rename ReceiptLines field to receipt_lines for consistency in InventoryReceiptResponse
Deploy Application / deploy (push) Successful in 19s Details
2025-11-24 15:15:55 +07:00
Habib Fatkhul Rohman 14eccfb336 feat: update status field validation in inventory DTOs and add completed constant
Deploy Application / deploy (push) Successful in 37s Details
2025-11-24 14:57:41 +07:00
Habib Fatkhul Rohman 2676a20026 feat: implement product reference number generation and update inventory transaction response structure
Deploy Application / deploy (push) Successful in 28s Details
2025-11-24 14:28:42 +07:00
Habib Fatkhul Rohman 8812a294d8 feat: enhance user service with client name handling in bulk user creation
Deploy Application / deploy (push) Successful in 26s Details
2025-11-21 15:08:21 +07:00
Habib Fatkhul Rohman d1beb610a7 fix: correct query order in GetRoleByID method for proper role retrieval 2025-11-21 14:58:04 +07:00
Habib Fatkhul Rohman 79080ce64d fix: update user field reference in GetAll method for correct access control
Deploy Application / deploy (push) Successful in 25s Details
2025-11-21 14:38:12 +07:00
Habib Fatkhul Rohman 99013ab88e feat: enhance WarehouseController with user and role services for improved access control
Deploy Application / deploy (push) Successful in 23s Details
2025-11-21 14:23:00 +07:00
Habib Fatkhul Rohman 1b537183ac feat: update UomRepository Update method to select all fields during updates 2025-11-21 14:04:04 +07:00
Habib Fatkhul Rohman 69eb45c1fc feat: add Level field to role creation and update functionality
Deploy Application / deploy (push) Successful in 23s Details
2025-11-21 14:00:07 +07:00
Habib Fatkhul Rohman 15dce0f540 feat: add inventory transaction details to product entity and response, and update repository preload logic
Deploy Application / deploy (push) Successful in 26s Details
2025-11-21 13:55:58 +07:00
Habib Fatkhul Rohman f7eab339b6 feat: add bulk user creation functionality with request handling and repository integration 2025-11-21 13:55:42 +07:00
Habib Fatkhul Rohman 4e9be2b87a feat: implement inventory transaction management with CRUD operations and routing 2025-11-21 11:28:02 +07:00
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 a5e4fd39a2 feat: update user service to include role and warehouse repositories
Deploy Application / deploy (push) Successful in 31s Details
2025-11-19 14:57:13 +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 18832a0400 fix: update Dockerfile command to use --migrate instead of --fresh 2025-11-19 10:57:48 +07:00
Habib Fatkhul Rohman 9c88412da9 fix: add missing ClientID field to TInventoryMovementEntity
Deploy Application / deploy (push) Successful in 23s Details
2025-11-19 10:49:18 +07:00
Habib Fatkhul Rohman 576d3dcc23 feat: add TInventoryMovement and TInventoryMovementLine entities with migration updates
Deploy Application / deploy (push) Successful in 24s Details
2025-11-19 10:45:48 +07:00
Habib Fatkhul Rohman 2d651faf9e fix(migration): update MigrateFresh function to drop inventory return entities 2025-11-19 10:23:56 +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 3b5c5038fb fix(migration): add TInventoryReturn and TInventoryReturnLine entities to migration 2025-11-18 15:23:49 +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 9447a3fd88 fix(migration): uncomment all entities in MigrateFresh function
fix(docker): update CMD in Dockerfile to use '--migrate' instead of '--fresh'
2025-11-18 10:58:37 +07:00
Habib Fatkhul Rohman a26d719f1b fix(migration): uncomment inventory-related entities in MigrateFresh function
Deploy Application / deploy (push) Successful in 24s Details
2025-11-18 10:58:06 +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 0543f8a1ff fix(m_role_menu_entity): Add primary key constraint to RoleID and MenuID fields 2025-11-17 15:55:28 +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 310abc99d7 fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh'
Deploy Application / deploy (push) Successful in 22s Details
2025-11-17 14:40: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 ff2b49f251 fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh' 2025-11-14 15:24:57 +07:00
Habib Fatkhul Rohman ba551cb010 fix(docker): Update CMD in Dockerfile to use '--fresh' instead of '--migrate'
Deploy Application / deploy (push) Successful in 22s Details
2025-11-14 15:19:08 +07:00