-
Notifications
You must be signed in to change notification settings - Fork 47
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
(feat): O3-3975-For requisitions containing multiple drugs, the system should allow you to issue one and leave out the other. #239
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am thinking we can just have checkboxes on the row item other than necessarily creating a new component on a another view . cc @makombe @donaldkibet
If we taking this up, lets make it configurable so that we can turn it on or off for cases where its not necessary.cc @TrevorAntony |
In total agreement. Also, selecting the item at the end looks odd to me. @TrevorAntony can you also update the screenshot to reflect any new changes you have made. Thanks |
@TrevorAntony Just for my understanding of the workflow, after doing partial issuance of the items, what happens to that requisition, is it marked as completed/fulfilled or will still remain active until all other items have been issued? |
@makombe essentially the following behaviour should be present: View and Select Specific Drugs: Partial Issuance: Tracking Status: The requisition handling after partial issuance should work as follows: If some items remain unissued: However, i am finding it very challenging to implement The requisition handling after partial issuance. I am not sure if i am able to complete the feature this way |
cc @slubwama some guidance |
Requirements
Summary
This PR implements selective drug issuance functionality for stock issues that are created from requisitions. The feature allows users to:
Related Issue
https://openmrs.atlassian.net/browse/O3-3975
Other