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

(feature request) Implement running total on the Patient Activity report #1248

Closed
jniles opened this issue Feb 22, 2017 · 0 comments
Closed
Assignees

Comments

@jniles
Copy link
Collaborator

jniles commented Feb 22, 2017

The Patient Activity report could use a running balance as an additional column. This would make it much easier to see how the patient's debt progressed over time. For example:

Amount Balance
$10.00 $10.00
($4.00) $6.00
($2.00) $4.00
$15.00 $19.00

etc..

@jniles jniles self-assigned this Mar 2, 2017
jniles pushed a commit to jniles/bhima that referenced this issue Mar 3, 2017
This commit adds a cumulative summation to the Patient Activity page. It
should help the auditors track what the patient's balance is a lot
easier and at what point they had paid their bill in full.

Closes IMA-WorldHealth#1248.
sfount pushed a commit that referenced this issue Mar 3, 2017
This commit adds a cumulative summation to the Patient Activity page. It
should help the auditors track what the patient's balance is a lot
easier and at what point they had paid their bill in full.

Closes #1248.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant