-
Notifications
You must be signed in to change notification settings - Fork 23
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
Issue with visit scheduling when reentering lost data #1253
Comments
@petmongrels this was the data for which they need to recollect the data right? |
yes.......for IHMP that is the folder |
Testing
Wrong visits should be scheduled. Please verify after saving as well. |
@AchalaBelokar I think this should go as patch release since it for a urgent ticket where we have already delayed a lot and mistake on our side and I think we might not be able to release 6.1.0 by tomorrow. @petmongrels If you also think the same, can you cherry-pick the commit to 6.0 branch @vinayvenu @petmongrels But IHMP's 170 users need to upgrade their app, to use this fix. Cant think of a way out. |
@petmongrels where are we calling this method: |
it is not called by rules but the RuleEvalService. the change is in the platform |
@petmongrels yeah I checked in 6.0 branch, didn't know it was pushed into a patch version branch. The commit was marked with a different card number.
|
making a different comment to notify: |
…during commit review
i. fixed included for program enrolment and program encounter cancel |
@AchalaBelokar test in 6.0.1 branch |
Found
last screen shot is on production |
@AchalaBelokar Fix for |
|
https://avni.freshdesk.com/a/tickets/3348
Approach 1:
-- When editing a old delivery encounter, for which PNC1 already scheduled, PNC1 should not get again scheduled
-- At the same time, encounter forms like 'Monthly needs assessment' and 'ANC VHND Follow up' gets scheduled with the same name repeatedly. Future scheduling for these should not get affected.
Approach 2:
If in none of the visit schedule rules of CK and IHMP, we are modifying the scheduling of the visits based on data collected, then we can just disable scheduling of visits on edit flow(can be determined from encounter_date_time) for CK and IHMP.
Old rules for CK and IHMP can be found in their respective repos.
Caution: There are some old rules in avni-health-modules also.
Reference:
Data to be collected again can be found in this folder under the respective org folder:
https://drive.google.com/drive/u/0/folders/1gsrLmsvpZ6gbqxHEQb8zYRwUuQ0ALrWh
The text was updated successfully, but these errors were encountered: