InvenTree/InvenTree
Oliver 258957c14c
SupplierPart availability (#3148)
* Adds new fields to the SupplierPart model:

- available
- availability_updated

* Allow availability_updated field to be blank

* Revert "Remove stat context variables"

This reverts commit 0989c308d0.

* Increment API version

* Adds availability information to the SupplierPart API serializer

- If the 'available' field is updated, the current date is added to the availability_updated field

* Add 'available' field to SupplierPart table

* More JS refactoring

* Add unit testing for specifying availability via the API

* Display availability data on the SupplierPart detail page

* Add ability to set 'available' quantity from the SupplierPart detail page

* Revert "Revert "Remove stat context variables""

This reverts commit 3f98037f79.
2022-06-08 21:49:07 +10:00
..
build Allow build orders to be deleted via the API (#3155) 2022-06-08 07:45:42 +10:00
common Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
company SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
InvenTree SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
label Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
locale L10 crowdin (#3158) 2022-06-08 08:51:56 +10:00
order Ensure an error gets logged when a delivery method fails (#3144) 2022-06-07 08:58:00 +10:00
part Ensure an error gets logged when a delivery method fails (#3144) 2022-06-07 08:58:00 +10:00
plugin Ensure an error gets logged when a delivery method fails (#3144) 2022-06-07 08:58:00 +10:00
plugins Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
report Add new global setting to control auto-upload of test reports (#3137) 2022-06-06 15:20:41 +10:00
script Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
stock Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
templates SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
users Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
config_template.yaml fix trailing 2022-05-20 13:20:55 +02:00
gunicorn.conf.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
manage.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00