-
Notifications
You must be signed in to change notification settings - Fork 65
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
Option to view actual QOH on detail page #169
Comments
Sure, will add the mockup here in sometime. |
Sure, will add the draft data here.
|
<Enumeration enumId=“QOH_INV_COUNTAPP” enumName=“QOH in Inventory Count app“ enumTypeId="PROD_STR_STNG"/> |
Enum ID: INV_CNT_VIEW_QOH Enum ID like this allows all inventory count related settings to be identified together more easily since it's in a prefix. The word "view" gives a clear understanding of what verb we're allowing. enumName: View QOH while inventory counting" |
enumDesc: Allows the user to see current QOH from HotWax OMS on the product detail page of the Inventory Count app to help users during the periodic cycle count. |
I tweaked the designs slightly on your Figma file, but other than that I think we're good to go |
@appurvajain please paste the final enum id here and also commit it to OMS upgrade data |
@adityasharma7 this issue is all set to start dev work I think, let me know if we have any blockers here |
Admin user will have option to allow/disallow viewing current QOH
Implemented: Option to view actual QOH on detail page (#169)
The final enum data and product store setting data Enumeration enumId="INV_CNT_VIEW_QOH" enumName="View QOH while inventory counting" enumTypeId="PROD_STR_STNG"/> ProductStoreSetting fromDate="2022-04-15 00:00:00.0" productStoreId="STORE" settingTypeEnumId="INV_CNT_VIEW_QOH" settingValue=""/> |
What is the motivation for adding/enhancing this feature?
There should be a product store setting that lets companies choose if they want to show systemic QOH on their cycle count product detail page to help users during their count.
This setting should be blocked unless the user has FULFILL_INVCUNT_ADMIN or INV_COUNT_ADMIN
@appurvajain please make draft Product Store Setting data for this and add it here as a comment, I will review.
@Dhiraj1405 make a mockup for this referencing the latest cycle count detail page and also make a setting for it on the settings page.
The text was updated successfully, but these errors were encountered: