InvenTree/InvenTree/stock
2020-04-25 23:24:00 +10:00
..
fixtures Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
migrations Create "SalesOrderAllocation" object 2020-04-22 12:12:48 +10:00
templates/stock Mark a SalesOrder as "shipped" 2020-04-25 08:46:28 +10:00
__init__.py PEP fixes 2020-04-22 13:21:45 +10:00
admin.py Add custom migration 2020-02-17 22:11:44 +11:00
api.py Mark a SalesOrder as "shipped" 2020-04-25 08:46:28 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Rename "URL" to "link" for StockItem and StockItemTracking models 2020-04-06 10:43:06 +10:00
models.py PEP and unit testing fixes 2020-04-25 23:24:00 +10:00
serializers.py Add verbose names for multiple Build model fields 2020-04-25 23:17:07 +10:00
test_api.py Fixes for Stocktransfer API endpoint 2020-04-10 01:01:39 +10:00
test_views.py PEP 2019-08-30 00:15:16 +10:00
tests.py remove failing test 2020-02-18 23:59:37 +11:00
urls.py Display table of StockItems which have been split from the current item 2020-02-17 22:37:55 +11:00
views.py Form for shipping a SalesOrder 2020-04-24 10:20:56 +10:00