Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved: Added new fields proposedVariance and varianceReasonEnumId in InventoryCountImportItem table to support dynamic count and added a new type data in enumeration for the same.(#59) #254

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

priyanshee1604
Copy link

@priyanshee1604 priyanshee1604 commented Feb 5, 2025

Related Issue

hotwax/inventory-count-maarg#59

Improved: Added new fields proposedVariance and varianceReasonEnumId in InventoryCountImportItem table to support dynamic count and added a new type data in enumeration for the same.

…in InventoryCountImportItem table to support dynamic count and added a new type data in enumeration for the same.(hotwax#59)
@@ -502,5 +502,6 @@
<moqui.basic.EnumerationType enumTypeId="COUNT_TYPE" description="Count Type"/>
<moqui.basic.Enumeration enumId="SELECTIVE_COUNT" enumTypeId="COUNT_TYPE" description="Selective Count" enumName="Selective Count"/>
<moqui.basic.Enumeration enumId="HARD_COUNT" enumTypeId="COUNT_TYPE" description="Hard Count" enumName="Hard Count"/>
<moqui.basic.Enumeration enumId="DYNAMIC_COUNT" enumTypeId="COUNT_TYPE" description="Dynamic_Count" enumName="Dynamic Count"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description should be Dynamic Count no the Dynamic_Count.

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.

2 participants