Commit Graph

  • 5c05c69366 feat: add IsReturnable field to InvReturnProduct and update mapping in response main Habib Fatkhul Rohman 2025-12-10 10:18:17 +0700
  • 38d05c95ea feat: enhance GetById method to preload Product, Product.Uom, InvReturn, and Client Habib Fatkhul Rohman 2025-12-09 15:58:40 +0700
  • 472bcd5d3e fix: update GetLineById method to use 'id' parameter instead of 'line_id' Habib Fatkhul Rohman 2025-12-09 15:56:29 +0700
  • 360db2526b feat: enhance GetAllByReturnId method to preload Product.Uom along with related entities Habib Fatkhul Rohman 2025-12-09 15:26:54 +0700
  • cb85352475 feat: enhance GetAll method to preload InvIssue along with Client Habib Fatkhul Rohman 2025-12-09 15:18:31 +0700
  • afec1c2750 feat: update GetById method to preload InvIssue instead of ReturnLines Habib Fatkhul Rohman 2025-12-09 14:49:13 +0700
  • 3d9ad4cff1 feat: integrate InventoryRequestService into InventoryIssueService and update related methods Habib Fatkhul Rohman 2025-12-09 13:55:17 +0700
  • 1fe55d516e feat: rename ReadErrorLog to ReadRouteLog and update routes accordingly Habib Fatkhul Rohman 2025-12-09 11:42:31 +0700
  • d962d77a00 feat: enhance GetAllByReturnId method with preload for related entities Habib Fatkhul Rohman 2025-12-09 11:31:03 +0700
  • a6eb6c6ca0 feat: update GetAllByIssueId method to use correct column name and enhance preload relationships Habib Fatkhul Rohman 2025-12-09 11:28:25 +0700
  • 95ce47a406 feat: implement ReadAppLog and ReadQueryLog methods in MonitoringController and update routes Habib Fatkhul Rohman 2025-12-09 11:28:20 +0700
  • 6be0c5fa37 feat: add Level field to UserRolesResponse and update roles handling in ToUserResponse Habib Fatkhul Rohman 2025-12-09 10:40:32 +0700
  • b0eaa3fd33 feat: implement GetLineById method in multiple controllers and services, and enhance filtering with status in queries Habib Fatkhul Rohman 2025-12-08 15:41:30 +0700
  • 923cbaba6a feat: add current stock tracking to inventory request line responses and implement GetNewestByProductId in inventory storage Habib Fatkhul Rohman 2025-12-08 15:08:21 +0700
  • 8317e10754 feat: implement GetLineById method in InventoryRequestController and service, and update routes Habib Fatkhul Rohman 2025-12-08 14:42:20 +0700
  • a967158bac feat: add DocumentType field to inventory issue entity and update related DTOs and service methods Habib Fatkhul Rohman 2025-12-08 14:33:25 +0700
  • 2eccaa33b3 feat: enhance error handling for database connection failure Habib Fatkhul Rohman 2025-12-08 13:41:50 +0700
  • 805a976858 update exzork 2025-12-04 16:03:23 +0700
  • b12686c8e7 feat: update RabbitMQ and Redis port configurations in environment and docker-compose files Habib Fatkhul Rohman 2025-12-04 15:41:12 +0700
  • 7e36d08d1b feat: update RabbitMQ and Redis container names in configuration files Habib Fatkhul Rohman 2025-12-04 15:38:38 +0700
  • fd664c5c3f feat: integrate logging and audit trail in inventory transaction service Habib Fatkhul Rohman 2025-12-04 15:05:15 +0700
  • e6b19a2478 feat: integrate logging and audit trail in inventory storage service Habib Fatkhul Rohman 2025-12-04 15:00:43 +0700
  • bcc73a0f99 feat: integrate logging and audit trail in inventory return service Habib Fatkhul Rohman 2025-12-04 14:54:54 +0700
  • 844a41eb78 feat: integrate logging and audit trail in inventory request service Habib Fatkhul Rohman 2025-12-04 14:24:56 +0700
  • 7e4e7cc5a8 feat: integrate logging and audit trail in inventory receipt service Habib Fatkhul Rohman 2025-12-04 14:11:55 +0700
  • f36380873c feat: integrate logging and audit trail in inventory movement service Habib Fatkhul Rohman 2025-12-04 13:39:12 +0700
  • 41dacd0e3e feat: integrate logging and audit trail in inventory issue service Habib Fatkhul Rohman 2025-12-04 13:20:14 +0700
  • e6c025f675 feat: enhance aisle service with logging and audit trail integration Habib Fatkhul Rohman 2025-12-03 15:10:51 +0700
  • cf51d7f0c9 feat: integrate logging and audit trail in category service and DTOs Habib Fatkhul Rohman 2025-12-03 14:58:00 +0700
  • 6c757e2065 feat: integrate logging and audit trail in client service operations Habib Fatkhul Rohman 2025-12-03 14:51:01 +0700
  • cd60dc109f feat: refactor menu service to use ToMenuResponse for response mapping and integrate logging Habib Fatkhul Rohman 2025-12-03 14:39:10 +0700
  • 6296fc623c feat: add logging and audit trail to vendor service operations Habib Fatkhul Rohman 2025-12-03 14:22:52 +0700
  • b2b1067e00 feat: enhance product service with logging and audit trail functionality Habib Fatkhul Rohman 2025-12-03 13:57:47 +0700
  • 8d852521c4 feat: add ToRoleResponse function and integrate logging in role service Habib Fatkhul Rohman 2025-12-03 13:30:59 +0700
  • 02c3c97a76 feat: implement ZonaResponse conversion and enhance logging in Zona service Habib Fatkhul Rohman 2025-12-03 12:03:48 +0700
  • db82ad3364 feat: refactor configuration management to use viper for environment variables Habib Fatkhul Rohman 2025-12-03 11:43:00 +0700
  • 95323b9f65 feat: update environment configuration for RabbitMQ and Redis services in docker-compose Habib Fatkhul Rohman 2025-12-02 15:33:40 +0700
  • 27c465342d feat: integrate RabbitMQ for logging and enhance logger with RabbitMQ hook Habib Fatkhul Rohman 2025-12-02 15:00:19 +0700
  • 5c27453315 feat: refactor warehouse service to include logging and audit trail functionality Habib Fatkhul Rohman 2025-12-01 15:58:35 +0700
  • abb01c5eab feat: enhance UOM service with audit trail and logging capabilities Habib Fatkhul Rohman 2025-12-01 15:17:44 +0700
  • 0abdc2ae6f feat: update QuarantineResponse and QuarantineLineResponse to use pkgdto.IdNameResponse for better structure Habib Fatkhul Rohman 2025-12-01 11:51:13 +0700
  • 6fb7218de7 feat: add GetLinesByQuarantineId method to QuarantineController and service for retrieving quarantine lines Habib Fatkhul Rohman 2025-12-01 11:44:21 +0700
  • 257ffc8af2 feat: integrate sequence service for document number generation in inventory services Habib Fatkhul Rohman 2025-12-01 11:22:10 +0700
  • b9c987a04b feat: add GetLinesByReturnId method to InventoryReturnController and service for retrieving return lines Habib Fatkhul Rohman 2025-11-28 15:27:16 +0700
  • 3dd7e60827 feat: add GetLinesByRequestId method to InventoryRequestController and service for retrieving request lines Habib Fatkhul Rohman 2025-11-28 15:07:52 +0700
  • cf380fc711 feat: add GetLinesByMovementId method to InventoryMovementController and service for retrieving movement lines Habib Fatkhul Rohman 2025-11-28 14:39:02 +0700
  • 0eed8f6a7b feat: add GetLinesByIssueId method to InventoryIssueController and service for retrieving issue lines Habib Fatkhul Rohman 2025-11-28 14:27:48 +0700
  • dd7ea563a6 feat: add GetLinesByReceiptId method to InventoryReceiptController and service for retrieving receipt lines Habib Fatkhul Rohman 2025-11-28 11:27:33 +0700
  • f6a7b5911a feat: implement sequence management with CRUD operations and integrate into vendor and UOM services Habib Fatkhul Rohman 2025-11-27 12:04:20 +0700
  • fbb73a77d0 feat: add quarantine module with CRUD operations Habib Fatkhul Rohman 2025-11-26 16:03:24 +0700
  • b2de10c414 feat: implement GenerateCodeUom function for automatic UOM code generation and update UOM creation logic Habib Fatkhul Rohman 2025-11-26 12:09:44 +0700
  • 1d3d69a0fb refactor: rename GetByProductAndClient to GetLatestByProductAndClient for clarity in inventory storage repository Habib Fatkhul Rohman 2025-11-26 10:50:59 +0700
  • 2ef6052a2c feat: Add OnComplete functionality to Inventory Receipt Habib Fatkhul Rohman 2025-11-25 15:57:08 +0700
  • e22c76abe3 feat: enhance inventory receipt service with product and UOM code handling Habib Fatkhul Rohman 2025-11-25 11:23:14 +0700
  • 3197b693b3 feat: add Level filter to role and user queries for enhanced filtering capabilities Habib Fatkhul Rohman 2025-11-24 15:34:15 +0700
  • b77eab5ef3 fix: rename ReceiptLines field to receipt_lines for consistency in InventoryReceiptResponse Habib Fatkhul Rohman 2025-11-24 15:15:55 +0700
  • 14eccfb336 feat: update status field validation in inventory DTOs and add completed constant Habib Fatkhul Rohman 2025-11-24 14:57:41 +0700
  • 2676a20026 feat: implement product reference number generation and update inventory transaction response structure Habib Fatkhul Rohman 2025-11-24 14:28:42 +0700
  • 8812a294d8 feat: enhance user service with client name handling in bulk user creation Habib Fatkhul Rohman 2025-11-21 15:08:21 +0700
  • d1beb610a7 fix: correct query order in GetRoleByID method for proper role retrieval Habib Fatkhul Rohman 2025-11-21 14:58:04 +0700
  • 79080ce64d fix: update user field reference in GetAll method for correct access control Habib Fatkhul Rohman 2025-11-21 14:38:12 +0700
  • 99013ab88e feat: enhance WarehouseController with user and role services for improved access control Habib Fatkhul Rohman 2025-11-21 14:23:00 +0700
  • 1b537183ac feat: update UomRepository Update method to select all fields during updates Habib Fatkhul Rohman 2025-11-21 14:04:04 +0700
  • 69eb45c1fc feat: add Level field to role creation and update functionality Habib Fatkhul Rohman 2025-11-21 14:00:07 +0700
  • 15dce0f540 feat: add inventory transaction details to product entity and response, and update repository preload logic Habib Fatkhul Rohman 2025-11-21 13:55:58 +0700
  • f7eab339b6 feat: add bulk user creation functionality with request handling and repository integration Habib Fatkhul Rohman 2025-11-21 13:55:42 +0700
  • 4e9be2b87a feat: implement inventory transaction management with CRUD operations and routing Habib Fatkhul Rohman 2025-11-21 11:28:02 +0700
  • 51a6f291e0 feat: enhance user response to include associated warehouses in GetUserById Habib Fatkhul Rohman 2025-11-21 10:24:26 +0700
  • ff8cd07e9c feat: update InventoryMovementResponse to include client details and modify client ID retrieval in WarehouseController Habib Fatkhul Rohman 2025-11-20 14:38:54 +0700
  • bac881a54d feat: add inventory storage management with CRUD operations and routing Habib Fatkhul Rohman 2025-11-20 14:25:39 +0700
  • 5773c34131 feat: implement inventory movement management with CRUD operations and routing Habib Fatkhul Rohman 2025-11-20 13:14:34 +0700
  • 59333e5144 feat: update user verification to handle SUPERADMIN role and improve warehouse ID assignment Habib Fatkhul Rohman 2025-11-19 15:29:40 +0700
  • a5e4fd39a2 feat: update user service to include role and warehouse repositories Habib Fatkhul Rohman 2025-11-19 14:57:13 +0700
  • be0b54b4a5 feat: add user warehouse management functionality with CRUD operations - 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 Habib Fatkhul Rohman 2025-11-19 14:56:33 +0700
  • 18832a0400 fix: update Dockerfile command to use --migrate instead of --fresh Habib Fatkhul Rohman 2025-11-19 10:57:48 +0700
  • 9c88412da9 fix: add missing ClientID field to TInventoryMovementEntity Habib Fatkhul Rohman 2025-11-19 10:49:18 +0700
  • 576d3dcc23 feat: add TInventoryMovement and TInventoryMovementLine entities with migration updates Habib Fatkhul Rohman 2025-11-19 10:45:48 +0700
  • 2d651faf9e fix(migration): update MigrateFresh function to drop inventory return entities Habib Fatkhul Rohman 2025-11-19 10:23:56 +0700
  • 09409f0773 fix: correct import alias for inventory issue repository in inventory return service Habib Fatkhul Rohman 2025-11-19 10:17:18 +0700
  • b14f2eeafd feat: enhance inventory return line entity and DTOs with return and issued quantity fields Habib Fatkhul Rohman 2025-11-18 16:09:05 +0700
  • a2e92cf738 feat: add inventory return management with controller, service, and repository integration Habib Fatkhul Rohman 2025-11-18 15:37:34 +0700
  • 3b5c5038fb fix(migration): add TInventoryReturn and TInventoryReturnLine entities to migration Habib Fatkhul Rohman 2025-11-18 15:23:49 +0700
  • 410ecde2e9 feat: implement inventory return management with entities, DTOs, services, and routes Habib Fatkhul Rohman 2025-11-18 15:23:28 +0700
  • ca2795a493 fix: rename ReceiptDate to DocumentDate in inventory receipt entities and DTOs Habib Fatkhul Rohman 2025-11-18 15:23:17 +0700
  • 9447a3fd88 fix(migration): uncomment all entities in MigrateFresh function fix(docker): update CMD in Dockerfile to use '--migrate' instead of '--fresh' Habib Fatkhul Rohman 2025-11-18 10:58:37 +0700
  • a26d719f1b fix(migration): uncomment inventory-related entities in MigrateFresh function Habib Fatkhul Rohman 2025-11-18 10:58:06 +0700
  • 52dec2f37a feat: implement inventory issue management Habib Fatkhul Rohman 2025-11-18 10:56:03 +0700
  • 0543f8a1ff fix(m_role_menu_entity): Add primary key constraint to RoleID and MenuID fields Habib Fatkhul Rohman 2025-11-17 15:55:28 +0700
  • 1a16cb3396 feat(role_service): Add menu assignment functionality and related error handling Habib Fatkhul Rohman 2025-11-17 15:36:01 +0700
  • 310abc99d7 fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh' Habib Fatkhul Rohman 2025-11-17 14:40:01 +0700
  • f3b3de6fd4 fix(aisle_repository): Add preload for related entities in GetAll method Habib Fatkhul Rohman 2025-11-17 14:39:34 +0700
  • 28f2a93f6a feat(inventory_request): Implement inventory request management with CRUD operations and line handling - 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 Habib Fatkhul Rohman 2025-11-17 11:59:39 +0700
  • 9fa1d4ec14 refactor(aisle): Change aisle dimensions and weight types from string to float/int Habib Fatkhul Rohman 2025-11-17 11:58:56 +0700
  • ccb62d0159 feat(inventory_receipt): Add status field to inventory receipt response Habib Fatkhul Rohman 2025-11-17 10:48:50 +0700
  • ff2b49f251 fix(docker): Update CMD in Dockerfile to use '--migrate' instead of '--fresh' Habib Fatkhul Rohman 2025-11-14 15:24:57 +0700
  • ba551cb010 fix(docker): Update CMD in Dockerfile to use '--fresh' instead of '--migrate' Habib Fatkhul Rohman 2025-11-14 15:19:08 +0700
  • 466c49167e feat(inventory_receipt): Add status field to inventory receipt entity and update DTO and service methods Habib Fatkhul Rohman 2025-11-14 15:13:32 +0700
  • cfe9cb4e77 feat(uom): Enhance GetAll method to support 'get_all' query parameter for retrieving all UOMs Habib Fatkhul Rohman 2025-11-14 14:51:22 +0700
  • be318fe760 feat(assignment): Implement assignment module with CRUD operations and integrate with inventory receipt Habib Fatkhul Rohman 2025-11-14 14:43:14 +0700
  • 236084cc30 feat(assignment): Refactor TAssignmentEntity and add TAssignmentUserEntity for user assignments Habib Fatkhul Rohman 2025-11-14 13:29:42 +0700