mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Added support for Code128 barcode.
This commit is contained in:
parent
c58b36e9c5
commit
f64910374f
5 changed files with 14 additions and 5 deletions
|
@ -28,7 +28,7 @@ use Symfony\Component\Validator\Constraints as Assert;
|
|||
*/
|
||||
class LabelOptions
|
||||
{
|
||||
public const BARCODE_TYPES = ['none', /*'ean8',*/ 'qr', 'code39', 'datamatrix', 'code93'];
|
||||
public const BARCODE_TYPES = ['none', /*'ean8',*/ 'qr', 'code39', 'datamatrix', 'code93', 'code128'];
|
||||
public const SUPPORTED_ELEMENTS = ['part', 'part_lot'];
|
||||
public const PICTURE_TYPES = ['none', 'element_picture', 'main_attachment'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue