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
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
4371103cc7
feat: Add unique index to MenuID and ClientID fields in M_Menu_Client entity
2025-10-28 13:55:04 +07:00
Habib Fatkhul Rohman
2db31dc017
feat: Add client module with CRUD operations, DTOs, repository, and service layers
Deploy Application / deploy (push) Successful in 23s
Details
2025-10-28 10:09:31 +07:00
Habib Fatkhul Rohman
f9c5dc3f63
feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships
Deploy Application / deploy (push) Successful in 19s
Details
2025-10-25 21:00:03 +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
1079c5dac8
feat: Implement menu management with CRUD operations and routing
2025-10-23 15:49:10 +07:00
Habib Fatkhul Rohman
80825a70af
feat: Enhance role and user role management with new endpoints and DTOs for assigning/removing roles and permissions
2025-10-22 15:29:42 +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
04cfb9719b
feat: Add many-to-many relationship between menus and clients with seeder support
2025-10-21 20:23:16 +07:00
Habib Fatkhul Rohman
7fa3971c70
feat: Add role-menu seeder and remove redundant ID field from M_Role_Menu
2025-10-21 20:11:40 +07:00
Habib Fatkhul Rohman
37d656999e
feat: Implement seeders for menus, permissions, and role-permission associations
2025-10-21 20:05:14 +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
3497f4e540
Refactor common.go to add soft delete and audit functionality with appropriate struct definitions
2025-10-15 21:14:09 +07:00
Habib Fatkhul Rohman
d1f0d2000e
Remove TenantID references from RefreshToken entity for consistency
2025-10-15 21:13:57 +07:00
Habib Fatkhul Rohman
e27712ab18
Refactor RefreshToken entity to replace TenantID with ClientID for consistency
2025-10-15 21:13:27 +07:00
Habib Fatkhul Rohman
1a965282cd
Add client and user seeders with updated structure and data
2025-10-15 21:12:30 +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