ArticleBarcodeLabel

Extends \Shopware\Components\Model\ModelEntity Implements \Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\BarcodeLabel, \Shopware\Plugins\ViisonPickwareERP\Components\BarcodeLabel\GroupableBarcodeLabel

A barcode label that identifies an article (variant), marked for printing.

ORM\Entity

(repositoryClass="Repository")

ORM\Table

(name="pickware_erp_article_detail_barcode_labels")

package

Default

Methods

BarcodeLabel constructor.

__construct(\Shopware\Models\Article\Detail $articleDetail, integer $quantity = 1) 

Arguments

$articleDetail

\Shopware\Models\Article\Detail

the article detail to print a barcode label for

$quantity

integer

the number of barcode labels to print

Adds the given quantity to the quantity of this label.

addQuantity(integer $quantity) 

Arguments

$quantity

integer

how many more barcode labels to print

Returns the date when this barcode label was marked for printing.

getAdded() : \DateTime

Response

\DateTime

when this barcode label was marked for printing

getArticleDetail

getArticleDetail() : \Shopware\Models\Article\Detail

Response

\Shopware\Models\Article\Detail

the article to print a barcode label for

getArticleDetailId

getArticleDetailId() : integer

Response

integer

The id of the barcode label

getId() : integer

Response

integer

Returns a unique identifier by which the labels should be grouped.

getIdentifier() : string
inheritdoc

Response

string

Returns the quantity in which the barcode label will be printed.

getQuantity() : integer

Response

integer

how many barcode labels to print

setAdded

setAdded(\DateTime $added) 

Arguments

$added

\DateTime

when this barcode label was marked for printing

setArticleDetail

setArticleDetail(\Shopware\Models\Article\Detail $articleDetail) 

Arguments

$articleDetail

\Shopware\Models\Article\Detail

the article to print a barcode label for

Sets the quantity in which the barcode label will be printed.

setQuantity(integer $quantity) 

Arguments

$quantity

integer

how many barcode labels to print