inventree / InvenTree

Open Source Inventory Management System
https://docs.inventree.org
MIT License
4.07k stars 727 forks source link

[FR] filter selectable entries in order view #4934

Closed T0jan closed 1 year ago

T0jan commented 1 year ago

Please verify that this feature request has NOT been suggested before.

Problem statement

Hi again,

when ordering a part one has to select a fitting a supplier part and purchase order. Neither of both selections are pre-filtered by the selection done before, resulting in an undescriptive error message Form error exists in case a purchase order of a supplier is selected which is not matching the suppliers part supplier.

Suggested solution

It would be nice if after each of the two items is selected, the other one would be filtered to match the selected supplier. So if you use a supplier part, only these purchase orders can be selected, which have the same supplier or if you selected a purchase order to make only the fitting supplier parts available.

Describe alternatives you've considered

A more descriptive error message which actually says that the part does not matches the order would probably a small fast fix. but wont improve usability as much as the automatic filtering.

Examples of other systems

No response

Do you want to develop this?

SchrodingersGat commented 1 year ago

Should be achievable with the current reactive forms architecture :)

github-actions[bot] commented 1 year ago

This issue seems stale. Please react to show this is still important.

T0jan commented 1 year ago

@SchrodingersGat could you reopen this, as it is still not done?