Commit Graph

25 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 3b5c5038fb fix(migration): add TInventoryReturn and TInventoryReturnLine entities to migration 2025-11-18 15:23:49 +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 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 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 189994bf9a feat(entities): Add new entities for inventory management and update migration scripts 2025-11-13 11:10:12 +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 44121a3f86 feat(warehouse): Implement warehouse module with CRUD operations and routing 2025-11-10 10:46:49 +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 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 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 bf6271c3dc feat(category): Implement category management with CRUD operations and routing 2025-10-30 13:15:43 +07:00
Habib Fatkhul Rohman 1d687fe2d7 feat(product): Implement product management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 20s Details
2025-10-29 15:34:33 +07:00
Habib Fatkhul Rohman 28d07ea2b0 feat: Enhance maintenance group role entities with cascading constraints and add role-user relationship
Deploy Application / deploy (push) Successful in 20s Details
2025-10-25 01:38:01 +07:00
Habib Fatkhul Rohman b4554ff5f2 feat: Add maintenance groups and roles with corresponding seeders and migrations 2025-10-22 10:13:24 +07:00
Habib Fatkhul Rohman 465908965e feat: Add new entities for maintenance management and user roles
- Created M_Location, M_MaintenanceGroup, M_MaintenanceGroupRole, M_MaintenanceGroupUser, M_MaintenanceScheduleHeader, M_MaintenanceScheduleLine, M_MaintenanceStaff, M_Menu_Client, M_Menu, M_Permissions, M_Role, M_Role_Menu, M_Role_Permission, M_User, M_User_Role entities.
- Implemented relationships and foreign keys for user roles and permissions.
- Added JSON seed files for roles and user roles, along with corresponding seed functions.
- Updated migration and seeder files to include new entities and ensure proper database setup.
- Commented out legacy product and tenant entities and their seed functions for future reference.
2025-10-21 15:06:43 +07:00
Habib Fatkhul Rohman 1b490d8770 Refactor migration and seeder files to remove Tenant and Product references, ensuring consistency with updated entity structures 2025-10-15 21:14:28 +07:00
Habib Fatkhul Rohman dae2c0daa9 Add Product entity, migration, seeder, and JSON data for multi-tenant support 2025-09-16 11:01:46 +07:00
Habib Fatkhul Rohman 630c2881c5 Add TenantID to User and RefreshToken entities, update migrations and seeders 2025-09-15 11:34:54 +07:00
Habib Fatkhul Rohman 5a6b85ec18 Add Tenant entity, migration, seeder, and JSON data for tenants 2025-09-11 10:39:43 +07:00
Habib Fatkhul Rohman 87d28fffee
Initial commit 2025-09-10 14:38:44 +07:00