Skip to content
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

Cash Payment registry does not filter on patient reference across projects #2596

Closed
jniles opened this issue Mar 13, 2018 · 2 comments
Closed
Assignees
Labels

Comments

@jniles
Copy link
Collaborator

jniles commented Mar 13, 2018

Let's say you have two projects, ABC and DEF. If you register a patient in the project ABC, then log into the project DEF, you will not be able to filter on PA.ABC.1 to find the patient you registered in ABC. However, they will appear in the unfiltered list.

This is due to limitations in the JOIN in this line of the cash payments server-side code. We should change it to JOIN on entity_map and use that, instead of templating in the current project's identifier.

@jniles jniles added the Bug label Mar 13, 2018
@jniles jniles changed the title Cash Payment registry does not filter on patient reference across projecst Cash Payment registry does not filter on patient reference across projects Mar 13, 2018
jniles added a commit to jniles/bhima that referenced this issue Mar 13, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Mar 13, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Mar 16, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Mar 20, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Mar 20, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
@jeremielodi jeremielodi self-assigned this Mar 23, 2018
jniles added a commit to jniles/bhima that referenced this issue Mar 23, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Mar 26, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Mar 26, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Mar 29, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Apr 2, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Apr 3, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Apr 6, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
jniles added a commit to jniles/bhima that referenced this issue Apr 6, 2018
This commit ensures the links to the different registries from the
patient's financial activity work.  Note that there is a bug IMA-WorldHealth#2596.
@jniles
Copy link
Collaborator Author

jniles commented May 10, 2018

@jeremielodi are you still working on this? If not, I could probably fix it pretty quickly.

@jniles
Copy link
Collaborator Author

jniles commented Oct 2, 2018

Looks like this was fixed at some point.

@jniles jniles closed this as completed Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants