InvenTree/InvenTree
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
..
barcodes removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
build Refactor BuildAttachment model 2021-08-16 10:49:31 +10:00
common PEP fixes 2021-08-15 12:06:31 +10:00
company Only connect ManufacturerPart if a. it exists b. SupplierPart is not yet connected 2021-08-11 17:08:46 -04:00
img_source
InvenTree Updates for InvenTree serializer classes 2021-08-16 10:41:26 +10:00
label Add inline option for reports, too 2021-08-07 22:28:48 +10:00
locale L10 (#1924) 2021-08-09 09:44:32 +10:00
order SalesOrderAttachment and PurchaseOrderAttachment 2021-08-16 10:53:28 +10:00
part Print multi part label (#1963) 2021-08-17 12:42:40 +10:00
plugins removes all lines consisting only of spaces 2021-05-06 12:11:38 +02:00
report Remove reliance on hard-coded PK values 2021-08-12 15:14:13 +10:00
script script to save the locale stats 2021-08-05 00:44:02 +02:00
stock StockItemAttachment 2021-08-16 10:56:00 +10:00
templates Print multi part label (#1963) 2021-08-17 12:42:40 +10:00
users ruleset 2021-07-22 23:39:36 +02:00
config_template.yaml Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-06-18 23:10:59 +02:00
gunicorn.conf.py PEP fix 2020-12-14 10:44:38 +11:00
manage.py