InvenTree/InvenTree/stock
2021-11-03 07:41:47 +11:00
..
fixtures Add unit test for catching bug 2021-08-25 14:48:45 +10:00
migrations Add "scheduled_for_deletion" field to StockItem 2021-09-07 16:28:57 +10:00
templates/stock Stock item duplication now works with the API forms 2021-11-03 07:28:21 +11:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add some more inlines in the admin interface 2021-06-21 00:46:15 +10:00
api.py Correctly serialize stock when creating via the API 2021-11-03 07:41:47 +11:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py cut out the fat 2021-10-17 21:46:33 +11:00
models.py Added post_delete hook to StockItem 2021-11-01 08:25:59 +05:30
serializers.py Fix for supplier price breaks 2021-10-26 01:55:41 +11:00
tasks.py Unit test fixes 2021-09-07 17:36:53 +10:00
test_api.py Fixes for unit tests 2021-10-06 08:56:24 +11:00
test_views.py Create new stock location via API forms 2021-11-02 20:04:54 +11:00
tests.py Unit test fixes 2021-09-07 22:27:39 +10:00
urls.py Create new stock location via API forms 2021-11-02 20:04:54 +11:00
views.py Create new stock location via API forms 2021-11-02 20:04:54 +11:00