ORM\Entity |
(repositoryClass="Repository") |
---|---|
ORM\Table |
(name="pickware_erp_bin_location_barcode_labels") |
package |
Default |
__construct(\Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation $binLocation, integer $quantity = 1)
\Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation
the bin location to print a barcode label for
integer
how many labels to print
addQuantity(integer $quantity)
integer
how many more barcode labels to print
getAdded() : \DateTime
\DateTime
when this barcode label was marked for printing
getBinLocation() : \Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation
\Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation
the bin location to print a barcode label for
getId() : integer
integer
getQuantity() : integer
integer
how many barcode labels to print
setAdded(\DateTime $added)
\DateTime
when this barcode label was marked for printing
setBinLocation(\Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation $binLocation)
\Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation
the bin location to print a barcode label for
setQuantity(integer $quantity)
integer
how many barcode labels to print