InvenTree/InvenTree/stock
Oliver ae7cde7547
Merge pull request #2281 from SchrodingersGat/stock-sort
Adds "stock" column sorting for stock table
2021-11-10 12:20:07 +11:00
..
fixtures Add unit test for catching bug 2021-08-25 14:48:45 +10:00
migrations Remove debug messages 2021-11-10 11:30:11 +11:00
templates/stock Fix missing actions for stock item 2021-11-08 14:47:14 +11:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Exclude 'serial_int' when exporting stock data 2021-11-10 11:37:30 +11:00
api.py Adjust ordering sequence for StockItem 2021-11-10 11:00:43 +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 Fix for saving stock item objects 2021-11-10 11:22:58 +11:00
serializers.py style fixes 2021-11-03 11:33:44 +11:00
tasks.py Unit test fixes 2021-09-07 17:36:53 +10:00
test_api.py Fixes for stock api unit tests 2021-11-05 00:27:26 +11:00
test_views.py More linting 2021-11-05 00:35:47 +11:00
tests.py Unit test fixes 2021-09-07 22:27:39 +10:00
urls.py Fixes for stock api unit tests 2021-11-05 00:27:26 +11:00
views.py Improve options for installing a part into another part 2021-11-10 11:11:52 +11:00