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
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
b619f76c0e
feat(utils): Add functions to parse nullable UUID and UUID from string
2025-11-11 11:05:46 +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
b3d6fad9a6
fix(docker): Update CMD to use --migrate instead of --fresh
2025-11-07 16:12:15 +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
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
d8a7766c62
feat(entities): Add MAisleEntity, MWarehouseEntity, and MZonaEntity with necessary fields and relationships
2025-11-07 14:41:03 +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
f2031c8496
feat(vendor): Register Vendor routes and dependencies in main and core files
Deploy Application / deploy (push) Successful in 21s
Details
2025-11-05 14:55:25 +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
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
Habib Fatkhul Rohman
8ff66d3775
refactor(user): Update user retrieval and modification to use route parameters instead of context values
Deploy Application / deploy (push) Successful in 21s
Details
2025-11-04 09:46:08 +07:00
Habib Fatkhul Rohman
795d8d05e3
feat(user): Implement user creation functionality in UserController and UserService
Deploy Application / deploy (push) Successful in 22s
Details
2025-11-03 15:37:18 +07:00
Habib Fatkhul Rohman
d110a31c4f
feat(maintenance_group): Enhance MaintenanceGroup structure and responses with ClientID and total role count
2025-11-03 14:37:58 +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
bc932901f7
refactor(role): Comment out role name existence check in CreateRole function
Deploy Application / deploy (push) Successful in 23s
Details
2025-11-03 14:19:52 +07:00
Habib Fatkhul Rohman
f1a5395d68
feat(user): Add client information to UserResponse and preload client in GetUserById
Deploy Application / deploy (push) Successful in 24s
Details
2025-11-03 13:41:49 +07:00
Habib Fatkhul Rohman
6b608a86a9
feat(docs): Enhance API documentation for AssignMenusToRole and RemoveMenusFromRole endpoints
Deploy Application / deploy (push) Successful in 21s
Details
2025-11-03 11:42:46 +07:00
Habib Fatkhul Rohman
e80b89d2ff
feat(docs): Update API documentation for menu assignment and removal endpoints
2025-11-03 11:42:35 +07:00
Habib Fatkhul Rohman
a07b96f5ce
feat(role): Add menu assignment and removal functionality for roles
2025-11-03 11:40:40 +07:00
Habib Fatkhul Rohman
21d1b3d6ba
Update go.sum to remove unused dependencies and update existing ones
...
- Removed dependencies: PuerkitoBio/purell, PuerkitoBio/urlesc, bytedance/sonic (v1.13.1), cloudwego/base64x (v0.1.5), gabriel-vasile/mimetype (v1.4.8), gin-contrib/sse (v1.0.0), go-openapi/swag (v0.25.1), go-playground/validator/v10 (v10.25.0), google/go-cmp (v0.6.0), josharian/intern, mailru/easyjson (v0.9.1), ugorji/go/codec (v1.2.12), golang.org/x/arch (v0.15.0), golang.org/x/crypto (v0.36.0), golang.org/x/net (v0.37.0), golang.org/x/sync (v0.12.0), golang.org/x/sys (v0.31.0), google.golang.org/protobuf (v1.36.5).
- Updated dependencies: bytedance/sonic (to v1.14.1), cloudwego/base64x (to v0.1.6), gabriel-vasile/mimetype (to v1.4.10), gin-contrib/sse (to v1.1.0), go-openapi/swag (to v0.19.15), google/go-cmp (to v0.7.0), golang.org/x/arch (to v0.22.0), golang.org/x/crypto (to v0.43.0), golang.org/x/net (to v0.46.0), golang.org/x/sync (to v0.17.0), golang.org/x/sys (to v0.37.0), google.golang.org/protobuf (to v1.36.10), gopkg.in/yaml.v2 (to v2.4.0).
2025-11-03 11:40:21 +07:00
Habib Fatkhul Rohman
04dae9dd48
fix(docker): Remove --fresh flag from CMD in Dockerfile for migration command
2025-10-31 15:36:17 +07:00
Habib Fatkhul Rohman
1f23b12918
feat(repository): Refactor Update methods to use Model and Where for better clarity and performance
2025-10-31 15:30:02 +07:00
Habib Fatkhul Rohman
a526b94e19
feat(docker): Update CMD in Dockerfile to include --fresh flag for migration
Deploy Application / deploy (push) Successful in 21s
Details
2025-10-31 11:27:50 +07:00