-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test alternative workstation #80
Conversation
Test for switching job cards will be added to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One query error came up when I had the feature turned off - see comments on workstation.py.
Updated query code as discussed (pops filters before running Also, looks like we have our first track overrides warning - should I update for that in this PR or do that separately? |
@HKuz Go ahead and evaluate the override warning. |
@agritheory all good - latest erpnext changes in the commit didn't touch the method we're overriding. I merged in v-14 and made the update. |
* test: add test for alternative workstation * feat: make alternative workstations configurable * fix: uncomment js code for testing * feat: search alternative workstation names * refactor: pop filters that cause error for Workstation * chore: update override commit hash --------- Co-authored-by: Heather Kusmierz <[email protected]>
* test: add test for alternative workstation * feat: make alternative workstations configurable * fix: uncomment js code for testing * feat: search alternative workstation names * refactor: pop filters that cause error for Workstation * chore: update override commit hash --------- Co-authored-by: Heather Kusmierz <[email protected]>
* test: add test for alternative workstation * feat: make alternative workstations configurable * fix: uncomment js code for testing * feat: search alternative workstation names * refactor: pop filters that cause error for Workstation * chore: update override commit hash --------- Co-authored-by: Heather Kusmierz <[email protected]>
* test: add test for alternative workstation * feat: make alternative workstations configurable * fix: uncomment js code for testing * feat: search alternative workstation names * refactor: pop filters that cause error for Workstation * chore: update override commit hash --------- Co-authored-by: Tyler Matteson <[email protected]> Co-authored-by: Heather Kusmierz <[email protected]> Co-authored-by: Rohan Bansal <[email protected]>
* wip: fix multi-company PO aggregation workflow frontend * wip: purchase receipt generation * test: test downstream effects of partial PO aggregation * ci: track overrides for purchase cycle (PO/PI/PR) (#89) * ci: track overrides for stock and manufacturing cycles (#90) Co-authored-by: Rohan Bansal <[email protected]> * Test alternative workstation (#80) * test: add test for alternative workstation * feat: make alternative workstations configurable * fix: uncomment js code for testing * feat: search alternative workstation names * refactor: pop filters that cause error for Workstation * chore: update override commit hash --------- Co-authored-by: Heather Kusmierz <[email protected]> * fix: rm unused variable * fix: frappe.boot.inventory_tools_settings * chore: track overrides --------- Co-authored-by: Heather Kusmierz <[email protected]> Co-authored-by: Rohan <[email protected]> Co-authored-by: Rohan Bansal <[email protected]> Co-authored-by: fproldan <[email protected]>
* feat: add inventory tools settings to boot (#81) * 14.6.0 Automatically generated by python-semantic-release * ci: track overrides for purchase cycle (PO/PI/PR) (#89) * ci: track overrides for stock and manufacturing cycles (#90) Co-authored-by: Rohan Bansal <[email protected]> * Test alternative workstation (#80) * test: add test for alternative workstation * feat: make alternative workstations configurable * fix: uncomment js code for testing * feat: search alternative workstation names * refactor: pop filters that cause error for Workstation * chore: update override commit hash --------- Co-authored-by: Heather Kusmierz <[email protected]> * wip: doctypes and vue setup * wip: specification upload initerface * wip: basic filters rendering + test setup * wip: faceted search - specification editing report * feat: add loader for specification and listview filters * wip: all-products + "Fruits" filter working * wip: set filter values in ranged filter * chore: remove commented import * wip: serialize dates as epoch time * wip: sort order * feat: facted search in listview also * feat: color picker also test fixtures fixes and csrf token fix (frappe.ready) * feat: color picker background, date bugfix * refactor: filters UX under all-product page * fix: field validations on specification attribute child * feat: collapsable filters for all-product page * docs: faceted search functionality * docs: fix images * refactor: documentation, filtering ux * docs: correction of documentation errors * fix: color picker deserialization * chore: add yarn.lock file * feat: add debounce, refactor to vue3 with build * feat: cleanup imports, mypy fixes * ci: install mypy and types non-interactive * ci: use python, bench is not installed * ci: pipe yes * ci: use --no-input instead og piping yes * feat: add inventory tools settings * feat: render in listview with style conflicts * docs: update docs * feat: allow user to bulk create specification values from specifications * fix: update specification value attribute(s) if user change specification attribute name(s) * chore: pre-commit * fix: listview filter logic * fix: faceted search various issues * fix: cleaner item attribute lookup * feat: allow edit and generate of specs from Item and Spec doctypes * test: wip tests todo: coallate most APIs into the 'update_linked_values' method * chore: rebase to version-15, fix tests * chore: black / prettier * ci: install mypy types non-interactive * ci: install webshop * ci: add payments * ci: install apps fixes, move test fixtures to separate job name * wip: faceted search fixes - styles - API / data creation - tests * feat: fix deleted value test wrong specification * fix: filter UX on specification dialog * chore: black * fix: bad hex code for color fixture * fix: reimplement convert_to_epoch function * fix: minor changes * feat: use composition API for Vue components * fix: upstream override commit hashes * feat: obey inventory tools settings visibility * fix: web api filters setting correctly * fix: reset list filters when faceted search filters are reset * fix: reset facet filters when list filters are reset * fix: sort order functionality --------- Co-authored-by: Heather Kusmierz <[email protected]> Co-authored-by: Rohan <[email protected]> Co-authored-by: Rohan Bansal <[email protected]> Co-authored-by: Rohan Bansal <[email protected]> Co-authored-by: Devarsh Bhatt <[email protected]>
#60