InvenTree/InvenTree/part
Guusggg d8eefec065
Print multi part label (#1963)
* Added description as list for StockLocation

* Merge pull request #1874 from SchrodingersGat/docker-dev-fix

Copy static files when starting dev server

(cherry picked from commit 50eb70f538)

* Merge pull request #1877 from eeintech/fix_search_js

Fixed missing comma propagating to translated JS files

(cherry picked from commit 2009773d9d)

* Merge pull request #1890 from matmair/fix-for-1888

catch connection errors in exchange update

(cherry picked from commit db57e9516b)

* Merge pull request #1887 from matmair/settings-safety

settings fixes

(cherry picked from commit d154ca08ea)

* 0.4.2

* Merge pull request #1894 from SchrodingersGat/non-int-serial-fix

Fix for non-integer serial numbers

(cherry picked from commit 529742b520)

* 0.4.4

Bump release version

* Bump version number -> 0.4.5

* Added a simple menu item to print multiple part labels. This does not follow the style of the Stock label functions but it works!

* Revert "Added description as list for StockLocation"

This reverts commit f5178e9fc3.

* Added the right version number

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2021-08-17 12:42:40 +10:00
..
fixtures Update data for unit test fixtures 2021-06-22 13:24:03 +10:00
migrations Add migration file 2021-08-07 21:41:45 +10:00
templates Print multi part label (#1963) 2021-08-17 12:42:40 +10:00
templatetags PEP fixes 2021-08-15 12:06:31 +10:00
__init__.py Move SupplierPart and SupplierPriceBreak to the 'Company' app 2019-05-18 23:08:34 +10:00
admin.py Add some more inlines in the admin interface 2021-06-21 00:46:15 +10:00
api.py Check that supplier and manufacturer parts are created 2021-08-14 10:43:45 +10:00
apps.py Catch potential error updating image that does not exist... 2021-06-22 22:23:27 +10:00
bom.py Bug fix 2021-07-10 14:13:46 +10:00
forms.py Refactor MakeVariant form 2021-08-05 00:24:38 +10:00
models.py Add model validator to prevent illegal names for PartParameterTemplate 2021-08-07 21:23:52 +10:00
serializers.py New custom serializer for handling attachments 2021-08-15 22:43:52 +10:00
settings.py remofing setting 2021-05-24 00:18:04 +02:00
test_api.py Check that supplier and manufacturer parts are created 2021-08-14 10:43:45 +10:00
test_bom_export.py PEP fixes 2021-08-12 23:47:42 +10:00
test_bom_item.py Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
test_category.py Add manager class for StockItem 2021-07-21 09:28:58 +10:00
test_migrations.py removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
test_param.py Change some warnings to infos 2021-06-23 18:54:01 +10:00
test_part.py More unit test fixes 2021-08-05 00:58:07 +10:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
test_views.py Refactor MakeVariant form 2021-08-05 00:24:38 +10:00
urls.py Refactor MakeVariant form 2021-08-05 00:24:38 +10:00
views.py remove unused function 2021-08-05 00:25:47 +10:00