Skip to content

OFBIZ-13406 : Implemented foundational Data Model and Services for Inventory Cycle Count#1206

Draft
chandan-khandelwal wants to merge 2 commits into
apache:trunkfrom
chandan-khandelwal:OFBIZ-13406
Draft

OFBIZ-13406 : Implemented foundational Data Model and Services for Inventory Cycle Count#1206
chandan-khandelwal wants to merge 2 commits into
apache:trunkfrom
chandan-khandelwal:OFBIZ-13406

Conversation

@chandan-khandelwal
Copy link
Copy Markdown
Contributor

OFBIZ-13406

Explanation: This contribution introduces the foundational data model and service layer for Inventory Cycle Counting (ICC) within the Product component.

The implementation covers the following:

Data Model: Defined four new entities (InventoryCount, InventoryCountItem, InventoryCountVariance, and InventoryCountStatus) to support structured physical counting, variance tracking, and status history auditing.
Service Layer: Implemented a complete set of CRUD services using the entity-auto engine for efficient management of count headers, items, variances, and status changes.

Added INV_COUNT_STATUS seed data (IN_PROGRESS, COMPLETED, CANCELLED) along with status transition validations to ensure data and process integrity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant