-
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
bug: Stock Movements cannot filter by input/output #2072
Labels
Comments
jniles
added a commit
to jniles/bhima
that referenced
this issue
Sep 2, 2017
This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes Third-Culture-Software#2073. Closes Third-Culture-Software#2072.
jniles
added a commit
to jniles/bhima
that referenced
this issue
Sep 2, 2017
This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes Third-Culture-Software#2073. Closes Third-Culture-Software#2072.
jniles
added a commit
to jniles/bhima
that referenced
this issue
Sep 2, 2017
This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes Third-Culture-Software#2073. Closes Third-Culture-Software#2072.
jniles
added a commit
to jniles/bhima
that referenced
this issue
Sep 2, 2017
This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes Third-Culture-Software#2073. Closes Third-Culture-Software#2072.
jniles
added a commit
to jniles/bhima
that referenced
this issue
Sep 2, 2017
This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes Third-Culture-Software#2073. Closes Third-Culture-Software#2072.
jniles
added a commit
to jniles/bhima
that referenced
this issue
Sep 4, 2017
This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes Third-Culture-Software#2073. Closes Third-Culture-Software#2072.
bors bot
added a commit
that referenced
this issue
Sep 4, 2017
2074: fix(stock): improve movements registry r=DedrickEnc a=jniles This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes #2073. Closes #2072. ---
bors bot
added a commit
that referenced
this issue
Sep 5, 2017
2074: fix(stock): improve movements registry r=jniles a=jniles This commit fixes a number of bugs on the movements registry. 1. The input/output search parameter now actually filters correctly. 2. The "reason" ui-select actually filters the registry. 3. The "actions" column does not present a dropdown on header rows. 4. The date and unit cost columns sort properly. 5. The grid footer no longer gives untranslated english text in the footer. It also improves the performance of the registry by pre-computing costs in the same way that it pre-computes the flux mappings. Closes #2073. Closes #2072. ---
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Stock Movements registry does not filter by input/output. Even though it lists the radio buttons to do so, the "output" selection does not work. Selecting either "input" or "output" will filter the registry so that only input records are displayed.
The text was updated successfully, but these errors were encountered: