Open
Description
Is your feature request related to a problem? Please describe.
Related to/spawned from discussion in #4347
Describe the solution you'd like
- A tabbed view in the dispensary for viewing history. One tab for vaccine history, one tab for regular dispensing history (and maybe one tab for All?)
- If an All tab is added, need a way to distinguish between vaccines and regular dispensary (via colour/icon/text somewhere).
Implementation
- Vaccine history to look at
name_note
records, and also remote lookup if 'sync patients everywhere' pref not enabled andcan_view_all_patients_history
enabled. - Dispensing history to pull records as it already does (first searches locally, then does lookup if internet available and
can_view_all_patients_history
enabled).
Describe alternatives you've considered
Leaving as is
Additional context
N/A