-
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) Implement filtering on the Posting Journal and General Ledger #793
Labels
Comments
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Nov 10, 2016
This commit implements advanced filtering on the Posting Journal through a modal form. The module uses bhFiltersApplied to display the filters currently applied to the posting journal at the top of the dash. Filters are cached so that they survive page reloads. All filtering is done using the journal API from the server. See Third-Culture-Software#840. Closes Third-Culture-Software#793.
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Nov 10, 2016
This commit implements advanced filtering on the Posting Journal through a modal form. The module uses bhFiltersApplied to display the filters currently applied to the posting journal at the top of the dash. Filters are cached so that they survive page reloads. All filtering is done using the journal API from the server. See Third-Culture-Software#840. Closes Third-Culture-Software#793.
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Nov 11, 2016
This commit implements advanced filtering on the Posting Journal through a modal form. The module uses bhFiltersApplied to display the filters currently applied to the posting journal at the top of the dash. Filters are cached so that they survive page reloads. All filtering is done using the journal API from the server. See Third-Culture-Software#840. Closes Third-Culture-Software#793.
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Nov 11, 2016
This commit implements advanced filtering on the Posting Journal through a modal form. The module uses bhFiltersApplied to display the filters currently applied to the posting journal at the top of the dash. Filters are cached so that they survive page reloads. All filtering is done using the journal API from the server. See Third-Culture-Software#840. Closes Third-Culture-Software#793.
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Nov 14, 2016
This commit implements advanced filtering on the Posting Journal through a modal form. The module uses bhFiltersApplied to display the filters currently applied to the posting journal at the top of the dash. Filters are cached so that they survive page reloads. All filtering is done using the journal API from the server. See Third-Culture-Software#840. Closes Third-Culture-Software#793.
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Nov 14, 2016
This commit implements advanced filtering on the Posting Journal through a modal form. The module uses bhFiltersApplied to display the filters currently applied to the posting journal at the top of the dash. Filters are cached so that they survive page reloads. All filtering is done using the journal API from the server. See Third-Culture-Software#840. Closes Third-Culture-Software#793.
jniles
pushed a commit
to jniles/bhima
that referenced
this issue
Nov 14, 2016
This commit implements advanced filtering on the Posting Journal through a modal form. The module uses bhFiltersApplied to display the filters currently applied to the posting journal at the top of the dash. Filters are cached so that they survive page reloads. All filtering is done using the journal API from the server. See Third-Culture-Software#840. Closes Third-Culture-Software#793.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently only support inline filters on the Posting Journal and General Ledger. These work for small data sets, but will run into performance problems on larger data sets (like the General Ledger).
I propose that we build filtering into the Invoice Registry's filter form, for the time being. See below:
Fig 1: Invoice Registry Filter Form
We can later look into more complex filtering (#300).
The behavior should be roughly the same as the registry pages:
bhFiltersApplied
directive).The text was updated successfully, but these errors were encountered: