-
Notifications
You must be signed in to change notification settings - Fork 516
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
Add Minimum quantity data in the inventory list page #6612
Comments
Hi @nihal467 @rithviknishad Also, there are two min_quantity fields in the payload, that is not so intutitve, one I assume is a default value and the other is the value set |
let me know if you are okay with adding this min_quantity call during the page load, I can add this |
Yup! That should be fine for now. |
Can you assign this to me, I can start working on this |
@rithviknishad @nihal467 I have taken a deeper look into this, and I can confirm that this needs to be fixed on the API side by adding a new property (ex: configuredMinQuantity) to the inventorysummery response that gives the minimum quantity required for each item. As API is already returning an is_low indicator, this shouldn't be a big change on the API side, once that is added, we can come back and fix this on the UI |
I'm happy to make this change on the API side and then come back and fix this. If you're okay with it, please create an issue on the API repo and assign it to me and link this issue there |
@rithviknishad any thoughts on this? |
@vasudevravula issue has been created. ohcnetwork/care#1721 |
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity. |
@nihal467 I would like to work on this issue. |
Hey, if the issue is not completed, I can work on this. |
A rework of the entire inventory management is happening in ohcnetwork/docs#38 cc: @khavinshankar |
Describe the bug
Follow-up : #2549
Currently, without going to the minimum required section, we can't understand what is the minimum quantity required for the item, which is not a good user experience
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On the right side on a inventory item quantity , we should be displaying the minimum quantity required
Screenshots
The text was updated successfully, but these errors were encountered: