Product

Aggrosoft\WAWIBundle\Entity\Product
134
Columns
56
Relations
309
Properties

Relationships

Click entity to navigate
erDiagram
    Product {
                string id PK
                string foreignId
                string foreignParentId
                string title
                string productFullTitle
                string additionalTitle
                        ___ ___more___
            }
                Product }o--|| Product : "parent"
        Product {
        int id PK
    }
                Product ||--o{ Product : "children"
        Product {
        int id PK
    }
                Product ||--o{ ProductMetaField : "metafields"
        ProductMetaField {
        int id PK
    }
                Product ||--o{ ProductPicture : "pictures"
        ProductPicture {
        int id PK
    }
                Product ||--o{ ProductMedia : "mediafiles"
        ProductMedia {
        int id PK
    }
                Product ||--o{ AttributeValue : "attributevalues"
        AttributeValue {
        int id PK
    }
                Product ||--o{ VendorProduct : "vendorProducts"
        VendorProduct {
        int id PK
    }
                Product }o--o{ WarehouseStorageLocation : "fixStorageLocations"
        WarehouseStorageLocation {
        int id PK
    }
                Product }o--|| Vendor : "vendor"
        Vendor {
        int id PK
    }
                Product }o--|| Manufacturer : "manufacturer"
        Manufacturer {
        int id PK
    }
                Product }o--|| Customer : "marketplaceCustomer"
        Customer {
        int id PK
    }
                Product }o--|| CommissionContract : "commissionContract"
        CommissionContract {
        int id PK
    }
                Product }o--|| Customer : "serviceCustomer"
        Customer {
        int id PK
    }
                Product }o--|| Tax : "tax"
        Tax {
        int id PK
    }
                Product ||--o{ ProductCountryTax : "countryTaxes"
        ProductCountryTax {
        int id PK
    }
                Product }o--|| Country : "countryOfOrigin"
        Country {
        int id PK
    }
                Product }o--o{ Client : "clients"
        Client {
        int id PK
    }
                Product }o--o{ Category : "categories"
        Category {
        int id PK
    }
                Product }o--o{ Category : "cachedRootCategories"
        Category {
        int id PK
    }
                Product }o--o{ ObjectGroup : "groups"
        ObjectGroup {
        int id PK
    }
                Product }o--o{ ObjectPool : "pools"
        ObjectPool {
        int id PK
    }
                Product }o--o{ Product : "crosssellings"
        Product {
        int id PK
    }
                Product }o--o{ Product : "inversedCrosssellings"
        Product {
        int id PK
    }
                Product }o--o{ Report : "reports"
        Report {
        int id PK
    }
                Product }o--|| Category : "mainCategory"
        Category {
        int id PK
    }
                Product }o--o{ ProductOption : "options"
        ProductOption {
        int id PK
    }
                Product }o--o{ Attribute : "attributes"
        Attribute {
        int id PK
    }
                Product ||--o{ ProductAccessory : "accessories"
        ProductAccessory {
        int id PK
    }
                Product ||--o{ ProductMaterial : "materials"
        ProductMaterial {
        int id PK
    }
                Product ||--o{ ProductOptionMaterialQuantity : "optionmaterialsquantities"
        ProductOptionMaterialQuantity {
        int id PK
    }
                Product ||--o{ ScalePrice : "scalePrices"
        ScalePrice {
        int id PK
    }
                Product ||--o{ ProductSerialNumber : "serialNumbers"
        ProductSerialNumber {
        int id PK
    }
                Product ||--o{ ProductPrice : "prices"
        ProductPrice {
        int id PK
    }
                Product ||--o{ ProductStock : "stocks"
        ProductStock {
        int id PK
    }
                Product ||--o{ ProductStockCondition : "stockConditions"
        ProductStockCondition {
        int id PK
    }
                Product ||--o{ ProductSaleCondition : "saleConditions"
        ProductSaleCondition {
        int id PK
    }
                Product ||--o{ ProductCustomerCondition : "customerConditions"
        ProductCustomerCondition {
        int id PK
    }
                Product ||--o{ ProductStatistics : "statistics"
        ProductStatistics {
        int id PK
    }
                Product }o--o{ CustomerGroup : "customergroups"
        CustomerGroup {
        int id PK
    }
                Product }o--o{ User : "excludedUsers"
        User {
        int id PK
    }
                Product }o--o{ VoucherSerie : "voucherseries"
        VoucherSerie {
        int id PK
    }
                Product }o--o{ Discount : "discounts"
        Discount {
        int id PK
    }
                Product }o--o{ SalesChannel : "saleschannels"
        SalesChannel {
        int id PK
    }
                Product }o--|| ProductIndex : "productIndex"
        ProductIndex {
        int id PK
    }
                Product }o--o{ ShippingCost : "shippingcosts"
        ShippingCost {
        int id PK
    }
                Product }o--o{ Shipping : "shippings"
        Shipping {
        int id PK
    }
                Product }o--o{ ShippingCost : "excludedshippingcosts"
        ShippingCost {
        int id PK
    }
                Product }o--o{ Shipping : "excludedshippings"
        Shipping {
        int id PK
    }
                Product }o--o{ ShippingPackage : "shippingpackages"
        ShippingPackage {
        int id PK
    }
                Product }o--o{ ShippingPackage : "excludedshippingpackages"
        ShippingPackage {
        int id PK
    }
                Product }o--|| Client : "mainClient"
        Client {
        int id PK
    }
                Product }o--|| User : "createdByUser"
        User {
        int id PK
    }
                Product }o--|| EntityStatus : "status"
        EntityStatus {
        int id PK
    }
                Product ||--o{ ProductComment : "productComments"
        ProductComment {
        int id PK
    }
                Product }o--|| ProductOption : "variantProductOption"
        ProductOption {
        int id PK
    }
                Product }o--|| ProductOptionField : "variantProductOptionField"
        ProductOptionField {
        int id PK
    }
                    

Metadaten

Tabelle product
Bundle WAWIBundle
Repository Aggrosoft\WAWIBundle\Entity\Repository\ProductRepository
Interfaces
IUpload IMultiClientable IMainClientable IMetaExtendable Translatable IUpdateTimeTrackable IPrototype IHasLanguage IReportable IGroupable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
foreignId foreign_id string(36)
{{ entity.foreignId }}
foreignParentId foreign_parent_id string(36)
{{ entity.foreignParentId }}
title title string(255)
{{ entity.title }}
productFullTitle productFullTitle string(255)
{{ entity.productFullTitle }}
additionalTitle additionalTitle string(255)
{{ entity.additionalTitle }}
active active boolean
{{ entity.active }}
activeFrom activeFrom datetime
{{ entity.activeFrom }}
activeTo activeTo datetime
{{ entity.activeTo }}
created created datetime
{{ entity.created }}
sort sort integer(11)
{{ entity.sort }}
description description text
{{ entity.description }}
longdescription longdescription text
{{ entity.longdescription }}
sizetable sizetable text
{{ entity.sizetable }}
additinfo additinfo text
{{ entity.additinfo }}
sku sku string(255)
{{ entity.sku }}
price price decimal(11,4)
{{ entity.price }}
priceInDefaultCurrency priceInDefaultCurrency decimal(11,4)
{{ entity.priceInDefaultCurrency }}
uvp uvp decimal(11,2)
{{ entity.uvp }}
stock stock decimal
{{ entity.stock }}
negativeStock negativeStock decimal
{{ entity.negativeStock }}
minimumStock minimumStock decimal
{{ entity.minimumStock }}
maximumStock maximumStock decimal
{{ entity.maximumStock }}
reservedStock reservedStock decimal
{{ entity.reservedStock }}
customReservedStock customReservedStock decimal
{{ entity.customReservedStock }}
internalReservedStock internalReservedStock decimal
{{ entity.internalReservedStock }}
customSalesChannelStock customSalesChannelStock text
{{ entity.customSalesChannelStock }}
orderedStock orderedStock decimal
{{ entity.orderedStock }}
orderedClientStock orderedClientStock decimal
{{ entity.orderedClientStock }}
stockBuffer stockBuffer decimal
{{ entity.stockBuffer }}
stockBufferFormula stockBufferFormula text
{{ entity.stockBufferFormula }}
bookingQuantity bookingQuantity decimal
{{ entity.bookingQuantity }}
useStock useStock boolean
{{ entity.useStock }}
searchkeys searchkeys text
{{ entity.searchkeys }}
tags tags string(255)
{{ entity.tags }}
ean ean string(255)
{{ entity.ean }}
internalEan internalEan string(25)
{{ entity.internalEan }}
distean distean string(25)
{{ entity.distean }}
weeeNumber weeeNumber string(50)
{{ entity.weeeNumber }}
deviceType deviceType text
{{ entity.deviceType }}
mpn mpn string(100)
{{ entity.mpn }}
uniquenumber uniquenumber string(255)
{{ entity.uniquenumber }}
uniqId uniqId string(128)
{{ entity.uniqId }}
dummyField dummyField string(64)
{{ entity.dummyField }}
nonMaterial nonMaterial boolean
{{ entity.nonMaterial }}
weight weight float
{{ entity.weight }}
netweight netweight float
{{ entity.netweight }}
buyableFrom buyableFrom datetime
{{ entity.buyableFrom }}
childrenTitles childrenTitles string(255)
{{ entity.childrenTitles }}
childrenTitlesSet childrenTitlesSet boolean
{{ entity.childrenTitlesSet }}
marketplacePercentFee marketplacePercentFee decimal
{{ entity.marketplacePercentFee }}
marketplaceFixFee marketplaceFixFee decimal
{{ entity.marketplaceFixFee }}
marketplaceFeeFormula marketplaceFeeFormula string(255)
{{ entity.marketplaceFeeFormula }}
marketplaceFee marketplaceFee decimal
{{ entity.marketplaceFee }}
marketplaceType marketplaceType integer(2)
{{ entity.marketplaceType }}
commission commission boolean
{{ entity.commission }}
priceFormula priceFormula text
{{ entity.priceFormula }}
purchasePriceFormula purchasePriceFormula text
{{ entity.purchasePriceFormula }}
minimalPriceLast30Days minimalPriceLast30Days decimal
{{ entity.minimalPriceLast30Days }}
minimalPriceDate minimalPriceDate datetime
{{ entity.minimalPriceDate }}
calcPricesByMaterials calcPricesByMaterials integer
{{ entity.calcPricesByMaterials }}
calcDeliveryTimeByMaterials calcDeliveryTimeByMaterials boolean
{{ entity.calcDeliveryTimeByMaterials }}
devaluationCoefficient devaluationCoefficient decimal
{{ entity.devaluationCoefficient }}
variantName variantName string(255)
{{ entity.variantName }}
iconName icon string(255)
{{ entity.iconName }}
thumbName thumb string(255)
{{ entity.thumbName }}
unitQuantity unitQuantity float
{{ entity.unitQuantity }}
unitName unitName string(255)
{{ entity.unitName }}
saleUnitName saleUnitName string(255)
{{ entity.saleUnitName }}
buyingUnitName buyingUnitName string(255)
{{ entity.buyingUnitName }}
sale2buyingUnitFormula sale2buyingUnitFormula string(255)
{{ entity.sale2buyingUnitFormula }}
purchasePrice purchasePrice decimal
{{ entity.purchasePrice }}
bruttoPurchasePrice bruttoPurchasePrice decimal
{{ entity.bruttoPurchasePrice }}
calculatedPurchasePrice calculatedPurchasePrice decimal
{{ entity.calculatedPurchasePrice }}
width width float
{{ entity.width }}
height height float
{{ entity.height }}
length length float
{{ entity.length }}
packageWidth packageWidth float
{{ entity.packageWidth }}
packageHeight packageHeight float
{{ entity.packageHeight }}
packageLength packageLength float
{{ entity.packageLength }}
externalLink externalLink string(255)
{{ entity.externalLink }}
externalLinkText externalLinkText string(255)
{{ entity.externalLinkText }}
availableOn availableOn date
{{ entity.availableOn }}
deliveryStatus deliveryStatus integer
{{ entity.deliveryStatus }}
minDeliveryTime minDeliveryTime integer
{{ entity.minDeliveryTime }}
maxDeliveryTime maxDeliveryTime integer
{{ entity.maxDeliveryTime }}
deliveryTimeUnit deliveryTimeUnit string(32)
{{ entity.deliveryTimeUnit }}
minPurchaseTime minPurchaseTime integer
{{ entity.minPurchaseTime }}
maxPurchaseTime maxPurchaseTime integer
{{ entity.maxPurchaseTime }}
purchaseTimeUnit purchaseTimeUnit string(32)
{{ entity.purchaseTimeUnit }}
regionOfOrigin regionOfOrigin string(2)
{{ entity.regionOfOrigin }}
adult adult boolean
{{ entity.adult }}
bestBeforeProduct bestBeforeProduct boolean
{{ entity.bestBeforeProduct }}
pawn pawn boolean
{{ entity.pawn }}
bestBeforeWaitingPeriod bestBeforeWaitingPeriod integer
{{ entity.bestBeforeWaitingPeriod }}
serialNumberProduct serialNumberProduct boolean
{{ entity.serialNumberProduct }}
exportSerialNumbersAsVariant exportSerialNumbersAsVariant boolean
{{ entity.exportSerialNumbersAsVariant }}
minimumAge minimumAge integer
{{ entity.minimumAge }}
bulkGoods bulkGoods boolean
{{ entity.bulkGoods }}
dangerGoods dangerGoods boolean
{{ entity.dangerGoods }}
dangerGoodsUNNumber dangerGoodsUNNumber string(5)
{{ entity.dangerGoodsUNNumber }}
dangerGoodsNote dangerGoodsNote text
{{ entity.dangerGoodsNote }}
customsTariffNumber customsTariffNumber string(32)
{{ entity.customsTariffNumber }}
taricCode taricCode string(32)
{{ entity.taricCode }}
lastUpdated lastupdated integer(11)
{{ entity.lastUpdated }}
updated updated datetime
{{ entity.updated }}
lastExported lastexported integer(11)
{{ entity.lastExported }}
lastSoldDate lastSoldDate datetime
{{ entity.lastSoldDate }}
noSalesChannel noSalesChannel boolean
{{ entity.noSalesChannel }}
isMaterial isMaterial boolean
{{ entity.isMaterial }}
isLicenseProduct isLicenseProduct boolean
{{ entity.isLicenseProduct }}
licensePeriodDays licensePeriodDays integer
{{ entity.licensePeriodDays }}
updatePeriodDays updatePeriodDays integer
{{ entity.updatePeriodDays }}
licenseUpdatePercentPrice licenseUpdatePercentPrice integer
{{ entity.licenseUpdatePercentPrice }}
isProductionOrder isProductionOrder integer
{{ entity.isProductionOrder }}
materialSort materialSort integer
{{ entity.materialSort }}
materialUnit materialUnit string(255)
{{ entity.materialUnit }}
materialInternalName materialInternalName string(255)
{{ entity.materialInternalName }}
materialBundleQuantity materialBundleQuantity string(255)
{{ entity.materialBundleQuantity }}
ignoreCalcStockOnCombinedProducts ignoreCalcStockOnCombinedProducts boolean
{{ entity.ignoreCalcStockOnCombinedProducts }}
calcProductionOrderStockByMaterials calcProductionOrderStockByMaterials integer
{{ entity.calcProductionOrderStockByMaterials }}
bookMaterialsIfNotOnStock bookMaterialsIfNotOnStock boolean
{{ entity.bookMaterialsIfNotOnStock }}
subscription subscription boolean
{{ entity.subscription }}
subscriptionPeriod subscriptionPeriod integer
{{ entity.subscriptionPeriod }}
salesLastMonth salesLastMonth decimal
{{ entity.salesLastMonth }}
salesLastYear salesLastYear decimal
{{ entity.salesLastYear }}
salesLast3Months salesLast3Months decimal
{{ entity.salesLast3Months }}
salesLast2Months salesLast2Months decimal
{{ entity.salesLast2Months }}
salesNextMonthLastYear salesNextMonthLastYear decimal
{{ entity.salesNextMonthLastYear }}
salesCustomPeriod salesCustomPeriod decimal
{{ entity.salesCustomPeriod }}
deletedAt deletedAt datetime
{{ entity.deletedAt }}
saleVoucher saleVoucher boolean
{{ entity.saleVoucher }}
prepaidCard prepaidCard boolean
{{ entity.prepaidCard }}
skipDiscounts skipDiscounts boolean
{{ entity.skipDiscounts }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
noCloneVariants Computed
write

setNoCloneVariants()
-
translatableCollections Computed
read
{{ entity.translatableCollections }}
getTranslatableCollections()
-
parents Computed
read
{{ entity.parents }}
getParents()
-
id DB
read write
{{ entity.id }}
getId()
setId()
integer
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
foreignParentId DB
read write
{{ entity.foreignParentId }}
getForeignParentId()
setForeignParentId()
string
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
active DB
read write
{{ entity.active }}
getActive()
setActive()
boolean
activeFrom DB
read write
{{ entity.activeFrom }}
getActiveFrom()
setActiveFrom()
\DateTime
activeTo DB
read write
{{ entity.activeTo }}
getActiveTo()
setActiveTo()
\DateTime
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
description DB
read write
{{ entity.description }}
getDescription()
setDescription()
string
longdescription DB
read write
{{ entity.longdescription }}
getLongdescription()
setLongdescription()
string
parent DB
read write
{{ entity.parent }}
getParent()
setParent()
Aggrosoft\WAWIBundle\Entity\Product
children DB
read
{{ entity.children }}
getChildren()
Doctrine\Common\Collections\Collection
allChildren Computed
read
{{ entity.allChildren }}
getAllChildren()
Doctrine\Common\Collections\Collection
allCategories Computed
read
{{ entity.allCategories }}
getAllCategories()
-
allProductGroups Computed
read
{{ entity.allProductGroups }}
getAllProductGroups()
-
categoriesAlsoByParent Computed
read
{{ entity.categoriesAlsoByParent }}
getCategoriesAlsoByParent()
-
rootCategories Computed
read
{{ entity.rootCategories }}
getRootCategories()
-
categories DB
read
{{ entity.categories }}
getCategories()
Doctrine\Common\Collections\Collection
sku DB
read write
{{ entity.sku }}
getSku()
setSku()
string
oldPrice Computed
read
{{ entity.oldPrice }}
getOldPrice()
-
price DB
read write
{{ entity.price }}
getPrice()
setPrice()
float
priceChanged Computed
read
{{ entity.priceChanged }}
getPriceChanged()
-
purchasePriceChanged Computed
read
{{ entity.purchasePriceChanged }}
getPurchasePriceChanged()
-
uVPChanged Computed
read
{{ entity.uVPChanged }}
getUVPChanged()
-
stock DB
read write
{{ entity.stock }}
getStock()
setStock()
float
searchkeys DB
read write
{{ entity.searchkeys }}
getSearchkeys()
setSearchkeys()
string
pictures DB
read
{{ entity.pictures }}
getPictures()
Doctrine\Common\Collections\Collection
thisOrParentPictures Computed
read
{{ entity.thisOrParentPictures }}
getThisOrParentPictures()
-
mergedThisOrParentPictures Computed
read
{{ entity.mergedThisOrParentPictures }}
getMergedThisOrParentPictures()
-
picture Computed
read
{{ entity.picture }}
getPicture()
-
metafields DB
read
{{ entity.metafields }}
getMetafields()
Doctrine\Common\Collections\Collection
vendor DB
read write
{{ entity.vendor }}
getVendor()
setVendor()
Aggrosoft\WAWIBundle\Entity\Vendor
tax DB
read write
{{ entity.tax }}
getTax()
setTax()
\Aggrosoft\WAWIBundle\Entity\Tax
clients DB
read
{{ entity.clients }}
getClients()
\Doctrine\Common\Collections\Collection
activeClient Computed
read
{{ entity.activeClient }}
getActiveClient()
-
properCategory Computed
read
{{ entity.properCategory }}
getProperCategory()
-
firstCategory Computed
read write
{{ entity.firstCategory }}
getFirstCategory()
setFirstCategory()
-
additinfo DB
read write
{{ entity.additinfo }}
getAdditinfo()
setAdditinfo()
string
options DB
read
{{ entity.options }}
getOptions()
\Doctrine\Common\Collections\Collection
uvp DB
read write
{{ entity.uvp }}
getUvp()
setUvp()
float
ean DB
read write
{{ entity.ean }}
getEan()
setEan()
string
mpn DB
read write
{{ entity.mpn }}
getMpn()
setMpn()
string
vat Computed
read write
{{ entity.vat }}
getVat()
setVat()
float
weight DB
read write
{{ entity.weight }}
getWeight()
setWeight()
float
tags DB
read write
{{ entity.tags }}
getTags()
setTags()
string
variantName DB
read write
{{ entity.variantName }}
getVariantName()
setVariantName()
string
iconName DB
read write
{{ entity.iconName }}
getIconName()
setIconName()
string
thumbName DB
read write
{{ entity.thumbName }}
getThumbName()
setThumbName()
string
icon Computed
read write
{{ entity.icon }}
getIcon()
setIcon()
-
thumb Computed
read write
{{ entity.thumb }}
getThumb()
setThumb()
-
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
unitQuantity DB
read write
{{ entity.unitQuantity }}
getUnitQuantity()
setUnitQuantity()
float
unitName DB
read write
{{ entity.unitName }}
getUnitName()
setUnitName()
string
purchasePrice DB
read write
{{ entity.purchasePrice }}
getPurchasePrice()
setPurchasePrice()
float
width DB
read write
{{ entity.width }}
getWidth()
setWidth()
float
height DB
read write
{{ entity.height }}
getHeight()
setHeight()
float
length DB
read write
{{ entity.length }}
getLength()
setLength()
float
externalLink DB
read write
{{ entity.externalLink }}
getExternalLink()
setExternalLink()
string
externalLinkText DB
read write
{{ entity.externalLinkText }}
getExternalLinkText()
setExternalLinkText()
string
availableOn DB
read write
{{ entity.availableOn }}
getAvailableOn()
setAvailableOn()
\DateTime
deliveryStatus DB
read write
{{ entity.deliveryStatus }}
getDeliveryStatus()
setDeliveryStatus()
integer
scalePrices DB
read
{{ entity.scalePrices }}
getScalePrices()
\Doctrine\Common\Collections\Collection
prices DB
read
{{ entity.prices }}
getPrices()
\Doctrine\Common\Collections\Collection
minDeliveryTime DB
read write
{{ entity.minDeliveryTime }}
getMinDeliveryTime()
setMinDeliveryTime()
integer
maxDeliveryTime DB
read write
{{ entity.maxDeliveryTime }}
getMaxDeliveryTime()
setMaxDeliveryTime()
integer
deliveryTimeUnit DB
read write
{{ entity.deliveryTimeUnit }}
getDeliveryTimeUnit()
setDeliveryTimeUnit()
string
mediafiles DB
read
{{ entity.mediafiles }}
getMediafiles()
\Doctrine\Common\Collections\Collection
attributes DB
read
{{ entity.attributes }}
getAttributes()
\Doctrine\Common\Collections\Collection
attributevalues DB
read
{{ entity.attributevalues }}
getAttributevalues()
\Doctrine\Common\Collections\Collection
manufacturer DB
read write
{{ entity.manufacturer }}
getManufacturer()
setManufacturer()
\Aggrosoft\WAWIBundle\Entity\Manufacturer
sizetable DB
read write
{{ entity.sizetable }}
getSizetable()
setSizetable()
string
lastUpdated DB
read write
{{ entity.lastUpdated }}
getLastUpdated()
setLastUpdated()
integer
lastExported DB
read write
{{ entity.lastExported }}
getLastExported()
setLastExported()
integer
distean DB
read write
{{ entity.distean }}
getDistean()
setDistean()
string
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
nonMaterial DB
read write
{{ entity.nonMaterial }}
getNonMaterial()
setNonMaterial()
boolean
translatableLocaleOnlyThis Computed
write

setTranslatableLocaleOnlyThis()
-
translatableLocale Computed
write

setTranslatableLocale()
-
minimumStock DB
read write
{{ entity.minimumStock }}
getMinimumStock()
setMinimumStock()
float
maximumStock DB
read write
{{ entity.maximumStock }}
getMaximumStock()
setMaximumStock()
float
reservedStock DB
read write
{{ entity.reservedStock }}
getReservedStock()
setReservedStock()
float
stockBuffer DB
read write
{{ entity.stockBuffer }}
getStockBuffer()
setStockBuffer()
float
useStock DB
read write
{{ entity.useStock }}
getUseStock()
setUseStock()
boolean
useStockAlsoMaterials Computed
read
{{ entity.useStockAlsoMaterials }}
getUseStockAlsoMaterials()
-
vendorProducts DB
read
{{ entity.vendorProducts }}
getVendorProducts()
\Doctrine\Common\Collections\Collection
adult DB
read write
{{ entity.adult }}
getAdult()
setAdult()
boolean
countryOfOrigin DB
read write
{{ entity.countryOfOrigin }}
getCountryOfOrigin()
setCountryOfOrigin()
\Aggrosoft\WAWIBundle\Entity\Country
rootParent Computed
read
{{ entity.rootParent }}
getRootParent()
-
rootParentOrThis Computed
read
{{ entity.rootParentOrThis }}
getRootParentOrThis()
-
parentPrice Computed
read
{{ entity.parentPrice }}
getParentPrice()
-
uniquenumber DB
read write
{{ entity.uniquenumber }}
getUniquenumber()
setUniquenumber()
string
fullTitle Computed
read
{{ entity.fullTitle }}
getFullTitle()
-
fullVariantTitle Computed
read
{{ entity.fullVariantTitle }}
getFullVariantTitle()
-
realStock Computed
read
{{ entity.realStock }}
getRealStock()
-
customReservedStockIfNotReserved Computed
read
{{ entity.customReservedStockIfNotReserved }}
getCustomReservedStockIfNotReserved()
-
stockForSalesChannels Computed
read write
{{ entity.stockForSalesChannels }}
getStockForSalesChannels()
setStockForSalesChannels()
-
realParentStock Computed
read
{{ entity.realParentStock }}
getRealParentStock()
-
vendorStock Computed
read
{{ entity.vendorStock }}
getVendorStock()
-
fullVendorStock Computed
read
{{ entity.fullVendorStock }}
getFullVendorStock()
-
mainClient DB
read write
{{ entity.mainClient }}
getMainClient()
setMainClient()
\Aggrosoft\WAWIBundle\Entity\Client
leafChildren Computed
read
{{ entity.leafChildren }}
getLeafChildren()
-
activeLeafChildrenAndParent Computed
read
{{ entity.activeLeafChildrenAndParent }}
getActiveLeafChildrenAndParent()
-
onlyLeafChildren Computed
read
{{ entity.onlyLeafChildren }}
getOnlyLeafChildren()
-
serialNumbers DB
read
{{ entity.serialNumbers }}
getSerialNumbers()
\Doctrine\Common\Collections\Collection
bulkGoods DB
read write
{{ entity.bulkGoods }}
getBulkGoods()
setBulkGoods()
boolean
minimumAge DB
read write
{{ entity.minimumAge }}
getMinimumAge()
setMinimumAge()
integer
isMaterial DB
read write
{{ entity.isMaterial }}
getIsMaterial()
setIsMaterial()
boolean
materials DB
read
{{ entity.materials }}
getMaterials()
\Doctrine\Common\Collections\Collection
deletedAt DB
read write
{{ entity.deletedAt }}
getDeletedAt()
setDeletedAt()
-
optionmaterialsquantities DB
read
{{ entity.optionmaterialsquantities }}
getOptionmaterialsquantities()
\Doctrine\Common\Collections\Collection
thisOrParentMaterial Computed
read
{{ entity.thisOrParentMaterial }}
isThisOrParentMaterial()
-
materialSort DB
read write
{{ entity.materialSort }}
getMaterialSort()
setMaterialSort()
integer
materialUnit DB
read write
{{ entity.materialUnit }}
getMaterialUnit()
setMaterialUnit()
string
thisOrParentMaterialUnit Computed
read
{{ entity.thisOrParentMaterialUnit }}
getThisOrParentMaterialUnit()
-
thisOrParentSkipDiscounts Computed
read
{{ entity.thisOrParentSkipDiscounts }}
getThisOrParentSkipDiscounts()
-
materialInternalName DB
read write
{{ entity.materialInternalName }}
getMaterialInternalName()
setMaterialInternalName()
string
materialBundleQuantity DB
read write
{{ entity.materialBundleQuantity }}
getMaterialBundleQuantity()
setMaterialBundleQuantity()
string
fixStorageLocations DB
read
{{ entity.fixStorageLocations }}
getFixStorageLocations()
\Doctrine\Common\Collections\Collection
fixStorageLocations2 Computed
read
{{ entity.fixStorageLocations2 }}
getFixStorageLocations2()
\Doctrine\Common\Collections\Collection
additionalTitle DB
read write
{{ entity.additionalTitle }}
getAdditionalTitle()
setAdditionalTitle()
string
updated DB
read write
{{ entity.updated }}
getUpdated()
setUpdated()
\DateTime
stocks DB
read
{{ entity.stocks }}
getStocks()
\Doctrine\Common\Collections\Collection
totalStock Computed
read
{{ entity.totalStock }}
getTotalStock()
-
clientStock Computed
write

setClientStock()
-
clientReservedStock Computed
write

setClientReservedStock()
-
clientInternalReservedStock Computed
write

setClientInternalReservedStock()
-
clientNegativeStock Computed
write

setClientNegativeStock()
-
productFullTitle DB
read write
{{ entity.productFullTitle }}
getProductFullTitle()
setProductFullTitle()
string
saleUnitName DB
read write
{{ entity.saleUnitName }}
getSaleUnitName()
setSaleUnitName()
string
unitNameAlsoAtParent Computed
read
{{ entity.unitNameAlsoAtParent }}
getUnitNameAlsoAtParent()
-
unitQuantityAlsoAtParent Computed
read
{{ entity.unitQuantityAlsoAtParent }}
getUnitQuantityAlsoAtParent()
-
saleUnitNameAlsoAtParent Computed
read
{{ entity.saleUnitNameAlsoAtParent }}
getSaleUnitNameAlsoAtParent()
-
weightAlsoAtParent Computed
read
{{ entity.weightAlsoAtParent }}
getWeightAlsoAtParent()
-
nettoWeightAlsoAtParent Computed
read
{{ entity.nettoWeightAlsoAtParent }}
getNettoWeightAlsoAtParent()
-
widthAlsoAtParent Computed
read
{{ entity.widthAlsoAtParent }}
getWidthAlsoAtParent()
-
heightAlsoAtParent Computed
read
{{ entity.heightAlsoAtParent }}
getHeightAlsoAtParent()
-
lengthAlsoAtParent Computed
read
{{ entity.lengthAlsoAtParent }}
getLengthAlsoAtParent()
-
volumeAlsoAtParent Computed
read
{{ entity.volumeAlsoAtParent }}
getVolumeAlsoAtParent()
-
language Computed
read
{{ entity.language }}
getLanguage()
-
selectedLanguage Computed
read write
{{ entity.selectedLanguage }}
getSelectedLanguage()
setSelectedLanguage()
-
customergroups DB
read
{{ entity.customergroups }}
getCustomergroups()
\Doctrine\Common\Collections\Collection
voucherseries DB
read
{{ entity.voucherseries }}
getVoucherseries()
\Doctrine\Common\Collections\Collection
saleVoucher DB
read write
{{ entity.saleVoucher }}
getSaleVoucher()
setSaleVoucher()
boolean
saleVoucherThisOrParent Computed
read
{{ entity.saleVoucherThisOrParent }}
getSaleVoucherThisOrParent()
-
prepaidCardThisOrParent Computed
read
{{ entity.prepaidCardThisOrParent }}
getPrepaidCardThisOrParent()
-
noSalesChannel DB
read write
{{ entity.noSalesChannel }}
getNoSalesChannel()
setNoSalesChannel()
boolean
saleschannels DB
read
{{ entity.saleschannels }}
getSaleschannels()
\Doctrine\Common\Collections\Collection
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
countryTaxes DB
read
{{ entity.countryTaxes }}
getCountryTaxes()
\Doctrine\Common\Collections\Collection
marketplaceFee DB
read write
{{ entity.marketplaceFee }}
getMarketplaceFee()
setMarketplaceFee()
string
marketplaceType DB
read write
{{ entity.marketplaceType }}
getMarketplaceType()
setMarketplaceType()
integer
marketplaceCustomer DB
read write
{{ entity.marketplaceCustomer }}
getMarketplaceCustomer()
setMarketplaceCustomer()
\Aggrosoft\WAWIBundle\Entity\Customer
mainCategory DB
read write
{{ entity.mainCategory }}
getMainCategory()
setMainCategory()
\Aggrosoft\WAWIBundle\Entity\Category
buyingUnitName DB
read write
{{ entity.buyingUnitName }}
getBuyingUnitName()
setBuyingUnitName()
string
sale2buyingUnitFormula DB
read write
{{ entity.sale2buyingUnitFormula }}
getSale2buyingUnitFormula()
setSale2buyingUnitFormula()
string
customsTariffNumber DB
read write
{{ entity.customsTariffNumber }}
getCustomsTariffNumber()
setCustomsTariffNumber()
string
thisOrParentCustomsTariffNumber Computed
read
{{ entity.thisOrParentCustomsTariffNumber }}
getThisOrParentCustomsTariffNumber()
-
parentOrThisWithCustomerPrices Computed
read
{{ entity.parentOrThisWithCustomerPrices }}
getParentOrThisWithCustomerPrices()
-
minimumVariantPrice Computed
read
{{ entity.minimumVariantPrice }}
getMinimumVariantPrice()
-
orderedStock DB
read write
{{ entity.orderedStock }}
getOrderedStock()
setOrderedStock()
string
commission DB
read write
{{ entity.commission }}
getCommission()
setCommission()
boolean
inversedFee Computed
read
{{ entity.inversedFee }}
getInversedFee()
-
commissionContract DB
read write
{{ entity.commissionContract }}
getCommissionContract()
setCommissionContract()
\Aggrosoft\WAWIBundle\Entity\CommissionContract
marketplacePercentFee DB
read write
{{ entity.marketplacePercentFee }}
getMarketplacePercentFee()
setMarketplacePercentFee()
string
marketplaceFixFee DB
read write
{{ entity.marketplaceFixFee }}
getMarketplaceFixFee()
setMarketplaceFixFee()
string
marketplaceFeeFormula DB
read write
{{ entity.marketplaceFeeFormula }}
getMarketplaceFeeFormula()
setMarketplaceFeeFormula()
string
ignoreCalcStockOnCombinedProducts DB
read write
{{ entity.ignoreCalcStockOnCombinedProducts }}
getIgnoreCalcStockOnCombinedProducts()
setIgnoreCalcStockOnCombinedProducts()
boolean
thisOrParentActive Computed
read
{{ entity.thisOrParentActive }}
getThisOrParentActive()
-
shippingcosts DB
read
{{ entity.shippingcosts }}
getShippingcosts()
\Doctrine\Common\Collections\Collection
excludedshippingcosts DB
read
{{ entity.excludedshippingcosts }}
getExcludedshippingcosts()
\Doctrine\Common\Collections\Collection
excludedshippings DB
read
{{ entity.excludedshippings }}
getExcludedshippings()
\Doctrine\Common\Collections\Collection
shippings DB
read
{{ entity.shippings }}
getShippings()
\Doctrine\Common\Collections\Collection
created DB
read write
{{ entity.created }}
getCreated()
setCreated()
\DateTime
reports DB
read
{{ entity.reports }}
getReports()
\Doctrine\Common\Collections\Collection
shippingpackages DB
read
{{ entity.shippingpackages }}
getShippingpackages()
\Doctrine\Common\Collections\Collection
excludedshippingpackages DB
read
{{ entity.excludedshippingpackages }}
getExcludedshippingpackages()
\Doctrine\Common\Collections\Collection
discounts DB
read
{{ entity.discounts }}
getDiscounts()
\Doctrine\Common\Collections\Collection
skipDiscounts DB
read write
{{ entity.skipDiscounts }}
getSkipDiscounts()
setSkipDiscounts()
boolean
groups DB
read
{{ entity.groups }}
getGroups()
\Doctrine\Common\Collections\Collection
subscription DB
read write
{{ entity.subscription }}
getSubscription()
setSubscription()
boolean
subscriptionPeriod DB
read write
{{ entity.subscriptionPeriod }}
getSubscriptionPeriod()
setSubscriptionPeriod()
integer
isProductionOrder DB
read write
{{ entity.isProductionOrder }}
getIsProductionOrder()
setIsProductionOrder()
integer
salesLastMonth DB
read write
{{ entity.salesLastMonth }}
getSalesLastMonth()
setSalesLastMonth()
string
salesCustomPeriod DB
read write
{{ entity.salesCustomPeriod }}
getSalesCustomPeriod()
setSalesCustomPeriod()
string
lastSoldDate DB
read write
{{ entity.lastSoldDate }}
getLastSoldDate()
setLastSoldDate()
\DateTime
statistics DB
read
{{ entity.statistics }}
getStatistics()
\Doctrine\Common\Collections\Collection
productGroup Computed
read write
{{ entity.productGroup }}
getProductGroup()
setProductGroup()
-
childrenTitles DB
read write
{{ entity.childrenTitles }}
getChildrenTitles()
setChildrenTitles()
string
childrenTitlesSet DB
read write
{{ entity.childrenTitlesSet }}
getChildrenTitlesSet()
setChildrenTitlesSet()
boolean
stockConditions DB
read
{{ entity.stockConditions }}
getStockConditions()
\Doctrine\Common\Collections\Collection
internalEan DB
read write
{{ entity.internalEan }}
getInternalEan()
setInternalEan()
string
actPurchasePrice Computed
read
{{ entity.actPurchasePrice }}
getActPurchasePrice()
-
midPurchasePrice Computed
read
{{ entity.midPurchasePrice }}
getMidPurchasePrice()
-
minPurchasePrice Computed
read
{{ entity.minPurchasePrice }}
getMinPurchasePrice()
-
calculatedPurchasePrice DB
read write
{{ entity.calculatedPurchasePrice }}
getCalculatedPurchasePrice()
setCalculatedPurchasePrice()
string
bruttoPurchasePrice DB
read write
{{ entity.bruttoPurchasePrice }}
getBruttoPurchasePrice()
setBruttoPurchasePrice()
string
isLicenseProduct DB
read write
{{ entity.isLicenseProduct }}
getIsLicenseProduct()
setIsLicenseProduct()
boolean
licensePeriodDays DB
read write
{{ entity.licensePeriodDays }}
getLicensePeriodDays()
setLicensePeriodDays()
integer
updatePeriodDays DB
read write
{{ entity.updatePeriodDays }}
getUpdatePeriodDays()
setUpdatePeriodDays()
integer
licenseUpdatePercentPrice DB
read write
{{ entity.licenseUpdatePercentPrice }}
getLicenseUpdatePercentPrice()
setLicenseUpdatePercentPrice()
integer
accessories DB
read
{{ entity.accessories }}
getAccessories()
\Doctrine\Common\Collections\Collection
bestBeforeProduct DB
read write
{{ entity.bestBeforeProduct }}
getBestBeforeProduct()
setBestBeforeProduct()
boolean
bestBeforeWaitingPeriod DB
read write
{{ entity.bestBeforeWaitingPeriod }}
getBestBeforeWaitingPeriod()
setBestBeforeWaitingPeriod()
integer
productTaxRate Computed
read
{{ entity.productTaxRate }}
getProductTaxRate()
-
serialNumberProduct DB
read write
{{ entity.serialNumberProduct }}
getSerialNumberProduct()
setSerialNumberProduct()
boolean
customReservedStock DB
read write
{{ entity.customReservedStock }}
getCustomReservedStock()
setCustomReservedStock()
string
singleAttributeValues Computed
read
{{ entity.singleAttributeValues }}
getSingleAttributeValues()
-
productIndex DB
read write
{{ entity.productIndex }}
getProductIndex()
setProductIndex()
\Aggrosoft\WAWIBundle\Entity\ProductIndex
salesLastYear DB
read write
{{ entity.salesLastYear }}
getSalesLastYear()
setSalesLastYear()
string
salesNextMonthLastYear DB
read write
{{ entity.salesNextMonthLastYear }}
getSalesNextMonthLastYear()
setSalesNextMonthLastYear()
string
priceFormula DB
read write
{{ entity.priceFormula }}
getPriceFormula()
setPriceFormula()
string
minPurchaseTime DB
read write
{{ entity.minPurchaseTime }}
getMinPurchaseTime()
setMinPurchaseTime()
integer
maxPurchaseTime DB
read write
{{ entity.maxPurchaseTime }}
getMaxPurchaseTime()
setMaxPurchaseTime()
integer
purchaseTimeUnit DB
read write
{{ entity.purchaseTimeUnit }}
getPurchaseTimeUnit()
setPurchaseTimeUnit()
string
serviceCustomer DB
read write
{{ entity.serviceCustomer }}
getServiceCustomer()
setServiceCustomer()
\Aggrosoft\WAWIBundle\Entity\Customer
negativeStock DB
read write
{{ entity.negativeStock }}
getNegativeStock()
setNegativeStock()
string
picture1 Computed
read write
{{ entity.picture1 }}
getPicture1()
setPicture1()
-
picture1CustomUrl Computed
read write
{{ entity.picture1CustomUrl }}
getPicture1CustomUrl()
setPicture1CustomUrl()
-
picture2 Computed
read write
{{ entity.picture2 }}
getPicture2()
setPicture2()
-
picture2CustomUrl Computed
read write
{{ entity.picture2CustomUrl }}
getPicture2CustomUrl()
setPicture2CustomUrl()
-
picture3 Computed
read write
{{ entity.picture3 }}
getPicture3()
setPicture3()
-
picture1Name Computed
read write
{{ entity.picture1Name }}
getPicture1Name()
setPicture1Name()
-
picture2Name Computed
read write
{{ entity.picture2Name }}
getPicture2Name()
setPicture2Name()
-
picture3Name Computed
read write
{{ entity.picture3Name }}
getPicture3Name()
setPicture3Name()
-
picture7 Computed
read write
{{ entity.picture7 }}
getPicture7()
setPicture7()
-
picture7Name Computed
read write
{{ entity.picture7Name }}
getPicture7Name()
setPicture7Name()
-
downloadMedia Computed
read
{{ entity.downloadMedia }}
getDownloadMedia()
-
downloadMediaFile Computed
read write
{{ entity.downloadMediaFile }}
getDownloadMediaFile()
setDownloadMediaFile()
-
downloadMediaFileName Computed
read write
{{ entity.downloadMediaFileName }}
getDownloadMediaFileName()
setDownloadMediaFileName()
-
entityLocale Computed
read
{{ entity.entityLocale }}
getEntityLocale()
-
calcPricesByMaterials DB
read write
{{ entity.calcPricesByMaterials }}
getCalcPricesByMaterials()
setCalcPricesByMaterials()
boolean
nettoPrice Computed
read
{{ entity.nettoPrice }}
getNettoPrice()
-
prepaidCard DB
read write
{{ entity.prepaidCard }}
getPrepaidCard()
setPrepaidCard()
boolean
netweight DB
read write
{{ entity.netweight }}
getNetweight()
setNetweight()
float
dummyField DB
read write
{{ entity.dummyField }}
getDummyField()
setDummyField()
string
bookingQuantity DB
read write
{{ entity.bookingQuantity }}
getBookingQuantity()
setBookingQuantity()
string
crosssellings DB
read write
{{ entity.crosssellings }}
getCrosssellings()
setCrosssellings()
\Doctrine\Common\Collections\Collection
inversedCrosssellings DB
read
{{ entity.inversedCrosssellings }}
getInversedCrosssellings()
\Doctrine\Common\Collections\Collection
allLeafChildrenNotActive Computed
read
{{ entity.allLeafChildrenNotActive }}
isAllLeafChildrenNotActive()
-
createdByUser DB
read write
{{ entity.createdByUser }}
getCreatedByUser()
setCreatedByUser()
\Aggrosoft\WAWIBundle\Entity\User
status DB
read write
{{ entity.status }}
getStatus()
setStatus()
\Aggrosoft\WAWIBundle\Entity\EntityStatus
fullProductionOrder Computed
read
{{ entity.fullProductionOrder }}
isFullProductionOrder()
-
hybridProductionOrder Computed
read
{{ entity.hybridProductionOrder }}
isHybridProductionOrder()
-
notActive Computed
read write
{{ entity.notActive }}
getNotActive()
setNotActive()
-
calcProductionOrderStockByMaterials DB
read write
{{ entity.calcProductionOrderStockByMaterials }}
getCalcProductionOrderStockByMaterials()
setCalcProductionOrderStockByMaterials()
boolean
calcProductionOrderStockByMaterialsAlsoAtParent Computed
read
{{ entity.calcProductionOrderStockByMaterialsAlsoAtParent }}
getCalcProductionOrderStockByMaterialsAlsoAtParent()
-
saleConditions DB
read
{{ entity.saleConditions }}
getSaleConditions()
\Doctrine\Common\Collections\Collection
cachedRootCategories DB
read
{{ entity.cachedRootCategories }}
getCachedRootCategories()
\Doctrine\Common\Collections\Collection
allActiveCrosssellings Computed
read
{{ entity.allActiveCrosssellings }}
getAllActiveCrosssellings()
-
allCrosssellings Computed
read
{{ entity.allCrosssellings }}
getAllCrosssellings()
-
internalReservedStock DB
read write
{{ entity.internalReservedStock }}
getInternalReservedStock()
setInternalReservedStock()
string
customSalesChannelStock DB
read write
{{ entity.customSalesChannelStock }}
getCustomSalesChannelStock()
setCustomSalesChannelStock()
string
buyableFrom DB
read write
{{ entity.buyableFrom }}
getBuyableFrom()
setBuyableFrom()
\DateTime
packageWidth DB
read write
{{ entity.packageWidth }}
getPackageWidth()
setPackageWidth()
float
packageHeight DB
read write
{{ entity.packageHeight }}
getPackageHeight()
setPackageHeight()
float
packageLength DB
read write
{{ entity.packageLength }}
getPackageLength()
setPackageLength()
float
uniqId DB
read write
{{ entity.uniqId }}
getUniqId()
setUniqId()
string
purchasePriceFormula DB
read write
{{ entity.purchasePriceFormula }}
getPurchasePriceFormula()
setPurchasePriceFormula()
string
exportSerialNumbersAsVariant DB
read write
{{ entity.exportSerialNumbersAsVariant }}
getExportSerialNumbersAsVariant()
setExportSerialNumbersAsVariant()
boolean
bruttoPrice Computed
read
{{ entity.bruttoPrice }}
getBruttoPrice()
-
stockBufferFormula DB
read write
{{ entity.stockBufferFormula }}
getStockBufferFormula()
setStockBufferFormula()
string
pools DB
read
{{ entity.pools }}
getPools()
\Doctrine\Common\Collections\Collection
vendorAlsoAtParent Computed
read
{{ entity.vendorAlsoAtParent }}
getVendorAlsoAtParent()
-
optionsAlsoAtParent Computed
read
{{ entity.optionsAlsoAtParent }}
getOptionsAlsoAtParent()
-
orderedClientStock DB
read write
{{ entity.orderedClientStock }}
getOrderedClientStock()
setOrderedClientStock()
string
bookMaterialsIfNotOnStock DB
read write
{{ entity.bookMaterialsIfNotOnStock }}
getBookMaterialsIfNotOnStock()
setBookMaterialsIfNotOnStock()
boolean
weeeNumber DB
read write
{{ entity.weeeNumber }}
getWeeeNumber()
setWeeeNumber()
string
deviceType DB
read write
{{ entity.deviceType }}
getDeviceType()
setDeviceType()
string
weeeNumberAlsoAtParent Computed
read
{{ entity.weeeNumberAlsoAtParent }}
getWeeeNumberAlsoAtParent()
-
deviceTypeAlsoAtParent Computed
read
{{ entity.deviceTypeAlsoAtParent }}
getDeviceTypeAlsoAtParent()
-
salesLast3Months DB
read write
{{ entity.salesLast3Months }}
getSalesLast3Months()
setSalesLast3Months()
string
salesLast2Months DB
read write
{{ entity.salesLast2Months }}
getSalesLast2Months()
setSalesLast2Months()
string
scalePricesAlsoAtParent Computed
read
{{ entity.scalePricesAlsoAtParent }}
getScalePricesAlsoAtParent()
-
saleConditionsAlsoAtParent Computed
read
{{ entity.saleConditionsAlsoAtParent }}
getSaleConditionsAlsoAtParent()
-
productComments DB
read
{{ entity.productComments }}
getProductComments()
\Doctrine\Common\Collections\Collection
lastProductComment Computed
read
{{ entity.lastProductComment }}
getLastProductComment()
-
minAvailableVendorProduct Computed
read
{{ entity.minAvailableVendorProduct }}
getMinAvailableVendorProduct()
-
customerConditions DB
read
{{ entity.customerConditions }}
getCustomerConditions()
\Doctrine\Common\Collections\Collection
excludedUsers DB
read
{{ entity.excludedUsers }}
getExcludedUsers()
\Doctrine\Common\Collections\Collection
pawn DB
read write
{{ entity.pawn }}
getPawn()
setPawn()
boolean
packageWidthAlsoAtParent Computed
read
{{ entity.packageWidthAlsoAtParent }}
getPackageWidthAlsoAtParent()
-
packageHeightAlsoAtParent Computed
read
{{ entity.packageHeightAlsoAtParent }}
getPackageHeightAlsoAtParent()
-
packageLengthAlsoAtParent Computed
read
{{ entity.packageLengthAlsoAtParent }}
getPackageLengthAlsoAtParent()
-
dynamicField Computed
read write
{{ entity.dynamicField }}
getDynamicField()
setDynamicField()
-
customThumbnailUrl Computed
read write
{{ entity.customThumbnailUrl }}
getCustomThumbnailUrl()
setCustomThumbnailUrl()
-
mainVendor Computed
read
{{ entity.mainVendor }}
getMainVendor()
-
mainVendorProduct Computed
read
{{ entity.mainVendorProduct }}
getMainVendorProduct()
-
priceInDefaultCurrency DB
read write
{{ entity.priceInDefaultCurrency }}
getPriceInDefaultCurrency()
setPriceInDefaultCurrency()
string
taricCode DB
read write
{{ entity.taricCode }}
getTaricCode()
setTaricCode()
string
thisOrParentTaricCode Computed
read
{{ entity.thisOrParentTaricCode }}
getThisOrParentTaricCode()
-
minimalPriceLast30Days DB
read write
{{ entity.minimalPriceLast30Days }}
getMinimalPriceLast30Days()
setMinimalPriceLast30Days()
string
minimalPriceDate DB
read write
{{ entity.minimalPriceDate }}
getMinimalPriceDate()
setMinimalPriceDate()
\DateTime
variantProductOption DB
read write
{{ entity.variantProductOption }}
getVariantProductOption()
setVariantProductOption()
\Aggrosoft\WAWIBundle\Entity\ProductOption
variantProductOptionField DB
read write
{{ entity.variantProductOptionField }}
getVariantProductOptionField()
setVariantProductOptionField()
\Aggrosoft\WAWIBundle\Entity\ProductOptionField
dynamicParentCategory Computed
read write
{{ entity.dynamicParentCategory }}
getDynamicParentCategory()
setDynamicParentCategory()
-
dangerGoods DB
read write
{{ entity.dangerGoods }}
getDangerGoods()
setDangerGoods()
boolean
dangerGoodsNote DB
read write
{{ entity.dangerGoodsNote }}
getDangerGoodsNote()
setDangerGoodsNote()
string
dangerGoodsAlsoAtParent Computed
read
{{ entity.dangerGoodsAlsoAtParent }}
getDangerGoodsAlsoAtParent()
-
dangerGoodsNoteAlsoAtParent Computed
read
{{ entity.dangerGoodsNoteAlsoAtParent }}
getDangerGoodsNoteAlsoAtParent()
-
calculatedPurchasePriceAlsoByMaterials Computed
read
{{ entity.calculatedPurchasePriceAlsoByMaterials }}
getCalculatedPurchasePriceAlsoByMaterials()
-
calcDeliveryTimeByMaterials DB
read write
{{ entity.calcDeliveryTimeByMaterials }}
getCalcDeliveryTimeByMaterials()
setCalcDeliveryTimeByMaterials()
boolean
regionOfOrigin DB
read write
{{ entity.regionOfOrigin }}
getRegionOfOrigin()
setRegionOfOrigin()
string
regionOfOriginAlsoAtParent Computed
read
{{ entity.regionOfOriginAlsoAtParent }}
getRegionOfOriginAlsoAtParent()
-
dangerGoodsUNNumber DB
read write
{{ entity.dangerGoodsUNNumber }}
getDangerGoodsUNNumber()
setDangerGoodsUNNumber()
string
dangerGoodsUNNumberAlsoAtParent Computed
read
{{ entity.dangerGoodsUNNumberAlsoAtParent }}
getDangerGoodsUNNumberAlsoAtParent()
-
devaluationCoefficient DB
read write
{{ entity.devaluationCoefficient }}
getDevaluationCoefficient()
setDevaluationCoefficient()
string
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
parent ManyToOne Product - children - {{ entity.parent }}
children OneToMany Product parent -
persist remove
{{ entity.children }}
metafields OneToMany ProductMetaField product -
persist remove
{{ entity.metafields }}
pictures OneToMany ProductPicture product -
persist remove
{{ entity.pictures }}
mediafiles OneToMany ProductMedia product -
persist remove
{{ entity.mediafiles }}
attributevalues OneToMany AttributeValue product -
persist remove
{{ entity.attributevalues }}
vendorProducts OneToMany VendorProduct product -
persist remove
{{ entity.vendorProducts }}
fixStorageLocations ManyToMany WarehouseStorageLocation - products - {{ entity.fixStorageLocations }}
vendor ManyToOne Vendor - products - {{ entity.vendor }}
manufacturer ManyToOne Manufacturer - products - {{ entity.manufacturer }}
marketplaceCustomer ManyToOne Customer - - - {{ entity.marketplaceCustomer }}
commissionContract ManyToOne CommissionContract - - - {{ entity.commissionContract }}
serviceCustomer ManyToOne Customer - - - {{ entity.serviceCustomer }}
tax ManyToOne Tax - - - {{ entity.tax }}
countryTaxes OneToMany ProductCountryTax product -
persist remove
{{ entity.countryTaxes }}
countryOfOrigin ManyToOne Country - - - {{ entity.countryOfOrigin }}
clients ManyToMany Client - products - {{ entity.clients }}
categories ManyToMany Category - products
persist
{{ entity.categories }}
cachedRootCategories ManyToMany Category - cachedproducts
persist
{{ entity.cachedRootCategories }}
groups ManyToMany ObjectGroup - products - {{ entity.groups }}
pools ManyToMany ObjectPool - products - {{ entity.pools }}
crosssellings ManyToMany Product - inversedCrosssellings - {{ entity.crosssellings }}
inversedCrosssellings ManyToMany Product crosssellings - - {{ entity.inversedCrosssellings }}
reports ManyToMany Report - products
persist
{{ entity.reports }}
mainCategory ManyToOne Category - - - {{ entity.mainCategory }}
options ManyToMany ProductOption - products
persist
{{ entity.options }}
attributes ManyToMany Attribute - products
persist
{{ entity.attributes }}
accessories OneToMany ProductAccessory product -
persist remove
{{ entity.accessories }}
materials OneToMany ProductMaterial product -
persist remove
{{ entity.materials }}
optionmaterialsquantities OneToMany ProductOptionMaterialQuantity product -
persist remove
{{ entity.optionmaterialsquantities }}
scalePrices OneToMany ScalePrice product -
persist remove
{{ entity.scalePrices }}
serialNumbers OneToMany ProductSerialNumber product -
persist remove
{{ entity.serialNumbers }}
prices OneToMany ProductPrice product -
persist remove refresh
{{ entity.prices }}
stocks OneToMany ProductStock product -
persist remove
{{ entity.stocks }}
stockConditions OneToMany ProductStockCondition product -
persist remove
{{ entity.stockConditions }}
saleConditions OneToMany ProductSaleCondition product -
persist remove
{{ entity.saleConditions }}
customerConditions OneToMany ProductCustomerCondition product -
persist remove
{{ entity.customerConditions }}
statistics OneToMany ProductStatistics product -
persist remove
{{ entity.statistics }}
customergroups ManyToMany CustomerGroup - products
persist
{{ entity.customergroups }}
excludedUsers ManyToMany User - products
persist
{{ entity.excludedUsers }}
voucherseries ManyToMany VoucherSerie - products - {{ entity.voucherseries }}
discounts ManyToMany Discount - products - {{ entity.discounts }}
saleschannels ManyToMany SalesChannel - products
persist
{{ entity.saleschannels }}
productIndex ManyToOne ProductIndex - - - {{ entity.productIndex }}
shippingcosts ManyToMany ShippingCost products - - {{ entity.shippingcosts }}
shippings ManyToMany Shipping products - - {{ entity.shippings }}
excludedshippingcosts ManyToMany ShippingCost excludedProducts - - {{ entity.excludedshippingcosts }}
excludedshippings ManyToMany Shipping excludedProducts - - {{ entity.excludedshippings }}
shippingpackages ManyToMany ShippingPackage products - - {{ entity.shippingpackages }}
excludedshippingpackages ManyToMany ShippingPackage excludedProducts - - {{ entity.excludedshippingpackages }}
mainClient ManyToOne Client - - - {{ entity.mainClient }}
createdByUser ManyToOne User - - - {{ entity.createdByUser }}
status ManyToOne EntityStatus - - - {{ entity.status }}
productComments OneToMany ProductComment product -
persist remove
{{ entity.productComments }}
variantProductOption ManyToOne ProductOption - - - {{ entity.variantProductOption }}
variantProductOptionField ManyToOne ProductOptionField - - - {{ entity.variantProductOptionField }}
Index Name Columns Type
search_idx
foreign_id foreign_parent_id
INDEX
sku_idx
sku
INDEX
title_idx
title
INDEX
fulltitle_idx
productFullTitle
INDEX
ean_idx
ean
INDEX
internalEan_idx
internalEan
INDEX
uniqueNumber_idx
uniqueNumber
INDEX
mpn_idx
mpn
INDEX
distean_idx
distean
INDEX
materialBundleQuantity_idx
materialBundleQuantity
INDEX
price_idx
price
INDEX
deletedAt_idx
deletedAt
INDEX
deletedAtandid_idx
deletedAt id
INDEX