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

(bug) Aged Debtors Report does not do math correctly #1169

Closed
jniles opened this issue Feb 11, 2017 · 0 comments · Fixed by #1195
Closed

(bug) Aged Debtors Report does not do math correctly #1169

jniles opened this issue Feb 11, 2017 · 0 comments · Fixed by #1195
Assignees
Labels

Comments

@jniles
Copy link
Contributor

jniles commented Feb 11, 2017

The Aged Debtors report's total column does not match up with the sum of all past debts. This likely indicates it is a problem with the division of debts into columns, not actually the overall total. See below:

ageddebtorsimbalances
Fig 1: Inaccurate totals on the Aged Debtors Report

While this is being fixed, the following issues can also be fixed:

  1. Instead of "Moins De 30 Jours", the label should say "0 - 30", and so on for all the others.
  2. The creation date (of the report) needs to be more prominent.
@jniles jniles added the Bug label Feb 11, 2017
@jniles jniles self-assigned this Feb 15, 2017
jniles pushed a commit to jniles/bhima that referenced this issue Feb 16, 2017
This commit fixes the aged debtor maths by ensuring that dates are
properly compared and ranges are restricted to avoid double-counting.

Closes IMA-WorldHealth#1169.
jniles pushed a commit to jniles/bhima that referenced this issue Feb 16, 2017
This commit fixes the aged debtor maths by ensuring that dates are
properly compared and ranges are restricted to avoid double-counting.

Closes IMA-WorldHealth#1169.
sfount pushed a commit that referenced this issue Feb 16, 2017
This commit fixes the aged debtor maths by ensuring that dates are
properly compared and ranges are restricted to avoid double-counting.

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

Successfully merging a pull request may close this issue.

1 participant