Commit Graph

231 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 923cbaba6a feat: add current stock tracking to inventory request line responses and implement GetNewestByProductId in inventory storage
Deploy Application / deploy (push) Successful in 21s Details
2025-12-08 15:08:21 +07:00
Habib Fatkhul Rohman 8317e10754 feat: implement GetLineById method in InventoryRequestController and service, and update routes
Deploy Application / deploy (push) Successful in 20s Details
2025-12-08 14:42:20 +07:00
Habib Fatkhul Rohman a967158bac feat: add DocumentType field to inventory issue entity and update related DTOs and service methods
Deploy Application / deploy (push) Successful in 20s Details
2025-12-08 14:33:25 +07:00
Habib Fatkhul Rohman 2eccaa33b3 feat: enhance error handling for database connection failure
Deploy Application / deploy (push) Successful in 21s Details
2025-12-08 13:41:50 +07:00
exzork 805a976858 update
Deploy Application / deploy (push) Successful in 20s Details
2025-12-04 16:03:23 +07:00
Habib Fatkhul Rohman b12686c8e7 feat: update RabbitMQ and Redis port configurations in environment and docker-compose files
Deploy Application / deploy (push) Successful in 17s Details
2025-12-04 15:41:12 +07:00
Habib Fatkhul Rohman 7e36d08d1b feat: update RabbitMQ and Redis container names in configuration files
Deploy Application / deploy (push) Failing after 19s Details
2025-12-04 15:38:38 +07:00
Habib Fatkhul Rohman fd664c5c3f feat: integrate logging and audit trail in inventory transaction service
Deploy Application / deploy (push) Failing after 16s Details
2025-12-04 15:05:15 +07:00
Habib Fatkhul Rohman e6b19a2478 feat: integrate logging and audit trail in inventory storage service 2025-12-04 15:00:43 +07:00
Habib Fatkhul Rohman bcc73a0f99 feat: integrate logging and audit trail in inventory return service 2025-12-04 14:54:54 +07:00
Habib Fatkhul Rohman 844a41eb78 feat: integrate logging and audit trail in inventory request service 2025-12-04 14:24:56 +07:00
Habib Fatkhul Rohman 7e4e7cc5a8 feat: integrate logging and audit trail in inventory receipt service 2025-12-04 14:11:55 +07:00
Habib Fatkhul Rohman f36380873c feat: integrate logging and audit trail in inventory movement service 2025-12-04 13:39:12 +07:00
Habib Fatkhul Rohman 41dacd0e3e feat: integrate logging and audit trail in inventory issue service 2025-12-04 13:20:14 +07:00
Habib Fatkhul Rohman e6c025f675 feat: enhance aisle service with logging and audit trail integration 2025-12-03 15:10:51 +07:00
Habib Fatkhul Rohman cf51d7f0c9 feat: integrate logging and audit trail in category service and DTOs 2025-12-03 14:58:00 +07:00
Habib Fatkhul Rohman 6c757e2065 feat: integrate logging and audit trail in client service operations 2025-12-03 14:51:01 +07:00
Habib Fatkhul Rohman cd60dc109f feat: refactor menu service to use ToMenuResponse for response mapping and integrate logging 2025-12-03 14:39:10 +07:00
Habib Fatkhul Rohman 6296fc623c feat: add logging and audit trail to vendor service operations 2025-12-03 14:22:52 +07:00
Habib Fatkhul Rohman b2b1067e00 feat: enhance product service with logging and audit trail functionality 2025-12-03 13:57:47 +07:00
Habib Fatkhul Rohman 8d852521c4 feat: add ToRoleResponse function and integrate logging in role service 2025-12-03 13:30:59 +07:00
Habib Fatkhul Rohman 02c3c97a76 feat: implement ZonaResponse conversion and enhance logging in Zona service 2025-12-03 12:03:48 +07:00
Habib Fatkhul Rohman db82ad3364 feat: refactor configuration management to use viper for environment variables 2025-12-03 11:43:00 +07:00
Habib Fatkhul Rohman 95323b9f65 feat: update environment configuration for RabbitMQ and Redis services in docker-compose
Deploy Application / deploy (push) Failing after 7s Details
2025-12-02 15:33:40 +07:00
Habib Fatkhul Rohman 27c465342d feat: integrate RabbitMQ for logging and enhance logger with RabbitMQ hook
Deploy Application / deploy (push) Failing after 6s Details
2025-12-02 15:00:19 +07:00
Habib Fatkhul Rohman 5c27453315 feat: refactor warehouse service to include logging and audit trail functionality
Deploy Application / deploy (push) Successful in 20s Details
2025-12-01 15:58:35 +07:00
Habib Fatkhul Rohman abb01c5eab feat: enhance UOM service with audit trail and logging capabilities 2025-12-01 15:17:44 +07:00
Habib Fatkhul Rohman 0abdc2ae6f feat: update QuarantineResponse and QuarantineLineResponse to use pkgdto.IdNameResponse for better structure
Deploy Application / deploy (push) Successful in 20s Details
2025-12-01 11:51:13 +07:00
Habib Fatkhul Rohman 6fb7218de7 feat: add GetLinesByQuarantineId method to QuarantineController and service for retrieving quarantine lines
Deploy Application / deploy (push) Successful in 25s Details
2025-12-01 11:44:21 +07:00
Habib Fatkhul Rohman 257ffc8af2 feat: integrate sequence service for document number generation in inventory services
Deploy Application / deploy (push) Successful in 59s Details
2025-12-01 11:22:10 +07:00
Habib Fatkhul Rohman b9c987a04b feat: add GetLinesByReturnId method to InventoryReturnController and service for retrieving return lines
Deploy Application / deploy (push) Successful in 30s Details
2025-11-28 15:27:16 +07:00
Habib Fatkhul Rohman 3dd7e60827 feat: add GetLinesByRequestId method to InventoryRequestController and service for retrieving request lines
Deploy Application / deploy (push) Successful in 31s Details
2025-11-28 15:07:52 +07:00
Habib Fatkhul Rohman cf380fc711 feat: add GetLinesByMovementId method to InventoryMovementController and service for retrieving movement lines 2025-11-28 14:39:02 +07:00
Habib Fatkhul Rohman 0eed8f6a7b feat: add GetLinesByIssueId method to InventoryIssueController and service for retrieving issue lines 2025-11-28 14:27:48 +07:00
Habib Fatkhul Rohman dd7ea563a6 feat: add GetLinesByReceiptId method to InventoryReceiptController and service for retrieving receipt lines 2025-11-28 11:27:33 +07:00
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 1d3d69a0fb refactor: rename GetByProductAndClient to GetLatestByProductAndClient for clarity in inventory storage repository
Deploy Application / deploy (push) Successful in 24s Details
2025-11-26 10:50:59 +07:00
Habib Fatkhul Rohman 2ef6052a2c feat: Add OnComplete functionality to Inventory Receipt
- Implemented OnComplete method in InventoryReceiptController to handle completion of inventory receipts.
- Added success and failure messages in dto for completing inventory receipts.
- Updated routes to include the new OnComplete endpoint.
- Enhanced InventoryReceiptService to manage the completion logic, including updating inventory storage.
- Introduced new methods in InventoryStorageRepository for bulk creation and retrieval of inventory storages.
- Added methods in ProductService to fetch inventory storages and transactions by product and client.
- Updated ProductController to handle new endpoints for inventory storages and transactions.
- Enhanced Product DTO to include inventory storage and transaction responses.
- Refactored ProductRepository to retrieve cross-references and preloaded relationships for inventory storages and transactions.
- Updated core dependency injection to include new repositories and services.
2025-11-25 15:57:08 +07:00
Habib Fatkhul Rohman e22c76abe3 feat: enhance inventory receipt service with product and UOM code handling
Deploy Application / deploy (push) Successful in 20s Details
2025-11-25 11:23:14 +07:00
Habib Fatkhul Rohman 3197b693b3 feat: add Level filter to role and user queries for enhanced filtering capabilities
Deploy Application / deploy (push) Successful in 19s Details
2025-11-24 15:34:15 +07:00
Habib Fatkhul Rohman b77eab5ef3 fix: rename ReceiptLines field to receipt_lines for consistency in InventoryReceiptResponse
Deploy Application / deploy (push) Successful in 19s Details
2025-11-24 15:15:55 +07:00
Habib Fatkhul Rohman 14eccfb336 feat: update status field validation in inventory DTOs and add completed constant
Deploy Application / deploy (push) Successful in 37s Details
2025-11-24 14:57:41 +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 8812a294d8 feat: enhance user service with client name handling in bulk user creation
Deploy Application / deploy (push) Successful in 26s Details
2025-11-21 15:08:21 +07:00
Habib Fatkhul Rohman d1beb610a7 fix: correct query order in GetRoleByID method for proper role retrieval 2025-11-21 14:58:04 +07:00
Habib Fatkhul Rohman 79080ce64d fix: update user field reference in GetAll method for correct access control
Deploy Application / deploy (push) Successful in 25s Details
2025-11-21 14:38:12 +07:00
Habib Fatkhul Rohman 99013ab88e feat: enhance WarehouseController with user and role services for improved access control
Deploy Application / deploy (push) Successful in 23s Details
2025-11-21 14:23:00 +07:00
Habib Fatkhul Rohman 1b537183ac feat: update UomRepository Update method to select all fields during updates 2025-11-21 14:04:04 +07:00