mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 11:13:17 +00:00
Improve Sales Order UX: Stock Location, Customer Filtering & Enhanced List View (#756)
* feat(sales-order): Improve UX with location display, customer filtering, and enhanced list - Show stock location when selecting items to allocate in sales orders - Filter inactive customers from customer selection dropdown - Display customer name and order total in sales order list view These changes improve the day-to-day usability for warehouse and field staff by providing more context in key workflows without requiring extra navigation. * Format code
This commit is contained in:
parent
97e4c98e46
commit
772c88170e
4 changed files with 12 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ class InvenTreeSalesOrder extends InvenTreeOrder {
|
|||
Map<String, Map<String, dynamic>> fields = {
|
||||
"reference": {},
|
||||
"customer": {
|
||||
"filters": {"is_customer": true},
|
||||
"filters": {"is_customer": true, "active": true},
|
||||
},
|
||||
"customer_reference": {},
|
||||
"description": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue