Commit Graph

71 Commits

Author SHA1 Message Date
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 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 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 4e9be2b87a feat: implement inventory transaction management with CRUD operations and routing 2025-11-21 11:28:02 +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 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 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 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 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 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 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 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 236084cc30 feat(assignment): Refactor TAssignmentEntity and add TAssignmentUserEntity for user assignments
Deploy Application / deploy (push) Successful in 34s Details
2025-11-14 13:29:42 +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 189994bf9a feat(entities): Add new entities for inventory management and update migration scripts 2025-11-13 11:10:12 +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 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 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 a10ed89d36 feat(migration): Uncomment warehouse, zone, and aisle entities in migration
Deploy Application / deploy (push) Successful in 22s Details
2025-11-07 15:51:08 +07:00
Habib Fatkhul Rohman 6536f626b0 feat(migration): Comment out unused warehouse, zone, and aisle entities in migration
Deploy Application / deploy (push) Successful in 20s Details
2025-11-07 15:41:13 +07:00
Habib Fatkhul Rohman d8a7766c62 feat(entities): Add MAisleEntity, MWarehouseEntity, and MZonaEntity with necessary fields and relationships 2025-11-07 14:41:03 +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 d1abcacacf feat(entities): Add MCrossReferenceEntity and MVendorEntity with relationships, and update MProductEntity to include cross references 2025-11-05 14:55:04 +07:00
Habib Fatkhul Rohman e3127c075d feat(role): Add many-to-many relationship for Menus in M_Role and update RoleResponse 2025-11-03 14:35:57 +07:00
Habib Fatkhul Rohman 474c3c6205 fix(entity): Remove unique index from Code field in M_MaintenanceGroup struct 2025-11-03 14:25:58 +07:00
Habib Fatkhul Rohman 14cbd567b3 feat(product): Enhance product entities and DTOs with client and category relationships 2025-10-31 10:48:04 +07:00
Habib Fatkhul Rohman 02dc2c71d8 feat(uom): Add UOM management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 22s Details
2025-10-30 14:20:20 +07:00
Habib Fatkhul Rohman e632f71329 refactor(entity): Update unique index priorities for product entity fields 2025-10-30 13:35:27 +07:00
Habib Fatkhul Rohman bf6271c3dc feat(category): Implement category management with CRUD operations and routing 2025-10-30 13:15:43 +07:00
Habib Fatkhul Rohman a36a891a71 refactor(entity): Remove FullAuditTrail from M_Role_Permission struct 2025-10-30 12:20:57 +07:00
Habib Fatkhul Rohman b779ec501b fix(seeder): Uncomment previously commented seeders for data initialization
Deploy Application / deploy (push) Successful in 20s Details
2025-10-30 11:37:30 +07:00
Habib Fatkhul Rohman ccc3907661 feat(seeder): Enable permission and role permission seeders for data initialization
Deploy Application / deploy (push) Successful in 18s Details
2025-10-30 11:31:51 +07:00
Habib Fatkhul Rohman c9ee681b2c feat(seeder): Enable role and user role seeders for data initialization
Deploy Application / deploy (push) Successful in 16s Details
2025-10-30 11:26:51 +07:00
Habib Fatkhul Rohman e8bdd02004 fix(seeder): Comment out unused seeders for clarity
Deploy Application / deploy (push) Successful in 20s Details
fix(docker): Update CMD in Dockerfile to use --fresh for migration
2025-10-30 11:21:49 +07:00