QRCode
| ๐ Overview: 1 Constructor | 5 Functions | 2 Getters |
๐ Last updated: 2025-12-10T11:45:24.030Z
๐ Table of Contents
- ๐๏ธ Constructor (2 params)
- โ๏ธ Functions
- Regular Functions
- fillBoxLabelsQR (1 param)
- fillPalletQR (1 param)
- fillPrinterQR (1 param)
- getJson โ
Text - generate โ
Picture
- Computed Attributes (Getters/Setters/Query/OrderBy)
- BarcodeType ๐ โ
Text - PrimaryKey ๐ โ
Integer
- BarcodeType ๐ โ
- Regular Functions
Constructor
constructor
[๐๏ธ constructor]
Class constructor($BarcodeType : Text; $PrimaryKey : Integer)
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$BarcodeType | Text | - | - |
$PrimaryKey | Integer | - | - |
Functions
Regular Functions
fillBoxLabelsQR
Function fillBoxLabelsQR($BoxLabelID : Integer)
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$BoxLabelID | Integer | - | - |
fillPalletQR
Function fillPalletQR($PalletID : Integer)
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$PalletID | Integer | - | - |
fillPrinterQR
Function fillPrinterQR($PrinterID : Integer)
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$PrinterID | Integer | - | - |
getJson
Function getJson -> Text
Returns: Text
generate
Function generate -> Picture
Returns: Picture
Computed Attributes (Getters/Setters/Query/OrderBy)
BarcodeType
[๐ get only]
Function get BarcodeType -> Text
Returns: Text
PrimaryKey
[๐ get only]
Function get PrimaryKey -> Integer
Returns: Integer
Generated from QRCode.4dm