InvenTree/InvenTree/stock
Oliver Walters 1d36ea3e2e Add a 'full_name' field for Part
- Combines IPN | Name | Variant
- Use this to display in most views
2019-05-12 12:16:04 +10:00
..
fixtures Add tests for default location traversal 2019-05-04 23:20:59 +10:00
migrations Auto delete stock items when they are depleted 2019-05-09 23:01:32 +10:00
templates/stock Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Remove 'simple-history' 2019-04-18 21:28:09 +10:00
api.py Make the 'quantity' field optional in the stock move API 2019-05-11 09:02:30 +10:00
apps.py Added stock page 2017-03-27 21:05:19 +11:00
forms.py Add ability to edit 'delete_on_deplete' field 2019-05-09 23:06:19 +10:00
models.py Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
serializers.py Add a 'full_name' field for Part 2019-05-12 12:16:04 +10:00
test_api.py PEP fixes 2019-04-27 15:25:40 +10:00
tests.py Tests for stock app 2019-04-25 17:30:44 +10:00
urls.py QR code improvements 2019-05-04 18:46:57 +10:00
views.py Hide supplier_part field if the part cannot be purchased 2019-05-09 18:43:22 +10:00