-
Notifications
You must be signed in to change notification settings - Fork 105
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): Account reports need the real account opening balance #1611
Labels
Comments
To pull this off in a maintainable way, we really need to limit this feature to only I'll try implementing this as well as prototype the feature described in #1636. This way it will be ready for the |
jniles
added a commit
to jniles/bhima
that referenced
this issue
May 11, 2017
This commit builds a new feature for accounts that can discern their opening balance (from the General Ledger) given a date and account id. The major changes have been added in an "AccountExtra" file that should be merged into accounts/index.js as soon as the major refactoring is finished. This PR consists of two parts: the updated account report that now contains an opening balance and the utility to find the opening balance give a particular date and account_id. Closes Third-Culture-Software#1611. Closes Third-Culture-Software#1636.
4 tasks
jniles
added a commit
to jniles/bhima
that referenced
this issue
May 19, 2017
This commit builds a new feature for accounts that can discern their opening balance (from the General Ledger) given a date and account id. The major changes have been added in an "AccountExtra" file that should be merged into accounts/index.js as soon as the major refactoring is finished. This PR consists of two parts: the updated account report that now contains an opening balance and the utility to find the opening balance give a particular date and account_id. Closes Third-Culture-Software#1611. Closes Third-Culture-Software#1636.
jniles
added a commit
to jniles/bhima
that referenced
this issue
May 22, 2017
This commit builds a new feature for accounts that can discern their opening balance (from the General Ledger) given a date and account id. The major changes have been added in an "AccountExtra" file that should be merged into accounts/index.js as soon as the major refactoring is finished. This PR consists of two parts: the updated account report that now contains an opening balance and the utility to find the opening balance give a particular date and account_id. Closes Third-Culture-Software#1611. Closes Third-Culture-Software#1636.
jniles
added a commit
to jniles/bhima
that referenced
this issue
May 23, 2017
This commit builds a new feature for accounts that can discern their opening balance (from the General Ledger) given a date and account id. The major changes have been added in an "AccountExtra" file that should be merged into accounts/index.js as soon as the major refactoring is finished. This PR consists of two parts: the updated account report that now contains an opening balance and the utility to find the opening balance give a particular date and account_id. Closes Third-Culture-Software#1611. Closes Third-Culture-Software#1636.
sfount
pushed a commit
that referenced
this issue
May 23, 2017
This commit builds a new feature for accounts that can discern their opening balance (from the General Ledger) given a date and account id. The major changes have been added in an "AccountExtra" file that should be merged into accounts/index.js as soon as the major refactoring is finished. This PR consists of two parts: the updated account report that now contains an opening balance and the utility to find the opening balance give a particular date and account_id. Closes #1611. Closes #1636.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The account reports have a running balance that always begins at zero. While this gives a nice total of how each line changes over time, we really need to understand the values in context of the total account balance. It will also motivate our users to post from the Posting Journal to the General Ledger to update the account balances.
To be precise:
The text was updated successfully, but these errors were encountered: