* Add setting to control if part requirements are shown
* Split settings for Part and Stock
* Fetch part requirements information
* Add "building" indicator
* Show order allocation progress for part requirements
* Bump release notes
* Remove unused import
* 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
* Bug fix for API forms without URL
- Ensure submitted data is returned
* Translate search fields
* Update release notes
* Remove debug message
* dart format
* New translations app_en.arb (Hungarian)
* New translations app_en.arb (Hungarian)
* New translations app_en.arb (Dutch)
* New translations app_en.arb (Dutch)
* New translations app_en.arb (Swedish)
* New translations app_en.arb (Ukrainian)
* New translations app_en.arb (Ukrainian)
* New translations app_en.arb (German)
* New translations app_en.arb (Turkish)
* New translations app_en.arb (Italian)
* New translations app_en.arb (Turkish)
* New translations app_en.arb (Turkish)
* New translations app_en.arb (Romanian)
* refactor attachment code into its own file
* Add getters
* Remove custom models for each type of attachment
* Refactor existing widgets
* Fix double camera open bug
* Add check for modern parameter API
* Add generic parameter type
* Remove old code
* Remove dead code
* Refactor previous widget
* Remove unused imports
* Refactor common code
* format
* Update release notes
* Helper func to render parameters list tile
* Display parameters on part page
* parameters for company
* Supplier more model types:
- ManufacturerPart
- SupplierPart
- PurchaseOrder
- SalesOrder
* dart format
* Fix image prefix
* Remove unused import
* Adjust API version
* refactor attachment code into its own file
* Add getters
* Remove custom models for each type of attachment
* Refactor existing widgets
* Fix double camera open bug
* Remove dead code
* Remove unused imports
* Refactor common code
* format
* Update release notes
* Basic widget
* Redirect label printing action
* Refactor label printing code
* Construct form elements
* Refactor to allow re-use of forms
* Basic rendering of label printing form
* Remove dead code
* Pass custom handler through to form context
* Refactoring API forms:
- Allow custom pk field name
- Add callback when values change
* linting
* Dynamically rebuild form
* Handle nested fields
* Handle label printing status
* Run dart format
* Update release notes
* Remove unused var
* Enable close icon
* Handle initial plugin default value
* Store default values:
- Selected template (per label type)
- Selected printing plugin
* Dart format
* Fix dart linting
* use setter
* Just use a public field
* New translations app_en.arb (German)
* New translations app_en.arb (German)
* New translations app_en.arb (Romanian)
* New translations app_en.arb (Italian)
* New translations app_en.arb (Swedish)
* Fix async loading of parent part
- Don't block render while fetching data
* Display default location on part detail page
* Use pathstring instead of name
* Update release notes
* Display in stock detail too
* dart format
* New translations app_en.arb (Ukrainian)
* New translations app_en.arb (Swedish)
* New translations app_en.arb (Swedish)
* New translations app_en.arb (Romanian)
* New translations app_en.arb (Romanian)
* New translations app_en.arb (Romanian)
* New translations app_en.arb (Turkish)
* New translations app_en.arb (German)
* Add detail widget for SalesOrderShipment
* Support editing of shipment details
* Rearrange SalesOrderDetail page
* Add support for attachments against shipment model
* refactoring
* Add shipment details page
* Add user actions for shipments:
- Check / uncheck
- Take photo
* Placeholder action to send shipment
* Send shipment from app
* Display pending shipments on the home screen
* Improve rending for shipments list
* Add class definition for SalesOrderAllocation
* Display list of items allocated against SalesOrderShipment
* Bump release notse
* Click through to stock item
* Bump version number
* dart format
* cleanup
* Remove unused imports
* New translations app_en.arb (Russian)
* New translations app_en.arb (Ukrainian)
* New translations app_en.arb (Indonesian)
* New translations app_en.arb (Vietnamese)
* Re-order barcode scanning priority
- Closes https://github.com/inventree/inventree-app/issues/692
* dart format
* Try with removed line
* Try without pythonscript
* just pub get
* try with fvm
* Remove fvm
* set working dir
* try just pub get
* Install python first
* Updates
* Use fvm
* Adjust CI