InvenTree/InvenTree/order
Lavissa 0196dd2f60
[PUI/Feature] Integrate Part "Default Location" into UX (#5972)
* Add default parts to location page

* Fix name strings

* Add Stock Transfer modal

* Add ApiForm Table field

* temp

* Add stock transfer form to part, stock item and location

* All stock operations for Item, Part, and Location added (except order new)

* Add default_location category traversal, and initial PO Line Item Receive form

* .

* Remove debug values

* Added PO line receive form

* Add functionality to PO receive extra fields

* .

* Forgot to bump API version

* Add Category Default to details panel

* Fix stockItem query count

* Fix reviewed issues

* .

* .

* .

* Prevent root category from checking parent for default location
2024-03-15 12:06:18 +11:00
..
fixtures Add Metadata to more models (#4898) 2023-06-02 19:26:20 +10:00
migrations Update django money / py-moneyed dependencies (#5778) 2023-10-31 22:19:55 +11:00
templates/order Build order improvements (#6343) 2024-01-29 10:56:34 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Import Fix (#6274) 2024-01-18 17:25:25 +11:00
api.py Added various PO fixes (#6483) 2024-02-21 09:03:32 +11:00
apps.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
forms.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
models.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
serializers.py [PUI/Feature] Integrate Part "Default Location" into UX (#5972) 2024-03-15 12:06:18 +11:00
tasks.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_api.py Added various PO fixes (#6483) 2024-02-21 09:03:32 +11:00
test_migrations.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
test_sales_order.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_views.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
tests.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
validators.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00