InvenTree/InvenTree/order
Oliver c0148c0a38
Ensure an error gets logged when a delivery method fails (#3144)
* Ensure an error gets logged when a delivery method fails

- Refactor existing code to log a custom error to the database
- Limit error notifications to UI

* Adjust unit test

* Clear existing notifications before run

* Add some debug to work out what is going on

* Accommodate extra notification
2022-06-07 08:58:00 +10:00
..
fixtures Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
migrations Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
templates/order Fix behaviour of attachment table for purchase orders (#3127) 2022-06-04 09:11:30 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
api.py Adds API mixin for "bulk delete" (#3146) 2022-06-07 07:25:12 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
forms.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Ensure an error gets logged when a delivery method fails (#3144) 2022-06-07 08:58:00 +10:00
serializers.py Add new global setting to control auto-upload of test reports (#3137) 2022-06-06 15:20:41 +10:00
tasks.py Overdue order notification (#3114) 2022-06-06 19:12:29 +10:00
test_api.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_sales_order.py Notification on new orders (#3145) 2022-06-07 08:11:11 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Notification on new orders (#3145) 2022-06-07 08:11:11 +10:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00