InvenTree/docs/docs
Oliver 2fe0eefa8f
Adds "active" field for Company model (#7024)
* Add "active" field to Company model

* Expose 'active' parameter to API

* Fix default value

* Add 'active' column to PUI

* Update PUI table

* Update company detail pages

* Update API filters for SupplierPart and ManufacturerPart

* Bump API version

* Update order forms

* Add edit action to SalesOrderDetail page

* Enable editing of ReturnOrder

* Typo fix

* Adds explicit "active" field to SupplierPart model

* More updates

- Add "inactive" badge to SupplierPart page
- Update SupplierPartTable
- Update backend API fields

* Update ReturnOrderTable

- Also some refactoring

* Impove usePurchaseOrderLineItemFields hook

* Cleanup

* Implement duplicate action for SupplierPart

* Fix for ApiForm

- Only override initialValues for specified fields

* Allow edit and duplicate of StockItem

* Fix for ApiForm

- Default values were overriding initial data

* Add duplicate part option

* Cleanup ApiForm

- Cache props.fields

* Fix unused import

* More fixes

* Add unit tests

* Allow ordering company by 'active' status

* Update docs

* Merge migrations

* Fix for serializers.py

* Force new form value

* Remove debug call

* Further unit test fixes

* Update default CSRF_TRUSTED_ORIGINS values

* Reduce debug output
2024-04-20 23:18:25 +10:00
..
api Render API docs (#6463) 2024-03-02 11:28:37 +11:00
app Sales order barcode allocate (#6072) 2023-12-14 11:13:50 +11:00
assets Adds "active" field for Company model (#7024) 2024-04-20 23:18:25 +10:00
barcodes Add basic support for scanning vendor barcodes (#5509) 2023-10-19 23:28:21 +11:00
build Version bump (#5740) 2023-10-18 07:27:28 +11:00
concepts Feet and inches (#6674) 2024-03-12 03:04:10 +00:00
develop Update broken links (#7019) 2024-04-17 19:42:59 +10:00
extend Update broken links (#7019) 2024-04-17 19:42:59 +10:00
javascripts Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
order Adds "active" field for Company model (#7024) 2024-04-20 23:18:25 +10:00
part Render API docs (#6463) 2024-03-02 11:28:37 +11:00
releases Render API docs (#6463) 2024-03-02 11:28:37 +11:00
report Update broken links (#7019) 2024-04-17 19:42:59 +10:00
settings SSO config docs (#6297) 2024-01-20 15:31:17 +11:00
start Update docker_install.md (#7062) 2024-04-18 09:07:34 +10:00
stock Render API docs (#6463) 2024-03-02 11:28:37 +11:00
stylesheets Render API docs (#6463) 2024-03-02 11:28:37 +11:00
webfonts Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
__init__.py Fixes for docs building (#4659) 2023-04-22 23:35:25 +10:00
credits.md Remove support for django-debug-toolbar (#6196) 2024-01-11 07:18:20 +11:00
demo.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
faq.md Devcontainer postgresql (#6590) 2024-02-28 15:04:14 +11:00
features.md Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
hooks.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
index.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
privacy.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
security.md Document security measures (#6812) 2024-03-25 09:12:49 +11:00