OfferItem

Aggrosoft\WAWIBundle\Entity\OfferItem
61
Columns
26
Relations
142
Properties

Relationships

Click entity to navigate
erDiagram
    OfferItem {
                string id PK
                string foreignId
                integer sort
                decimal quantity
                integer stornoQuantity
                decimal altQuantity
                        ___ ___more___
            }
                OfferItem }o--|| Offer : "offer"
        Offer {
        int id PK
    }
                OfferItem }o--|| Offer : "partialOffer"
        Offer {
        int id PK
    }
                OfferItem }o--|| Product : "product"
        Product {
        int id PK
    }
                OfferItem }o--|| OfferItem : "canceledOriginalInvoiceItem"
        OfferItem {
        int id PK
    }
                OfferItem ||--|| VendorOrderItem : "vendorOrderItem"
        VendorOrderItem {
        int id PK
    }
                OfferItem ||--|| LiabilityItem : "commissionLiabilityItem"
        LiabilityItem {
        int id PK
    }
                OfferItem ||--|| LiabilityItem : "clawbackLiabilityItem"
        LiabilityItem {
        int id PK
    }
                OfferItem }o--|| CommissionContractItem : "commissionContractItem"
        CommissionContractItem {
        int id PK
    }
                OfferItem }o--|| SubscriptionContractItem : "subscriptionContractItem"
        SubscriptionContractItem {
        int id PK
    }
                OfferItem }o--|| CommissionContract : "commissionContractReturn"
        CommissionContract {
        int id PK
    }
                OfferItem }o--|| OfferItem : "exchangedOfferItem"
        OfferItem {
        int id PK
    }
                OfferItem }o--|| OfferItem : "materialOfferItemSplittedFrom"
        OfferItem {
        int id PK
    }
                OfferItem }o--|| Vendor : "vendor"
        Vendor {
        int id PK
    }
                OfferItem }o--|| Warehouse : "warehouse"
        Warehouse {
        int id PK
    }
                OfferItem ||--o{ OfferItemMetaField : "metafields"
        OfferItemMetaField {
        int id PK
    }
                OfferItem ||--o{ OrderPickingItem : "pickingItems"
        OrderPickingItem {
        int id PK
    }
                OfferItem ||--o{ OrderReturnItem : "returnItems"
        OrderReturnItem {
        int id PK
    }
                OfferItem ||--o{ Voucher : "salevouchers"
        Voucher {
        int id PK
    }
                OfferItem ||--o{ ProductLicense : "licenses"
        ProductLicense {
        int id PK
    }
                OfferItem ||--o{ TimeTracking : "timeTrackings"
        TimeTracking {
        int id PK
    }
                OfferItem }o--o{ VendorOrderPackageItem : "vendorOrderPackageItems"
        VendorOrderPackageItem {
        int id PK
    }
                OfferItem }o--o{ WarehouseStorageLocation : "storageLocations"
        WarehouseStorageLocation {
        int id PK
    }
                OfferItem ||--o{ OfferItemOptionField : "optionFields"
        OfferItemOptionField {
        int id PK
    }
                OfferItem }o--|| Voucher : "accessoryVoucher"
        Voucher {
        int id PK
    }
                OfferItem }o--|| Customer : "marketplaceCustomer"
        Customer {
        int id PK
    }
                OfferItem ||--o{ OfferItemMaterial : "materials"
        OfferItemMaterial {
        int id PK
    }
                    

Metadaten

Tabelle offeritem
Bundle WAWIBundle
Repository Aggrosoft\WAWIBundle\Entity\Repository\OfferItemRepository
Interfaces
IMetaExtendable IPrototype IUpload IForeignClientable ICloneTimeTrackable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
foreignId foreign_id string(36)
{{ entity.foreignId }}
sort sort integer(11)
{{ entity.sort }}
quantity quantity decimal
{{ entity.quantity }}
stornoQuantity stornoQuantity integer(11)
{{ entity.stornoQuantity }}
altQuantity altQuantity decimal
{{ entity.altQuantity }}
saleUnitName saleUnitName string(255)
{{ entity.saleUnitName }}
sku sku text(255)
{{ entity.sku }}
productTitle productTitle text
{{ entity.productTitle }}
productTitleInOfferLanguage productTitleInOfferLanguage text
{{ entity.productTitleInOfferLanguage }}
variantTitle variantTitle text
{{ entity.variantTitle }}
variantTitleInOfferLanguage variantTitleInOfferLanguage text
{{ entity.variantTitleInOfferLanguage }}
productParameter productParameter text
{{ entity.productParameter }}
info info text
{{ entity.info }}
productOption productOption text
{{ entity.productOption }}
wrapTitle wrapTitle string(255)
{{ entity.wrapTitle }}
giftCardText giftCardText text
{{ entity.giftCardText }}
giftCardType giftCardType string(255)
{{ entity.giftCardType }}
ean ean string(25)
{{ entity.ean }}
serialNumber serialNumber string(36)
{{ entity.serialNumber }}
bestBeforeDate bestBeforeDate string(36)
{{ entity.bestBeforeDate }}
price price decimal(12,5)
{{ entity.price }}
discount discount decimal
{{ entity.discount }}
fixDiscount fixDiscount decimal
{{ entity.fixDiscount }}
discountPercent discountPercent decimal
{{ entity.discountPercent }}
discountNote discountNote string(255)
{{ entity.discountNote }}
purchasePrice purchasePrice decimal
{{ entity.purchasePrice }}
calculatedPurchasePrice calculatedPurchasePrice decimal
{{ entity.calculatedPurchasePrice }}
ossNettoPrice ossNettoPrice decimal
{{ entity.ossNettoPrice }}
skipDiscounts skipDiscounts boolean
{{ entity.skipDiscounts }}
vat vat decimal
{{ entity.vat }}
taxAccount taxAccount string(12)
{{ entity.taxAccount }}
weight weight float
{{ entity.weight }}
standardPrice standardPrice decimal(11,4)
{{ entity.standardPrice }}
uvp uvp decimal(11,4)
{{ entity.uvp }}
note note text
{{ entity.note }}
note2 note2 text
{{ entity.note2 }}
stornoNote stornoNote text
{{ entity.stornoNote }}
storno storno boolean
{{ entity.storno }}
stornoPositionSum stornoPositionSum decimal
{{ entity.stornoPositionSum }}
stornoPositionText stornoPositionText text
{{ entity.stornoPositionText }}
stornoPositionAccount stornoPositionAccount string(12)
{{ entity.stornoPositionAccount }}
allocated allocated boolean
{{ entity.allocated }}
refundedTax refundedTax decimal
{{ entity.refundedTax }}
nonDiscountedRefundedTax nonDiscountedRefundedTax decimal
{{ entity.nonDiscountedRefundedTax }}
lastCustomVat lastCustomVat decimal
{{ entity.lastCustomVat }}
creditNoteNumber creditNoteNumber string(36)
{{ entity.creditNoteNumber }}
creditNoteDate creditNoteDate datetime
{{ entity.creditNoteDate }}
receiptStornoNumber receiptStornoNumber bigint(11)
{{ entity.receiptStornoNumber }}
receiptStornoDate receiptStornoDate datetime
{{ entity.receiptStornoDate }}
saleVoucher saleVoucher boolean
{{ entity.saleVoucher }}
paymentTransactionId paymentTransactionId string(255)
{{ entity.paymentTransactionId }}
stornoBookingAwaited stornoBookingAwaited boolean
{{ entity.stornoBookingAwaited }}
documentCategoryText documentCategoryText text
{{ entity.documentCategoryText }}
fileName file string(255)
{{ entity.fileName }}
reserveStockTilDate reserveStockTilDate date
{{ entity.reserveStockTilDate }}
reservedQuantity reservedQuantity decimal
{{ entity.reservedQuantity }}
cloneDate cloneDate datetime
{{ entity.cloneDate }}
estimatedShippingDate estimatedShippingDate datetime
{{ entity.estimatedShippingDate }}
excludedMaterialProducts excludedMaterialProducts text
{{ entity.excludedMaterialProducts }}
lastUpdated lastupdated integer(11)
{{ entity.lastUpdated }}

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

Property Access Twig Usage Methods Return Type
notResetDataAfterClone Computed
write

setNotResetDataAfterClone()
-
shipped Computed
read
{{ entity.shipped }}
isShipped()
-
sum Computed
read
{{ entity.sum }}
getSum()
-
altSum Computed
read
{{ entity.altSum }}
getAltSum()
-
stornoQuantitySum Computed
read
{{ entity.stornoQuantitySum }}
getStornoQuantitySum()
-
itemPrice Computed
read
{{ entity.itemPrice }}
getItemPrice()
-
nettoSum Computed
read
{{ entity.nettoSum }}
getNettoSum()
-
stornoQuantityNettoSum Computed
read
{{ entity.stornoQuantityNettoSum }}
getStornoQuantityNettoSum()
-
nettoPrice Computed
read write
{{ entity.nettoPrice }}
getNettoPrice()
setNettoPrice()
-
bruttoPrice Computed
read write
{{ entity.bruttoPrice }}
getBruttoPrice()
setBruttoPrice()
-
sumInOfferMode Computed
read
{{ entity.sumInOfferMode }}
getSumInOfferMode()
-
sumTaxValue Computed
read
{{ entity.sumTaxValue }}
getSumTaxValue()
-
taxValue Computed
read
{{ entity.taxValue }}
getTaxValue()
-
ondemand Computed
read
{{ entity.ondemand }}
isOndemand()
-
dropshipping Computed
read
{{ entity.dropshipping }}
isDropshipping()
-
vendors Computed
read
{{ entity.vendors }}
getVendors()
-
ondemandVendors Computed
read
{{ entity.ondemandVendors }}
getOndemandVendors()
-
dropshippingVendors Computed
read
{{ entity.dropshippingVendors }}
getDropshippingVendors()
-
warehouses Computed
read
{{ entity.warehouses }}
getWarehouses()
-
discountedSum Computed
read
{{ entity.discountedSum }}
getDiscountedSum()
-
discountedNettoSum Computed
read
{{ entity.discountedNettoSum }}
getDiscountedNettoSum()
-
discountedNettoPrice Computed
read
{{ entity.discountedNettoPrice }}
getDiscountedNettoPrice()
-
discountedPrice Computed
read
{{ entity.discountedPrice }}
getDiscountedPrice()
-
id DB
read write
{{ entity.id }}
getId()
setId()
string
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
quantity DB
read write
{{ entity.quantity }}
getQuantity()
setQuantity()
float
price DB
read write
{{ entity.price }}
getPrice()
setPrice()
float
note DB
read write
{{ entity.note }}
getNote()
setNote()
string
offer DB
read write
{{ entity.offer }}
getOffer()
setOffer()
Aggrosoft\WAWIBundle\Entity\Offer
product DB
read write
{{ entity.product }}
getProduct()
setProduct()
Aggrosoft\WAWIBundle\Entity\Product
vendorOrderItem DB
read write
{{ entity.vendorOrderItem }}
getVendorOrderItem()
setVendorOrderItem()
Aggrosoft\WAWIBundle\Entity\VendorOrderItem
vendor DB
read write
{{ entity.vendor }}
getVendor()
setVendor()
Aggrosoft\WAWIBundle\Entity\Vendor
warehouse DB
read write
{{ entity.warehouse }}
getWarehouse()
setWarehouse()
Aggrosoft\WAWIBundle\Entity\Warehouse
productTitle DB
read write
{{ entity.productTitle }}
getProductTitle()
setProductTitle()
string
variantTitle DB
read write
{{ entity.variantTitle }}
getVariantTitle()
setVariantTitle()
string
discount DB
read write
{{ entity.discount }}
getDiscount()
setDiscount()
float
vat DB
read write
{{ entity.vat }}
getVat()
setVat()
float
weight DB
read write
{{ entity.weight }}
getWeight()
setWeight()
float
sku DB
read write
{{ entity.sku }}
getSku()
setSku()
string
productParameter DB
read write
{{ entity.productParameter }}
getProductParameter()
setProductParameter()
string
productOption DB
read write
{{ entity.productOption }}
getProductOption()
setProductOption()
string
storno DB
read write
{{ entity.storno }}
getStorno()
setStorno()
boolean
metafields DB
read
{{ entity.metafields }}
getMetafields()
\Doctrine\Common\Collections\Collection
pickable Computed
read
{{ entity.pickable }}
isPickable()
-
pickingItems DB
read
{{ entity.pickingItems }}
getPickingItems()
\Doctrine\Common\Collections\Collection
returnItems DB
read
{{ entity.returnItems }}
getReturnItems()
\Doctrine\Common\Collections\Collection
stornoQuantity DB
read write
{{ entity.stornoQuantity }}
getStornoQuantity()
setStornoQuantity()
integer
pricingItem Computed
read
{{ entity.pricingItem }}
getPricingItem()
-
wrapTitle DB
read write
{{ entity.wrapTitle }}
getWrapTitle()
setWrapTitle()
string
giftCardText DB
read write
{{ entity.giftCardText }}
getGiftCardText()
setGiftCardText()
string
paymentTransactionId DB
read write
{{ entity.paymentTransactionId }}
getPaymentTransactionId()
setPaymentTransactionId()
string
giftCardType DB
read write
{{ entity.giftCardType }}
getGiftCardType()
setGiftCardType()
string
ean DB
read write
{{ entity.ean }}
getEan()
setEan()
string
serialNumber DB
read write
{{ entity.serialNumber }}
getSerialNumber()
setSerialNumber()
string
saleVoucher DB
read write
{{ entity.saleVoucher }}
getSaleVoucher()
setSaleVoucher()
boolean
salevouchers DB
read
{{ entity.salevouchers }}
getSalevouchers()
\Doctrine\Common\Collections\Collection
info DB
read write
{{ entity.info }}
getInfo()
setInfo()
string
stornoBookingAwaited DB
read write
{{ entity.stornoBookingAwaited }}
getStornoBookingAwaited()
setStornoBookingAwaited()
boolean
stornoPositionSum DB
read write
{{ entity.stornoPositionSum }}
getStornoPositionSum()
setStornoPositionSum()
string
stornoPositionText DB
read write
{{ entity.stornoPositionText }}
getStornoPositionText()
setStornoPositionText()
string
commissionLiabilityItem DB
read write
{{ entity.commissionLiabilityItem }}
getCommissionLiabilityItem()
setCommissionLiabilityItem()
\Aggrosoft\WAWIBundle\Entity\LiabilityItem
commissionContractItem DB
read write
{{ entity.commissionContractItem }}
getCommissionContractItem()
setCommissionContractItem()
\Aggrosoft\WAWIBundle\Entity\CommissionContractItem
commissionContractReturn DB
read write
{{ entity.commissionContractReturn }}
getCommissionContractReturn()
setCommissionContractReturn()
\Aggrosoft\WAWIBundle\Entity\CommissionContract
partialOffer DB
read write
{{ entity.partialOffer }}
getPartialOffer()
setPartialOffer()
\Aggrosoft\WAWIBundle\Entity\Offer
creditNoteNumber DB
read write
{{ entity.creditNoteNumber }}
getCreditNoteNumber()
setCreditNoteNumber()
string
creditNoteDate DB
read write
{{ entity.creditNoteDate }}
getCreditNoteDate()
setCreditNoteDate()
\DateTime
stornoPositionTaxValue Computed
read
{{ entity.stornoPositionTaxValue }}
getStornoPositionTaxValue()
-
stornoPositionNettoSum Computed
read
{{ entity.stornoPositionNettoSum }}
getStornoPositionNettoSum()
-
receiptStornoNumber DB
read write
{{ entity.receiptStornoNumber }}
getReceiptStornoNumber()
setReceiptStornoNumber()
integer
stornoPositionAccount DB
read write
{{ entity.stornoPositionAccount }}
getStornoPositionAccount()
setStornoPositionAccount()
string
refundedTax DB
read write
{{ entity.refundedTax }}
getRefundedTax()
setRefundedTax()
string
nonDiscountedRefundedTax DB
read write
{{ entity.nonDiscountedRefundedTax }}
getNonDiscountedRefundedTax()
setNonDiscountedRefundedTax()
string
fixDiscount DB
read write
{{ entity.fixDiscount }}
getFixDiscount()
setFixDiscount()
string
discountPercent DB
read write
{{ entity.discountPercent }}
getDiscountPercent()
setDiscountPercent()
string
subscriptionContractItem DB
read write
{{ entity.subscriptionContractItem }}
getSubscriptionContractItem()
setSubscriptionContractItem()
\Aggrosoft\WAWIBundle\Entity\SubscriptionContractItem
discountNote DB
read write
{{ entity.discountNote }}
getDiscountNote()
setDiscountNote()
string
altQuantity DB
read write
{{ entity.altQuantity }}
getAltQuantity()
setAltQuantity()
string
skipDiscounts DB
read write
{{ entity.skipDiscounts }}
getSkipDiscounts()
setSkipDiscounts()
boolean
saleUnitName DB
read write
{{ entity.saleUnitName }}
getSaleUnitName()
setSaleUnitName()
string
receiptStornoDate DB
read write
{{ entity.receiptStornoDate }}
getReceiptStornoDate()
setReceiptStornoDate()
\DateTime
bestBeforeDate DB
read write
{{ entity.bestBeforeDate }}
getBestBeforeDate()
setBestBeforeDate()
string
licenses DB
read
{{ entity.licenses }}
getLicenses()
\Doctrine\Common\Collections\Collection
taxAccount DB
read write
{{ entity.taxAccount }}
getTaxAccount()
setTaxAccount()
string
timeTrackings DB
read
{{ entity.timeTrackings }}
getTimeTrackings()
\Doctrine\Common\Collections\Collection
allocated DB
read write
{{ entity.allocated }}
getAllocated()
setAllocated()
boolean
purchasePrice DB
read write
{{ entity.purchasePrice }}
getPurchasePrice()
setPurchasePrice()
string
purchaseSum Computed
read
{{ entity.purchaseSum }}
getPurchaseSum()
-
thisOrProductCalculatedPurchasePrice Computed
read
{{ entity.thisOrProductCalculatedPurchasePrice }}
getThisOrProductCalculatedPurchasePrice()
-
thisOrProductPurchasePrice Computed
read
{{ entity.thisOrProductPurchasePrice }}
getThisOrProductPurchasePrice()
-
accessoryVoucher DB
read write
{{ entity.accessoryVoucher }}
getAccessoryVoucher()
setAccessoryVoucher()
\Aggrosoft\WAWIBundle\Entity\Voucher
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
file Computed
read write
{{ entity.file }}
getFile()
setFile()
-
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
fileName DB
read write
{{ entity.fileName }}
getFileName()
setFileName()
string
lastUpdated DB
read write
{{ entity.lastUpdated }}
getLastUpdated()
setLastUpdated()
integer
foreignClient Computed
read
{{ entity.foreignClient }}
getForeignClient()
-
firstItem Computed
read
{{ entity.firstItem }}
isFirstItem()
-
note2 DB
read write
{{ entity.note2 }}
getNote2()
setNote2()
string
standardPrice DB
read write
{{ entity.standardPrice }}
getStandardPrice()
setStandardPrice()
string
entity Computed
read
{{ entity.entity }}
getEntity()
-
documentCategoryText DB
read write
{{ entity.documentCategoryText }}
getDocumentCategoryText()
setDocumentCategoryText()
string
productTitleInOfferLanguage DB
read write
{{ entity.productTitleInOfferLanguage }}
getProductTitleInOfferLanguage()
setProductTitleInOfferLanguage()
string
variantTitleInOfferLanguage DB
read write
{{ entity.variantTitleInOfferLanguage }}
getVariantTitleInOfferLanguage()
setVariantTitleInOfferLanguage()
string
exchangedOfferItem DB
read write
{{ entity.exchangedOfferItem }}
getExchangedOfferItem()
setExchangedOfferItem()
\Aggrosoft\WAWIBundle\Entity\OfferItem
reserveStockTilDate DB
read write
{{ entity.reserveStockTilDate }}
getReserveStockTilDate()
setReserveStockTilDate()
\DateTime
reservedQuantity DB
read write
{{ entity.reservedQuantity }}
getReservedQuantity()
setReservedQuantity()
string
lastCustomVat DB
read write
{{ entity.lastCustomVat }}
getLastCustomVat()
setLastCustomVat()
string
materialOfferItemSplittedFrom DB
read write
{{ entity.materialOfferItemSplittedFrom }}
getMaterialOfferItemSplittedFrom()
setMaterialOfferItemSplittedFrom()
\Aggrosoft\WAWIBundle\Entity\OfferItem
ossNettoPrice DB
read write
{{ entity.ossNettoPrice }}
getOssNettoPrice()
setOssNettoPrice()
string
fullSortWithDeliveryNote Computed
read
{{ entity.fullSortWithDeliveryNote }}
getFullSortWithDeliveryNote()
-
quantityAlsoMaterials Computed
read
{{ entity.quantityAlsoMaterials }}
getQuantityAlsoMaterials()
-
optionFields DB
read
{{ entity.optionFields }}
getOptionFields()
\Doctrine\Common\Collections\Collection
uvp DB
read write
{{ entity.uvp }}
getUvp()
setUvp()
string
cloneDate DB
read write
{{ entity.cloneDate }}
getCloneDate()
setCloneDate()
\DateTime
variant1Id Computed
read write
{{ entity.variant1Id }}
getVariant1Id()
setVariant1Id()
mixed
variant2Id Computed
read write
{{ entity.variant2Id }}
getVariant2Id()
setVariant2Id()
mixed
variant3Id Computed
read write
{{ entity.variant3Id }}
getVariant3Id()
setVariant3Id()
mixed
variant4Id Computed
read write
{{ entity.variant4Id }}
getVariant4Id()
setVariant4Id()
mixed
grossProfit Computed
read
{{ entity.grossProfit }}
getGrossProfit()
-
totalWeightAlsoByMaterials Computed
read
{{ entity.totalWeightAlsoByMaterials }}
getTotalWeightAlsoByMaterials()
-
weightAlsoByMaterials Computed
read
{{ entity.weightAlsoByMaterials }}
getWeightAlsoByMaterials()
-
nettoWeightAlsoByMaterials Computed
read
{{ entity.nettoWeightAlsoByMaterials }}
getNettoWeightAlsoByMaterials()
-
serialNumbersFromPickList Computed
read
{{ entity.serialNumbersFromPickList }}
getSerialNumbersFromPickList()
-
marketplaceCustomer DB
read write
{{ entity.marketplaceCustomer }}
getMarketplaceCustomer()
setMarketplaceCustomer()
\Aggrosoft\WAWIBundle\Entity\Customer
customerSku Computed
read
{{ entity.customerSku }}
getCustomerSku()
-
customerProductTitle Computed
read
{{ entity.customerProductTitle }}
getCustomerProductTitle()
-
vendorOrderPackageItems DB
read
{{ entity.vendorOrderPackageItems }}
getVendorOrderPackageItems()
\Doctrine\Common\Collections\Collection
stornoNote DB
read write
{{ entity.stornoNote }}
getStornoNote()
setStornoNote()
string
productOptionMaterials Computed
read
{{ entity.productOptionMaterials }}
getProductOptionMaterials()
-
storageLocations DB
read
{{ entity.storageLocations }}
getStorageLocations()
\Doctrine\Common\Collections\Collection
estimatedShippingDate DB
read write
{{ entity.estimatedShippingDate }}
getEstimatedShippingDate()
setEstimatedShippingDate()
\DateTime
clawbackLiabilityItem DB
read write
{{ entity.clawbackLiabilityItem }}
getClawbackLiabilityItem()
setClawbackLiabilityItem()
\Aggrosoft\WAWIBundle\Entity\LiabilityItem
calculatedPurchasePrice DB
read write
{{ entity.calculatedPurchasePrice }}
getCalculatedPurchasePrice()
setCalculatedPurchasePrice()
string
payoutBrutto Computed
read
{{ entity.payoutBrutto }}
getPayoutBrutto()
-
payoutNetto Computed
read
{{ entity.payoutNetto }}
getPayoutNetto()
-
profitWithoutShipping Computed
read
{{ entity.profitWithoutShipping }}
getProfitWithoutShipping()
-
materials DB
read
{{ entity.materials }}
getMaterials()
\Doctrine\Common\Collections\Collection
excludedMaterialProducts DB
read write
{{ entity.excludedMaterialProducts }}
getExcludedMaterialProducts()
setExcludedMaterialProducts()
string
allMaterials Computed
read
{{ entity.allMaterials }}
getAllMaterials()
-
canceledOriginalInvoiceItem DB
read write
{{ entity.canceledOriginalInvoiceItem }}
getCanceledOriginalInvoiceItem()
setCanceledOriginalInvoiceItem()
\Aggrosoft\WAWIBundle\Entity\OfferItem
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
offer ManyToOne Offer - items - {{ entity.offer }}
partialOffer ManyToOne Offer - partialItems
persist remove
{{ entity.partialOffer }}
product ManyToOne Product - - - {{ entity.product }}
canceledOriginalInvoiceItem ManyToOne OfferItem - - - {{ entity.canceledOriginalInvoiceItem }}
vendorOrderItem OneToOne VendorOrderItem - offerItem - {{ entity.vendorOrderItem }}
commissionLiabilityItem OneToOne LiabilityItem - offerItem - {{ entity.commissionLiabilityItem }}
clawbackLiabilityItem OneToOne LiabilityItem - offerItem - {{ entity.clawbackLiabilityItem }}
commissionContractItem ManyToOne CommissionContractItem - - - {{ entity.commissionContractItem }}
subscriptionContractItem ManyToOne SubscriptionContractItem - - - {{ entity.subscriptionContractItem }}
commissionContractReturn ManyToOne CommissionContract - - - {{ entity.commissionContractReturn }}
exchangedOfferItem ManyToOne OfferItem - - - {{ entity.exchangedOfferItem }}
materialOfferItemSplittedFrom ManyToOne OfferItem - - - {{ entity.materialOfferItemSplittedFrom }}
vendor ManyToOne Vendor - - - {{ entity.vendor }}
warehouse ManyToOne Warehouse - - - {{ entity.warehouse }}
metafields OneToMany OfferItemMetaField offeritem -
persist remove
{{ entity.metafields }}
pickingItems OneToMany OrderPickingItem offerItem - - {{ entity.pickingItems }}
returnItems OneToMany OrderReturnItem offerItem - - {{ entity.returnItems }}
salevouchers OneToMany Voucher saleofferitem - - {{ entity.salevouchers }}
licenses OneToMany ProductLicense offerItem - - {{ entity.licenses }}
timeTrackings OneToMany TimeTracking offerItem - - {{ entity.timeTrackings }}
vendorOrderPackageItems ManyToMany VendorOrderPackageItem - offerItems - {{ entity.vendorOrderPackageItems }}
storageLocations ManyToMany WarehouseStorageLocation - offerItems - {{ entity.storageLocations }}
optionFields OneToMany OfferItemOptionField offerItem -
persist remove refresh
{{ entity.optionFields }}
accessoryVoucher ManyToOne Voucher - - - {{ entity.accessoryVoucher }}
marketplaceCustomer ManyToOne Customer - - - {{ entity.marketplaceCustomer }}
materials OneToMany OfferItemMaterial offerItem -
persist remove refresh
{{ entity.materials }}
Index Name Columns Type
search_idx
foreign_id
INDEX