mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Added possibility to generate labels for storelocations.
This commit is contained in:
parent
9a9cd8e887
commit
bd6a0de0a2
12 changed files with 126 additions and 4 deletions
|
@ -29,7 +29,7 @@ use Symfony\Component\Validator\Constraints as Assert;
|
|||
class LabelOptions
|
||||
{
|
||||
public const BARCODE_TYPES = ['none', /*'ean8',*/ 'qr', 'code39', 'datamatrix', 'code93', 'code128'];
|
||||
public const SUPPORTED_ELEMENTS = ['part', 'part_lot'];
|
||||
public const SUPPORTED_ELEMENTS = ['part', 'part_lot', 'storelocation'];
|
||||
public const PICTURE_TYPES = ['none', 'element_picture', 'main_attachment'];
|
||||
|
||||
public const LINES_MODES = ['html', 'twig'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue