InvenTree/InvenTree/company
Oliver Walters cd50428685 Adds "contact" to ReturnOrder
- Implement check to ensure that the selected "contact" matches the selected "company"
2023-03-15 00:35:37 +11:00
..
fixtures Improvements for part creation API endpoint (#4281) 2023-02-02 09:24:16 +11:00
migrations Pricing bug fix (#4422) 2023-02-26 16:36:11 +11:00
templates/company Add "return orders" list to company detail page 2023-03-14 23:25:31 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
api.py URL cleanup 2023-03-14 23:10:02 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Adds "contact" to ReturnOrder 2023-03-15 00:35:37 +11:00
serializers.py Add ContactList and ContactDetail API endpoints 2023-03-14 19:40:20 +11:00
test_api.py Unit test speed improvements (#4463) 2023-03-08 15:22:08 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Unit test speed improvements (#4463) 2023-03-08 15:22:08 +11:00
urls.py URL cleanup 2023-03-14 23:10:02 +11:00
views.py Client side QR Codes (#4357) 2023-02-17 13:33:36 +11:00