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

(Feature Request) Add a search field for amount to the Posting Journal #1354

Closed
jniles opened this issue Mar 15, 2017 · 2 comments
Closed

(Feature Request) Add a search field for amount to the Posting Journal #1354

jniles opened this issue Mar 15, 2017 · 2 comments

Comments

@jniles
Copy link
Contributor

jniles commented Mar 15, 2017

We've received feedback asking for us to put a search by amount field in the Posting Journal search modal. This should be easily accomplished used FilterParser

@jniles
Copy link
Contributor Author

jniles commented Mar 15, 2017

@lomamech, could you look into this one?

@jniles
Copy link
Contributor Author

jniles commented Mar 15, 2017

I'll take this one.

@jniles jniles assigned jniles and unassigned lomamech Mar 15, 2017
jniles pushed a commit to jniles/bhima that referenced this issue Mar 16, 2017
This commit implements a custom filter parser method
`customMultiParameters` that maps a single filter query to multiple
parameters in the SQL statement.  This is used to achieve "credit_equiv
= ? OR debit_equiv = ?".  I've also added in the filter rendering for
project and amount.

Closes IMA-WorldHealth#1354.
jniles pushed a commit that referenced this issue Mar 16, 2017
This commit implements a custom filter parser method
`customMultiParameters` that maps a single filter query to multiple
parameters in the SQL statement.  This is used to achieve "credit_equiv
= ? OR debit_equiv = ?".  I've also added in the filter rendering for
project and amount.

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

No branches or pull requests

2 participants