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

Make the posting journal load data from the database #518

Closed
jniles opened this issue Jun 21, 2016 · 3 comments
Closed

Make the posting journal load data from the database #518

jniles opened this issue Jun 21, 2016 · 3 comments
Assignees
Labels

Comments

@jniles
Copy link
Collaborator

jniles commented Jun 21, 2016

The current implementation of the posting journal fakes data to facilitate client-side development. We have some working implementations of grouping and filtering worked out for the Patient Registry (#336) and the accounts management module (#489).

A good improvement would be to remove the locally created data and begin using the database to load Posting Journal transactions. This would allow us to begin writing utilities for the trial balance and other necessary implementations.

Objectives

  1. The Posting Journal should load data from the backed database.
  2. During no data, loading or error states, there should be a notification to show those states using the bhGridLoadingIndicator component.
@jniles jniles added this to the Finance Implementation milestone Jun 21, 2016
@jniles
Copy link
Collaborator Author

jniles commented Jun 21, 2016

@mbayopanda, can you work on this while waiting for a review for #517?

@mbayopanda
Copy link
Contributor

@jniles no problemo

@jniles
Copy link
Collaborator Author

jniles commented Jun 24, 2016

This was closed in #524.

@jniles jniles closed this as completed Jun 24, 2016
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