Commit Graph

251 Commits

Author SHA1 Message Date
Habib Fatkhul Rohman 92c5ca68d1 feat: update InventoryMovement entity and service to use pointer UUIDs for location, zone, and aisle fields
Deploy Application / deploy (push) Successful in 19s Details
2025-12-10 15:06:55 +07:00
Habib Fatkhul Rohman abd8780191 feat: update InventoryMovement entity and service to use non-pointer UUIDs for location and zone fields
Deploy Application / deploy (push) Successful in 18s Details
2025-12-10 14:22:23 +07:00
Habib Fatkhul Rohman 111d0cffa3 feat: preload additional related entities in GetById method of InventoryMovementRepository
Deploy Application / deploy (push) Successful in 19s Details
2025-12-10 14:13:26 +07:00
Habib Fatkhul Rohman 7adb6a433a feat: register AttSet module routes in main application 2025-12-10 14:12:01 +07:00
Habib Fatkhul Rohman b1be0eb06b feat: add Aisles field to ZonaResponse and preload Aisles in GetAll method
Deploy Application / deploy (push) Successful in 22s Details
2025-12-10 13:39:09 +07:00
Habib Fatkhul Rohman 91299da7bc feat: update InventoryMovement entity and DTOs to support optional source and destination fields 2025-12-10 13:38:58 +07:00
Habib Fatkhul Rohman 08ae5b9f6f feat: implement AttSet module with CRUD operations and necessary DTOs, queries, and routes 2025-12-10 11:45:20 +07:00
Habib Fatkhul Rohman 5c05c69366 feat: add IsReturnable field to InvReturnProduct and update mapping in response
Deploy Application / deploy (push) Successful in 20s Details
2025-12-10 10:18:17 +07:00
Habib Fatkhul Rohman 38d05c95ea feat: enhance GetById method to preload Product, Product.Uom, InvReturn, and Client
Deploy Application / deploy (push) Successful in 19s Details
2025-12-09 15:58:40 +07:00
Habib Fatkhul Rohman 472bcd5d3e fix: update GetLineById method to use 'id' parameter instead of 'line_id'
Deploy Application / deploy (push) Successful in 20s Details
2025-12-09 15:56:29 +07:00
Habib Fatkhul Rohman 360db2526b feat: enhance GetAllByReturnId method to preload Product.Uom along with related entities
Deploy Application / deploy (push) Successful in 19s Details
2025-12-09 15:26:54 +07:00
Habib Fatkhul Rohman cb85352475 feat: enhance GetAll method to preload InvIssue along with Client
Deploy Application / deploy (push) Successful in 20s Details
2025-12-09 15:18:31 +07:00
Habib Fatkhul Rohman afec1c2750 feat: update GetById method to preload InvIssue instead of ReturnLines
Deploy Application / deploy (push) Successful in 19s Details
2025-12-09 14:49:13 +07:00
Habib Fatkhul Rohman 3d9ad4cff1 feat: integrate InventoryRequestService into InventoryIssueService and update related methods
Deploy Application / deploy (push) Successful in 19s Details
2025-12-09 13:55:17 +07:00
Habib Fatkhul Rohman 1fe55d516e feat: rename ReadErrorLog to ReadRouteLog and update routes accordingly 2025-12-09 11:42:31 +07:00
Habib Fatkhul Rohman d962d77a00 feat: enhance GetAllByReturnId method with preload for related entities
Deploy Application / deploy (push) Successful in 19s Details
2025-12-09 11:31:03 +07:00
Habib Fatkhul Rohman a6eb6c6ca0 feat: update GetAllByIssueId method to use correct column name and enhance preload relationships 2025-12-09 11:28:25 +07:00
Habib Fatkhul Rohman 95ce47a406 feat: implement ReadAppLog and ReadQueryLog methods in MonitoringController and update routes 2025-12-09 11:28:20 +07:00
Habib Fatkhul Rohman 6be0c5fa37 feat: add Level field to UserRolesResponse and update roles handling in ToUserResponse
Deploy Application / deploy (push) Successful in 20s Details
2025-12-09 10:40:32 +07:00
Habib Fatkhul Rohman b0eaa3fd33 feat: implement GetLineById method in multiple controllers and services, and enhance filtering with status in queries
Deploy Application / deploy (push) Successful in 22s Details
2025-12-08 15:41:30 +07:00
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