You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add filters for subject type, program and encounter type in App designer on report_card like done for previous standard report card types
The above filters and all custom filters need to work
Should be able to select any colour for the report card and it should get applied.
Remove the displaying of dueChecklist card on configuration of 'showDueChecklistOnDashboard ' to true since it is going to be based on whether it is added to custom dashboard going forward . Do not remove the setting from organisation_config table, it will be used when migrating old MyDashboard to newDashboard.
Eg: When program p and program encounter e filters applied,
'Due Checklist' card need to show individuals enrolled in p and having encounter e(completed or scheduled) and having due checklists for program p
Current issue: As of 9.x, we are checking if the individual is enrolled in program p, but not checking for presence of general or program encounters unlike Total report card or Recent registrations report card. So fix this inline with others to check for encounters(general or program) as well.
Reasoning for above:
Though having subject type, program and encounter type filters currently on the App designer may not be of much use, added it because of below 2 reasons:
For consistency reason with other standard report cards
From a product perspective, it is useful when vaccinations can be applied not only for Child but also say for Pregnant woman or animals as well.
The text was updated successfully, but these errors were encountered:
AC:
'Due Checklist' card need to show individuals enrolled in p and having encounter e(completed or scheduled) and having due checklists for program p
Reasoning for above:
Though having subject type, program and encounter type filters currently on the App designer may not be of much use, added it because of below 2 reasons:
The text was updated successfully, but these errors were encountered: