Add quantity field to item table
Allow to keep track of batches of small parts.
Showing
- app/inventory/forms.py 3 additions, 1 deletionapp/inventory/forms.py
- app/inventory/views.py 4 additions, 0 deletionsapp/inventory/views.py
- app/models.py 2 additions, 0 deletionsapp/models.py
- app/static/js/items.js 2 additions, 2 deletionsapp/static/js/items.js
- app/templates/inventory/create_item.html 1 addition, 0 deletionsapp/templates/inventory/create_item.html
- app/templates/inventory/edit_item.html 1 addition, 0 deletionsapp/templates/inventory/edit_item.html
- app/templates/inventory/items.html 1 addition, 0 deletionsapp/templates/inventory/items.html
- app/templates/inventory/view_item.html 4 additions, 0 deletionsapp/templates/inventory/view_item.html
- tests/functional/test_web.py 1 addition, 1 deletiontests/functional/test_web.py
Loading
Please register or sign in to comment