InvenTree/InvenTree/build
2019-05-01 18:54:54 +10:00
..
migrations Require Build and StockItem to be unique_together in BuildItem class 2019-04-29 22:56:40 +10:00
templates/build Improve table formatting when no allocation items found 2019-05-01 18:54:54 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Register BuildItem in admin interface 2019-04-30 16:35:40 +10:00
api.py Override get_queryset for BuildItem API view 2019-04-29 23:45:05 +10:00
apps.py Added skeleton for 'build' app 2018-04-17 00:32:02 +10:00
forms.py Tweaks 2019-04-30 20:55:28 +10:00
models.py PEP fixes 2019-05-01 08:19:57 +10:00
serializers.py Pepe fixes 2019-04-30 00:18:58 +10:00
tests.py PEP fixes 2019-04-25 03:20:25 +10:00
urls.py Skeleton code for Build cancel() and complete() functions 2019-04-30 20:39:01 +10:00
views.py PEP fixes 2019-05-01 08:19:57 +10:00