InvenTree/InvenTree/stock
Oliver Walters b351976ae9 Mark a SalesOrder as "shipped"
- Option to hide non-stock items from stock list
- Update models with new feature
2020-04-25 08:46:28 +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 Mark a SalesOrder as "shipped" 2020-04-25 08:46:28 +10:00
serializers.py StockItem serializer now includes the allocated quantity 2020-04-22 15:24:11 +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