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

Account Statement Work #1635

Closed
jniles opened this issue May 10, 2017 · 3 comments
Closed

Account Statement Work #1635

jniles opened this issue May 10, 2017 · 3 comments
Labels

Comments

@jniles
Copy link
Collaborator

jniles commented May 10, 2017

This issue tracks the work on the module "Account Statement", showing the details of posted transaction by account. It is derived from discussions with @IMA-WorldHealth/bhima-core and @WayneNiles .

Issues to Create

  1. Basic User Interface - we have decided that the interface will be a ui-grid similar to Posting Journal.
    a. The module is named Account Statement/Releve de Compte.
    b. It consists of a full page ui-grid with data filtered by account.
    c. It has ui-grid-selection but not ui-grid-grouping or ui-grid-edit plugins enabled.
    d. It has a button for searching using the same Posting Journal search modal.

@mbayopanda, you should make an issue describing how this should work.

  1. Transaction Detail Slave Grid - we have proposed viewing transactions in a separate slave grid below the main grid.
    a. This grid shows all lines in the transaction that is clicked on by the user.
    b. The records are loaded over HTTP on click.

This will take some research.

  1. Comment Feature - we have proposed allowing a user to comment on the grid via a modal.
    a. This issue is basically (feature) Journal Comments #1437, but on the Account Statement.

@sfount, you should make the necessary updates to this issue so that it can be implemented by anyone.

  1. Opening Balance/Final Balance Display - we need to show the beginning balance at the beginning of the view. This should be, at minimum, a period_total lookup + adding offset for the in between time.
    a. This issue should propose how to look up the balance for any date range, independent on how we decide to model dates. Assume there is just a start_date.

I'll take a look at this one - @jniles.

@mbayopanda
Copy link
Collaborator

👍 LGTM

@jniles
Copy link
Collaborator Author

jniles commented May 12, 2017

A prototype proposal for looking up the opening balance of an account for a given date has been implemented in #1644.

@jniles
Copy link
Collaborator Author

jniles commented Jan 25, 2018

Everything here has been completed except the transaction slave grid. At the moment, all values are displayed by default, so there isn't really a need for the slave. We can make a specific design issue if this need comes up in the future.

@jniles jniles closed this as completed Jan 25, 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