Offer

Aggrosoft\WAWIBundle\Entity\Offer
118
Columns
28
Relations
237
Properties

Relationships

Click entity to navigate
erDiagram
    Offer {
                string id PK
                string foreignId
                datetime created
                datetime updated
                bigint offerNumber
                string customerOrderNumber
                        ___ ___more___
            }
                Offer }o--|| Customer : "customer"
        Customer {
        int id PK
    }
                Offer }o--|| EntityStatus : "offerStatus"
        EntityStatus {
        int id PK
    }
                Offer }o--|| OrderStatus : "statusObject"
        OrderStatus {
        int id PK
    }
                Offer }o--|| Country : "billingCountry"
        Country {
        int id PK
    }
                Offer }o--|| State : "billingState"
        State {
        int id PK
    }
                Offer }o--|| Country : "shippingCountry"
        Country {
        int id PK
    }
                Offer }o--|| State : "shippingState"
        State {
        int id PK
    }
                Offer ||--o{ OfferItem : "items"
        OfferItem {
        int id PK
    }
                Offer ||--o{ OfferItem : "partialItems"
        OfferItem {
        int id PK
    }
                Offer }o--|| Client : "client"
        Client {
        int id PK
    }
                Offer }o--|| Country : "exportCountry"
        Country {
        int id PK
    }
                Offer }o--|| Payment : "payment"
        Payment {
        int id PK
    }
                Offer ||--o{ OfferPaymentField : "paymentFields"
        OfferPaymentField {
        int id PK
    }
                Offer }o--|| Shipping : "shipping"
        Shipping {
        int id PK
    }
                Offer }o--|| ShippingPackage : "shippingPackage"
        ShippingPackage {
        int id PK
    }
                Offer }o--|| Language : "language"
        Language {
        int id PK
    }
                Offer ||--|| Order : "order"
        Order {
        int id PK
    }
                Offer }o--|| User : "clerk"
        User {
        int id PK
    }
                Offer }o--|| Offer : "exchangedOffer"
        Offer {
        int id PK
    }
                Offer }o--|| Customer : "agentCustomer"
        Customer {
        int id PK
    }
                Offer }o--o{ ObjectGroup : "groups"
        ObjectGroup {
        int id PK
    }
                Offer ||--o{ OfferMetaField : "metafields"
        OfferMetaField {
        int id PK
    }
                Offer ||--o{ OfferUpload : "uploads"
        OfferUpload {
        int id PK
    }
                Offer ||--o{ Voucher : "vouchers"
        Voucher {
        int id PK
    }
                Offer ||--o{ Voucher : "refundedVouchers"
        Voucher {
        int id PK
    }
                Offer ||--o{ Voucher : "salevouchers"
        Voucher {
        int id PK
    }
                Offer }o--o{ Report : "reports"
        Report {
        int id PK
    }
                Offer ||--o{ OrderInternalComment : "internalComments"
        OrderInternalComment {
        int id PK
    }
                    

Metadaten

Tabelle offer
Bundle WAWIBundle
Repository Aggrosoft\WAWIBundle\Entity\Repository\OfferRepository
Interfaces
IClientable IMetaExtendable IHasLanguage IReportable IGroupable IPrototype IPrivateEntity
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
foreignId foreign_id string(36)
{{ entity.foreignId }}
created created datetime
{{ entity.created }}
updated updated datetime
{{ entity.updated }}
offerNumber offerNumber bigint(11)
{{ entity.offerNumber }}
customerOrderNumber customerOrderNumber string(100)
{{ entity.customerOrderNumber }}
total total decimal
{{ entity.total }}
totalnetto totalnetto decimal
{{ entity.totalnetto }}
customStornoSum customStornoSum decimal
{{ entity.customStornoSum }}
discount discount decimal
{{ entity.discount }}
cashDiscount cashDiscount decimal
{{ entity.cashDiscount }}
cashDiscountPercent cashDiscountPercent decimal
{{ entity.cashDiscountPercent }}
cashDiscountDays cashDiscountDays integer(8)
{{ entity.cashDiscountDays }}
excludeDeliveryCostFromCashDiscount excludeDeliveryCostFromCashDiscount boolean
{{ entity.excludeDeliveryCostFromCashDiscount }}
voucherDiscount voucherDiscount decimal
{{ entity.voucherDiscount }}
saleVoucherDiscount saleVoucherDiscount decimal
{{ entity.saleVoucherDiscount }}
refundedSaleVoucherDiscount refundedSaleVoucherDiscount decimal
{{ entity.refundedSaleVoucherDiscount }}
customerCardDiscount customerCardDiscount decimal
{{ entity.customerCardDiscount }}
bonusCardDiscount bonusCardDiscount decimal
{{ entity.bonusCardDiscount }}
refundedTax refundedTax decimal
{{ entity.refundedTax }}
deliveryCost deliveryCost decimal
{{ entity.deliveryCost }}
deliveryVat deliveryVat decimal
{{ entity.deliveryVat }}
paymentCost paymentCost decimal
{{ entity.paymentCost }}
paymentVat paymentVat decimal
{{ entity.paymentVat }}
wrapCost wrapCost decimal
{{ entity.wrapCost }}
wrapVat wrapVat decimal
{{ entity.wrapVat }}
giftCardCost giftCardCost decimal
{{ entity.giftCardCost }}
giftCardVat giftCardVat decimal
{{ entity.giftCardVat }}
tsProtectCost tsProtectCost decimal
{{ entity.tsProtectCost }}
returnCost returnCost decimal
{{ entity.returnCost }}
additionalCost additionalCost decimal
{{ entity.additionalCost }}
additionalCostName additionalCostName string(128)
{{ entity.additionalCostName }}
additionalCost2 additionalCost2 decimal
{{ entity.additionalCost2 }}
additionalCostName2 additionalCostName2 string(128)
{{ entity.additionalCostName2 }}
additionalCost3 additionalCost3 decimal
{{ entity.additionalCost3 }}
additionalCostName3 additionalCostName3 string(128)
{{ entity.additionalCostName3 }}
additionalCost4 additionalCost4 decimal
{{ entity.additionalCost4 }}
additionalCostName4 additionalCostName4 string(128)
{{ entity.additionalCostName4 }}
additionalCost5 additionalCost5 decimal
{{ entity.additionalCost5 }}
additionalCostName5 additionalCostName5 string(128)
{{ entity.additionalCostName5 }}
status status string(100)
{{ entity.status }}
billingEMail billingEMail string(255)
{{ entity.billingEMail }}
billingSalutation billingSalutation string(255)
{{ entity.billingSalutation }}
billingTitle billingTitle string(255)
{{ entity.billingTitle }}
billingCompany billingCompany string(255)
{{ entity.billingCompany }}
billingAdditionalInfo billingAdditionalInfo string(255)
{{ entity.billingAdditionalInfo }}
billingFirstName billingFirstName string(255)
{{ entity.billingFirstName }}
billingLastName billingLastName string(255)
{{ entity.billingLastName }}
billingStreet billingStreet string(255)
{{ entity.billingStreet }}
billingVatId billingVatId string(50)
{{ entity.billingVatId }}
billingCity billingCity string(200)
{{ entity.billingCity }}
billingZip billingZip string(128)
{{ entity.billingZip }}
billingPhone billingPhone string(128)
{{ entity.billingPhone }}
billingFax billingFax string(128)
{{ entity.billingFax }}
noBillingAddress noBillingAddress boolean
{{ entity.noBillingAddress }}
allowUpdateOfferWithInvoice allowUpdateOfferWithInvoice boolean
{{ entity.allowUpdateOfferWithInvoice }}
shippingSalutation shippingSalutation string(255)
{{ entity.shippingSalutation }}
shippingTitle shippingTitle string(255)
{{ entity.shippingTitle }}
shippingCompany shippingCompany string(255)
{{ entity.shippingCompany }}
shippingFirstName shippingFirstName string(255)
{{ entity.shippingFirstName }}
shippingLastName shippingLastName string(255)
{{ entity.shippingLastName }}
shippingAdditionalInfo shippingAdditionalInfo string(255)
{{ entity.shippingAdditionalInfo }}
shippingStreet shippingStreet string(255)
{{ entity.shippingStreet }}
shippingCity shippingCity string(200)
{{ entity.shippingCity }}
shippingZip shippingZip string(128)
{{ entity.shippingZip }}
shippingPhone shippingPhone string(128)
{{ entity.shippingPhone }}
shippingFax shippingFax string(128)
{{ entity.shippingFax }}
shippingVatId shippingVatId string(50)
{{ entity.shippingVatId }}
currency currency string(32)
{{ entity.currency }}
currencyRate currencyRate decimal
{{ entity.currencyRate }}
weight weight decimal
{{ entity.weight }}
packageWidth packageWidth decimal
{{ entity.packageWidth }}
packageHeight packageHeight decimal
{{ entity.packageHeight }}
packageLength packageLength decimal
{{ entity.packageLength }}
note note text
{{ entity.note }}
discountNote discountNote text
{{ entity.discountNote }}
giftCardText giftCardText text
{{ entity.giftCardText }}
giftCardType giftCardType string(255)
{{ entity.giftCardType }}
internalNote internalNote text
{{ entity.internalNote }}
customerReference customerReference string(128)
{{ entity.customerReference }}
additionalInfo additionalInfo text
{{ entity.additionalInfo }}
additionalInfo2 additionalInfo2 text
{{ entity.additionalInfo2 }}
additionalInfo3 additionalInfo3 text
{{ entity.additionalInfo3 }}
offerTemplate offerTemplate string(128)
{{ entity.offerTemplate }}
vatIdStatus vatIdStatus integer
{{ entity.vatIdStatus }}
vatIdNote vatIdNote text
{{ entity.vatIdNote }}
vatIdCheckDate vatIdCheckDate datetime
{{ entity.vatIdCheckDate }}
refundsum refundsum decimal
{{ entity.refundsum }}
costsTaxFree costsTaxFree boolean
{{ entity.costsTaxFree }}
taxFreeCostNames taxFreeCostNames text
{{ entity.taxFreeCostNames }}
benefitPeriod benefitPeriod text
{{ entity.benefitPeriod }}
paymentTransactionId paymentTransactionId string(128)
{{ entity.paymentTransactionId }}
paidDate paidDate datetime
{{ entity.paidDate }}
paymentTerm paymentTerm integer(2)
{{ entity.paymentTerm }}
shippingDate shippingDate datetime
{{ entity.shippingDate }}
estimatedShippingDate estimatedShippingDate datetime
{{ entity.estimatedShippingDate }}
useEstimatedShippingDateAsFixedDate useEstimatedShippingDateAsFixedDate boolean
{{ entity.useEstimatedShippingDateAsFixedDate }}
useEstimatedShippingDateAsLatestDate useEstimatedShippingDateAsLatestDate boolean
{{ entity.useEstimatedShippingDateAsLatestDate }}
estimatedOrderDate estimatedOrderDate datetime
{{ entity.estimatedOrderDate }}
offerValidTil offerValidTil date
{{ entity.offerValidTil }}
reserveStockTilDate reserveStockTilDate date
{{ entity.reserveStockTilDate }}
internalReserveStock internalReserveStock boolean
{{ entity.internalReserveStock }}
transactionStatus transactionStatus string(128)
{{ entity.transactionStatus }}
nettoMode nettoMode boolean
{{ entity.nettoMode }}
calcPlusTax calcPlusTax boolean
{{ entity.calcPlusTax }}
hasDropshippingItems hasDropshippingItems boolean
{{ entity.hasDropshippingItems }}
hasOndemandItems hasOndemandItems boolean
{{ entity.hasOndemandItems }}
notReserveStock notReserveStock boolean
{{ entity.notReserveStock }}
useNotReservedStockInBuyingProposals useNotReservedStockInBuyingProposals boolean
{{ entity.useNotReservedStockInBuyingProposals }}
disableCostCalculation disableCostCalculation boolean
{{ entity.disableCostCalculation }}
roundDiscountedStornoSum roundDiscountedStornoSum boolean
{{ entity.roundDiscountedStornoSum }}
uniqNumber uniqNumber string(128)
{{ entity.uniqNumber }}
notRefundSaleVouchersProportionately notRefundSaleVouchersProportionately boolean
{{ entity.notRefundSaleVouchersProportionately }}
agentPayoffDate agentPayoffDate datetime
{{ entity.agentPayoffDate }}
agentParameter agentParameter string(255)
{{ entity.agentParameter }}
userAgent userAgent text
{{ entity.userAgent }}
encryptedAddress encryptedAddress text
{{ entity.encryptedAddress }}
userAgentType userAgentType string(255)
{{ entity.userAgentType }}

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

Property Access Twig Usage Methods Return Type
stornoItemsOrStorno Computed
read
{{ entity.stornoItemsOrStorno }}
hasStornoItemsOrStorno()
-
splittedItems Computed
read
{{ entity.splittedItems }}
hasSplittedItems()
-
totalDiscount Computed
read
{{ entity.totalDiscount }}
getTotalDiscount()
-
sum Computed
read
{{ entity.sum }}
getSum()
-
costsSum Computed
read
{{ entity.costsSum }}
getCostsSum()
-
sumToPay Computed
read
{{ entity.sumToPay }}
getSumToPay()
-
skipDiscountsSum Computed
read
{{ entity.skipDiscountsSum }}
getSkipDiscountsSum()
-
skipDiscountsStornoSum Computed
read
{{ entity.skipDiscountsStornoSum }}
getSkipDiscountsStornoSum()
-
stornoSum Computed
read
{{ entity.stornoSum }}
getStornoSum()
-
grossProfit Computed
read
{{ entity.grossProfit }}
getGrossProfit()
-
grossProfitQuote Computed
read
{{ entity.grossProfitQuote }}
getGrossProfitQuote()
-
grossProfitQuoteByCalculatedPurchase Computed
read
{{ entity.grossProfitQuoteByCalculatedPurchase }}
getGrossProfitQuoteByCalculatedPurchase()
-
grossProfitByCalculatedPurchase Computed
read
{{ entity.grossProfitByCalculatedPurchase }}
getGrossProfitByCalculatedPurchase()
-
articlePurchasePrice Computed
read
{{ entity.articlePurchasePrice }}
getArticlePurchasePrice()
-
articleCalculatedPurchasePrice Computed
read
{{ entity.articleCalculatedPurchasePrice }}
getArticleCalculatedPurchasePrice()
-
nettoPrice Computed
read
{{ entity.nettoPrice }}
getNettoPrice()
-
deliveryNettoCost Computed
read
{{ entity.deliveryNettoCost }}
getDeliveryNettoCost()
-
articleBruttoPrice Computed
read
{{ entity.articleBruttoPrice }}
getArticleBruttoPrice()
-
articleNettoPrice Computed
read
{{ entity.articleNettoPrice }}
getArticleNettoPrice()
-
discountedArticleBruttoPrice Computed
read
{{ entity.discountedArticleBruttoPrice }}
getDiscountedArticleBruttoPrice()
-
discountedArticleNettoPrice Computed
read
{{ entity.discountedArticleNettoPrice }}
getDiscountedArticleNettoPrice()
-
stornoSkipDiscountsArticleNettoPrice Computed
read
{{ entity.stornoSkipDiscountsArticleNettoPrice }}
getStornoSkipDiscountsArticleNettoPrice()
-
stornoNoSkipDiscountsArticleNettoPrice Computed
read
{{ entity.stornoNoSkipDiscountsArticleNettoPrice }}
getStornoNoSkipDiscountsArticleNettoPrice()
-
stornoNonDiscountedArticleNettoPrice Computed
read
{{ entity.stornoNonDiscountedArticleNettoPrice }}
getStornoNonDiscountedArticleNettoPrice()
-
stornoNonDiscountedArticleBruttoPrice Computed
read
{{ entity.stornoNonDiscountedArticleBruttoPrice }}
getStornoNonDiscountedArticleBruttoPrice()
-
stornoArticleBruttoPrice Computed
read
{{ entity.stornoArticleBruttoPrice }}
getStornoArticleBruttoPrice()
-
stornoArticleNettoPrice Computed
read
{{ entity.stornoArticleNettoPrice }}
getStornoArticleNettoPrice()
-
maxTaxRate Computed
read
{{ entity.maxTaxRate }}
getMaxTaxRate()
-
taxValue Computed
read
{{ entity.taxValue }}
getTaxValue()
-
stornoTaxValue Computed
read
{{ entity.stornoTaxValue }}
getStornoTaxValue()
-
privateEUSupply Computed
read
{{ entity.privateEUSupply }}
isPrivateEUSupply()
-
intraCommunitySupply Computed
read
{{ entity.intraCommunitySupply }}
isIntraCommunitySupply()
-
shippingAddress Computed
read write
{{ entity.shippingAddress }}
getShippingAddress()
setShippingAddress()
-
billingAddress Computed
read
{{ entity.billingAddress }}
getBillingAddress()
-
customerShippingAddress Computed
read
{{ entity.customerShippingAddress }}
getCustomerShippingAddress()
-
hasOndemandItems DB
read write
{{ entity.hasOndemandItems }}
getHasOndemandItems()
setHasOndemandItems()
-
ondemandItems Computed
read
{{ entity.ondemandItems }}
getOndemandItems()
-
hasDropshippingItems DB
read write
{{ entity.hasDropshippingItems }}
getHasDropshippingItems()
setHasDropshippingItems()
-
dropshippingItems Computed
read
{{ entity.dropshippingItems }}
getDropshippingItems()
-
dropshippingVendors Computed
read
{{ entity.dropshippingVendors }}
getDropshippingVendors()
-
id DB
read
{{ entity.id }}
getId()
string
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
customer DB
read write
{{ entity.customer }}
getCustomer()
setCustomer()
Aggrosoft\WAWIBundle\Entity\Customer
items DB
read write
{{ entity.items }}
getItems()
setItems()
Doctrine\Common\Collections\Collection
offerNumber DB
read write
{{ entity.offerNumber }}
getOfferNumber()
setOfferNumber()
integer
client DB
read write
{{ entity.client }}
getClient()
setClient()
\Aggrosoft\WAWIBundle\Entity\Client
billingCompany DB
read write
{{ entity.billingCompany }}
getBillingCompany()
setBillingCompany()
string
billingName Computed
read write
{{ entity.billingName }}
getBillingName()
setBillingName()
string
billingStreet DB
read write
{{ entity.billingStreet }}
getBillingStreet()
setBillingStreet()
string
billingVatId DB
read write
{{ entity.billingVatId }}
getBillingVatId()
setBillingVatId()
string
billingCity DB
read write
{{ entity.billingCity }}
getBillingCity()
setBillingCity()
string
billingZip DB
read write
{{ entity.billingZip }}
getBillingZip()
setBillingZip()
string
billingPhone DB
read write
{{ entity.billingPhone }}
getBillingPhone()
setBillingPhone()
string
billingFax DB
read write
{{ entity.billingFax }}
getBillingFax()
setBillingFax()
string
shippingCompany DB
read write
{{ entity.shippingCompany }}
getShippingCompany()
setShippingCompany()
string
shippingName Computed
read write
{{ entity.shippingName }}
getShippingName()
setShippingName()
string
shippingStreet DB
read write
{{ entity.shippingStreet }}
getShippingStreet()
setShippingStreet()
string
shippingCity DB
read write
{{ entity.shippingCity }}
getShippingCity()
setShippingCity()
string
shippingZip DB
read write
{{ entity.shippingZip }}
getShippingZip()
setShippingZip()
string
shippingPhone DB
read write
{{ entity.shippingPhone }}
getShippingPhone()
setShippingPhone()
string
shippingFax DB
read write
{{ entity.shippingFax }}
getShippingFax()
setShippingFax()
string
billingCountry DB
read write
{{ entity.billingCountry }}
getBillingCountry()
setBillingCountry()
\Aggrosoft\WAWIBundle\Entity\Country
billingState DB
read write
{{ entity.billingState }}
getBillingState()
setBillingState()
\Aggrosoft\WAWIBundle\Entity\State
shippingCountry DB
read write
{{ entity.shippingCountry }}
getShippingCountry()
setShippingCountry()
\Aggrosoft\WAWIBundle\Entity\Country
shippingState DB
read write
{{ entity.shippingState }}
getShippingState()
setShippingState()
\Aggrosoft\WAWIBundle\Entity\State
billingFirstName DB
read write
{{ entity.billingFirstName }}
getBillingFirstName()
setBillingFirstName()
string
billingLastName DB
read write
{{ entity.billingLastName }}
getBillingLastName()
setBillingLastName()
string
shippingFirstName DB
read write
{{ entity.shippingFirstName }}
getShippingFirstName()
setShippingFirstName()
string
shippingLastName DB
read write
{{ entity.shippingLastName }}
getShippingLastName()
setShippingLastName()
string
payment DB
read write
{{ entity.payment }}
getPayment()
setPayment()
\Aggrosoft\WAWIBundle\Entity\Payment
paymentTransactionId DB
read write
{{ entity.paymentTransactionId }}
getPaymentTransactionId()
setPaymentTransactionId()
string
intraship Computed
read write
{{ entity.intraship }}
getIntraship()
setIntraship()
\Aggrosoft\WAWIBundle\Entity\Intraship
dPD Computed
read write
{{ entity.dPD }}
getDPD()
setDPD()
\Aggrosoft\WAWIBundle\Entity\DPD
status DB
read write
{{ entity.status }}
getStatus()
setStatus()
string
oldTotal Computed
read
{{ entity.oldTotal }}
getOldTotal()
-
total DB
read write
{{ entity.total }}
getTotal()
setTotal()
float
order DB
read write
{{ entity.order }}
getOrder()
setOrder()
\Aggrosoft\WAWIBundle\Entity\Order
discount DB
read write
{{ entity.discount }}
getDiscount()
setDiscount()
float
deliveryCost DB
read write
{{ entity.deliveryCost }}
getDeliveryCost()
setDeliveryCost()
float
paymentCost DB
read write
{{ entity.paymentCost }}
getPaymentCost()
setPaymentCost()
float
wrapCost DB
read write
{{ entity.wrapCost }}
getWrapCost()
setWrapCost()
float
giftCardCost DB
read write
{{ entity.giftCardCost }}
getGiftCardCost()
setGiftCardCost()
float
tsProtectCost DB
read write
{{ entity.tsProtectCost }}
getTsProtectCost()
setTsProtectCost()
float
billingSalutation DB
read write
{{ entity.billingSalutation }}
getBillingSalutation()
setBillingSalutation()
string
shippingSalutation DB
read write
{{ entity.shippingSalutation }}
getShippingSalutation()
setShippingSalutation()
string
currency DB
read write
{{ entity.currency }}
getCurrency()
setCurrency()
string
note DB
read write
{{ entity.note }}
getNote()
setNote()
string
paidDate DB
read write
{{ entity.paidDate }}
getPaidDate()
setPaidDate()
\DateTime
shippingDate DB
read write
{{ entity.shippingDate }}
getShippingDate()
setShippingDate()
\DateTime
estimatedShippingDate DB
read write
{{ entity.estimatedShippingDate }}
getEstimatedShippingDate()
setEstimatedShippingDate()
\DateTime
voucherDiscount DB
read write
{{ entity.voucherDiscount }}
getVoucherDiscount()
setVoucherDiscount()
float
deliveryVat DB
read write
{{ entity.deliveryVat }}
getDeliveryVat()
setDeliveryVat()
float
paymentVat DB
read write
{{ entity.paymentVat }}
getPaymentVat()
setPaymentVat()
float
wrapVat DB
read write
{{ entity.wrapVat }}
getWrapVat()
setWrapVat()
float
giftCardVat DB
read write
{{ entity.giftCardVat }}
getGiftCardVat()
setGiftCardVat()
float
transactionStatus DB
read write
{{ entity.transactionStatus }}
getTransactionStatus()
setTransactionStatus()
string
shipping DB
read write
{{ entity.shipping }}
getShipping()
setShipping()
\Aggrosoft\WAWIBundle\Entity\Shipping
created DB
read write
{{ entity.created }}
getCreated()
setCreated()
\DateTime
updated DB
read write
{{ entity.updated }}
getUpdated()
setUpdated()
\DateTime
billingEMail DB
read write
{{ entity.billingEMail }}
getBillingEMail()
setBillingEMail()
string
metafields DB
read
{{ entity.metafields }}
getMetafields()
\Doctrine\Common\Collections\Collection
language DB
read write
{{ entity.language }}
getLanguage()
setLanguage()
\Aggrosoft\WAWIBundle\Entity\Language
translatableLocale Computed
write

setTranslatableLocale()
-
nettoMode DB
read write
{{ entity.nettoMode }}
getNettoMode()
setNettoMode()
boolean
internalNote DB
read write
{{ entity.internalNote }}
getInternalNote()
setInternalNote()
string
downloadProducts Computed
read
{{ entity.downloadProducts }}
hasDownloadProducts()
-
onlyDownloadProducts Computed
read
{{ entity.onlyDownloadProducts }}
hasOnlyDownloadProducts()
-
nonMaterialProducts Computed
read
{{ entity.nonMaterialProducts }}
hasNonMaterialProducts()
-
onlyNonMaterialProducts Computed
read
{{ entity.onlyNonMaterialProducts }}
hasOnlyNonMaterialProducts()
-
onlyFreeItems Computed
read
{{ entity.onlyFreeItems }}
hasOnlyFreeItems()
-
payableDownloadProducts Computed
read
{{ entity.payableDownloadProducts }}
hasPayableDownloadProducts()
-
onlyPayableDownloadProducts Computed
read
{{ entity.onlyPayableDownloadProducts }}
hasOnlyPayableDownloadProducts()
-
freeDownloadProducts Computed
read
{{ entity.freeDownloadProducts }}
hasFreeDownloadProducts()
-
freeItems Computed
read
{{ entity.freeItems }}
hasFreeItems()
-
freePositiveItems Computed
read
{{ entity.freePositiveItems }}
hasFreePositiveItems()
-
nonSplittedItems Computed
read
{{ entity.nonSplittedItems }}
getNonSplittedItems()
-
itemsToShipSum Computed
read
{{ entity.itemsToShipSum }}
getItemsToShipSum()
-
itemsToShipTotalQuantity Computed
read
{{ entity.itemsToShipTotalQuantity }}
getItemsToShipTotalQuantity()
-
nonSplittedItemsTotalQuantity Computed
read
{{ entity.nonSplittedItemsTotalQuantity }}
getNonSplittedItemsTotalQuantity()
-
offerItemsTotalQuantity Computed
read
{{ entity.offerItemsTotalQuantity }}
getOfferItemsTotalQuantity()
-
offerItemsTotalQuantityPlusMaterials Computed
read
{{ entity.offerItemsTotalQuantityPlusMaterials }}
getOfferItemsTotalQuantityPlusMaterials()
-
itemsToShipPlusMaterials Computed
read
{{ entity.itemsToShipPlusMaterials }}
getItemsToShipPlusMaterials()
-
itemsToShip Computed
read
{{ entity.itemsToShip }}
getItemsToShip()
-
billingAdditionalInfo DB
read write
{{ entity.billingAdditionalInfo }}
getBillingAdditionalInfo()
setBillingAdditionalInfo()
string
additionalInfo DB
read write
{{ entity.additionalInfo }}
getAdditionalInfo()
setAdditionalInfo()
string
additionalInfo2 DB
read write
{{ entity.additionalInfo2 }}
getAdditionalInfo2()
setAdditionalInfo2()
string
additionalInfo3 DB
read write
{{ entity.additionalInfo3 }}
getAdditionalInfo3()
setAdditionalInfo3()
string
additionalCost DB
read write
{{ entity.additionalCost }}
getAdditionalCost()
setAdditionalCost()
string
additionalCost2 DB
read write
{{ entity.additionalCost2 }}
getAdditionalCost2()
setAdditionalCost2()
string
additionalCost3 DB
read write
{{ entity.additionalCost3 }}
getAdditionalCost3()
setAdditionalCost3()
string
additionalCost4 DB
read write
{{ entity.additionalCost4 }}
getAdditionalCost4()
setAdditionalCost4()
string
additionalCost5 DB
read write
{{ entity.additionalCost5 }}
getAdditionalCost5()
setAdditionalCost5()
string
allAdditionalCosts Computed
read
{{ entity.allAdditionalCosts }}
getAllAdditionalCosts()
-
shippingAdditionalInfo DB
read write
{{ entity.shippingAdditionalInfo }}
getShippingAdditionalInfo()
setShippingAdditionalInfo()
string
uploads DB
read
{{ entity.uploads }}
getUploads()
\Doctrine\Common\Collections\Collection
calcPlusTax DB
read write
{{ entity.calcPlusTax }}
getCalcPlusTax()
setCalcPlusTax()
boolean
giftCardText DB
read write
{{ entity.giftCardText }}
getGiftCardText()
setGiftCardText()
string
noBillingAddress DB
read write
{{ entity.noBillingAddress }}
getNoBillingAddress()
setNoBillingAddress()
boolean
saleVoucherDiscount DB
read write
{{ entity.saleVoucherDiscount }}
getSaleVoucherDiscount()
setSaleVoucherDiscount()
string
giftCardType DB
read write
{{ entity.giftCardType }}
getGiftCardType()
setGiftCardType()
string
selectedLanguage Computed
read write
{{ entity.selectedLanguage }}
getSelectedLanguage()
setSelectedLanguage()
-
vouchers DB
read
{{ entity.vouchers }}
getVouchers()
\Doctrine\Common\Collections\Collection
salevouchers DB
read
{{ entity.salevouchers }}
getSalevouchers()
\Doctrine\Common\Collections\Collection
additionalCostName DB
read write
{{ entity.additionalCostName }}
getAdditionalCostName()
setAdditionalCostName()
string
additionalCostName2 DB
read write
{{ entity.additionalCostName2 }}
getAdditionalCostName2()
setAdditionalCostName2()
string
additionalCostName3 DB
read write
{{ entity.additionalCostName3 }}
getAdditionalCostName3()
setAdditionalCostName3()
string
additionalCostName4 DB
read write
{{ entity.additionalCostName4 }}
getAdditionalCostName4()
setAdditionalCostName4()
string
additionalCostName5 DB
read write
{{ entity.additionalCostName5 }}
getAdditionalCostName5()
setAdditionalCostName5()
string
soldVouchers Computed
read
{{ entity.soldVouchers }}
hasSoldVouchers()
-
soldPrepaidCards Computed
read
{{ entity.soldPrepaidCards }}
hasSoldPrepaidCards()
-
weight DB
read write
{{ entity.weight }}
getWeight()
setWeight()
string
partialItems DB
read
{{ entity.partialItems }}
getPartialItems()
\Doctrine\Common\Collections\Collection
paymentFields DB
read
{{ entity.paymentFields }}
getPaymentFields()
\Doctrine\Common\Collections\Collection
refundsum DB
read write
{{ entity.refundsum }}
getRefundsum()
setRefundsum()
string
agentCustomer DB
read write
{{ entity.agentCustomer }}
getAgentCustomer()
setAgentCustomer()
\Aggrosoft\WAWIBundle\Entity\Customer
customStornoSum DB
read write
{{ entity.customStornoSum }}
getCustomStornoSum()
setCustomStornoSum()
string
reports DB
read
{{ entity.reports }}
getReports()
\Doctrine\Common\Collections\Collection
offerTemplate DB
read write
{{ entity.offerTemplate }}
getOfferTemplate()
setOfferTemplate()
string
cashDiscount DB
read write
{{ entity.cashDiscount }}
getCashDiscount()
setCashDiscount()
string
cashDiscountDays DB
read write
{{ entity.cashDiscountDays }}
getCashDiscountDays()
setCashDiscountDays()
integer
cashDiscountPercent DB
read write
{{ entity.cashDiscountPercent }}
getCashDiscountPercent()
setCashDiscountPercent()
string
refundedVouchers DB
read
{{ entity.refundedVouchers }}
getRefundedVouchers()
\Doctrine\Common\Collections\Collection
packageWidth DB
read write
{{ entity.packageWidth }}
getPackageWidth()
setPackageWidth()
string
packageHeight DB
read write
{{ entity.packageHeight }}
getPackageHeight()
setPackageHeight()
string
packageLength DB
read write
{{ entity.packageLength }}
getPackageLength()
setPackageLength()
string
shippingPackage DB
read write
{{ entity.shippingPackage }}
getShippingPackage()
setShippingPackage()
\Aggrosoft\WAWIBundle\Entity\ShippingPackage
discountNote DB
read write
{{ entity.discountNote }}
getDiscountNote()
setDiscountNote()
string
refundedTax DB
read write
{{ entity.refundedTax }}
getRefundedTax()
setRefundedTax()
string
groups DB
read
{{ entity.groups }}
getGroups()
\Doctrine\Common\Collections\Collection
notReserveStock DB
read write
{{ entity.notReserveStock }}
getNotReserveStock()
setNotReserveStock()
boolean
subscriptionOffer Computed
read
{{ entity.subscriptionOffer }}
isSubscriptionOffer()
-
billingTitle DB
read write
{{ entity.billingTitle }}
getBillingTitle()
setBillingTitle()
string
shippingTitle DB
read write
{{ entity.shippingTitle }}
getShippingTitle()
setShippingTitle()
string
stornoItems Computed
read
{{ entity.stornoItems }}
getStornoItems()
-
itemsCount Computed
read
{{ entity.itemsCount }}
getItemsCount()
-
activeItemsCount Computed
read
{{ entity.activeItemsCount }}
getActiveItemsCount()
-
agentPayoffDate DB
read write
{{ entity.agentPayoffDate }}
getAgentPayoffDate()
setAgentPayoffDate()
\DateTime
statusObject DB
read write
{{ entity.statusObject }}
getStatusObject()
setStatusObject()
\Aggrosoft\WAWIBundle\Entity\OrderStatus
currencyRate DB
read write
{{ entity.currencyRate }}
getCurrencyRate()
setCurrencyRate()
string
disableCostCalculation DB
read write
{{ entity.disableCostCalculation }}
getDisableCostCalculation()
setDisableCostCalculation()
boolean
privateCustomer Computed
read
{{ entity.privateCustomer }}
getPrivateCustomer()
-
licenses Computed
read
{{ entity.licenses }}
getLicenses()
-
customerOrderNumber DB
read write
{{ entity.customerOrderNumber }}
getCustomerOrderNumber()
setCustomerOrderNumber()
string
itemsWithDiscount Computed
read
{{ entity.itemsWithDiscount }}
hasItemsWithDiscount()
-
estimatedOrderDate DB
read write
{{ entity.estimatedOrderDate }}
getEstimatedOrderDate()
setEstimatedOrderDate()
\DateTime
userAgent DB
read write
{{ entity.userAgent }}
getUserAgent()
setUserAgent()
string
userAgentType DB
read write
{{ entity.userAgentType }}
getUserAgentType()
setUserAgentType()
string
agentParameter DB
read write
{{ entity.agentParameter }}
getAgentParameter()
setAgentParameter()
string
offerStatus DB
read write
{{ entity.offerStatus }}
getOfferStatus()
setOfferStatus()
\Aggrosoft\WAWIBundle\Entity\EntityStatus
paymentTerm DB
read write
{{ entity.paymentTerm }}
getPaymentTerm()
setPaymentTerm()
integer
totalnetto DB
read write
{{ entity.totalnetto }}
getTotalnetto()
setTotalnetto()
string
shippingVatId DB
read write
{{ entity.shippingVatId }}
getShippingVatId()
setShippingVatId()
string
clerk DB
read write
{{ entity.clerk }}
getClerk()
setClerk()
\Aggrosoft\WAWIBundle\Entity\User
notRefundSaleVouchersProportionately DB
read write
{{ entity.notRefundSaleVouchersProportionately }}
getNotRefundSaleVouchersProportionately()
setNotRefundSaleVouchersProportionately()
boolean
customerCardDiscount DB
read write
{{ entity.customerCardDiscount }}
getCustomerCardDiscount()
setCustomerCardDiscount()
string
bonusCardDiscount DB
read write
{{ entity.bonusCardDiscount }}
getBonusCardDiscount()
setBonusCardDiscount()
string
itemClients Computed
read
{{ entity.itemClients }}
getItemClients()
-
purchasePriceTotal Computed
read
{{ entity.purchasePriceTotal }}
getPurchasePriceTotal()
-
calculatedPurchasePriceTotal Computed
read
{{ entity.calculatedPurchasePriceTotal }}
getCalculatedPurchasePriceTotal()
-
customerReference DB
read write
{{ entity.customerReference }}
getCustomerReference()
setCustomerReference()
string
uniqNumber DB
read write
{{ entity.uniqNumber }}
getUniqNumber()
setUniqNumber()
string
exchangedOffer DB
read write
{{ entity.exchangedOffer }}
getExchangedOffer()
setExchangedOffer()
\Aggrosoft\WAWIBundle\Entity\Offer
roundDiscountedStornoSum DB
read write
{{ entity.roundDiscountedStornoSum }}
getRoundDiscountedStornoSum()
setRoundDiscountedStornoSum()
boolean
useEstimatedShippingDateAsFixedDate DB
read write
{{ entity.useEstimatedShippingDateAsFixedDate }}
getUseEstimatedShippingDateAsFixedDate()
setUseEstimatedShippingDateAsFixedDate()
boolean
offerValidTil DB
read write
{{ entity.offerValidTil }}
getOfferValidTil()
setOfferValidTil()
\DateTime
useNotReservedStockInBuyingProposals DB
read write
{{ entity.useNotReservedStockInBuyingProposals }}
getUseNotReservedStockInBuyingProposals()
setUseNotReservedStockInBuyingProposals()
boolean
reserveStockTilDate DB
read write
{{ entity.reserveStockTilDate }}
getReserveStockTilDate()
setReserveStockTilDate()
\DateTime
firstShippingDate Computed
read
{{ entity.firstShippingDate }}
getFirstShippingDate()
-
lastShippingDate Computed
read
{{ entity.lastShippingDate }}
getLastShippingDate()
-
returnCost DB
read write
{{ entity.returnCost }}
getReturnCost()
setReturnCost()
string
costsTaxFree DB
read write
{{ entity.costsTaxFree }}
getCostsTaxFree()
setCostsTaxFree()
boolean
taxFreeCostNames DB
read write
{{ entity.taxFreeCostNames }}
getTaxFreeCostNames()
setTaxFreeCostNames()
string
benefitPeriod DB
read write
{{ entity.benefitPeriod }}
getBenefitPeriod()
setBenefitPeriod()
string
useEstimatedShippingDateAsLatestDate DB
read write
{{ entity.useEstimatedShippingDateAsLatestDate }}
getUseEstimatedShippingDateAsLatestDate()
setUseEstimatedShippingDateAsLatestDate()
boolean
taxTable Computed
read write
{{ entity.taxTable }}
getTaxTable()
setTaxTable()
-
deliveryNettoCostForCalc Computed
read write
{{ entity.deliveryNettoCostForCalc }}
getDeliveryNettoCostForCalc()
setDeliveryNettoCostForCalc()
-
paymentNettoCostForCalc Computed
read write
{{ entity.paymentNettoCostForCalc }}
getPaymentNettoCostForCalc()
setPaymentNettoCostForCalc()
-
wrapNettoCostForCalc Computed
read write
{{ entity.wrapNettoCostForCalc }}
getWrapNettoCostForCalc()
setWrapNettoCostForCalc()
-
giftCardNettoCostForCalc Computed
read write
{{ entity.giftCardNettoCostForCalc }}
getGiftCardNettoCostForCalc()
setGiftCardNettoCostForCalc()
-
additionalNettoCostForCalc Computed
read write
{{ entity.additionalNettoCostForCalc }}
getAdditionalNettoCostForCalc()
setAdditionalNettoCostForCalc()
-
additionalNettoCost2ForCalc Computed
read write
{{ entity.additionalNettoCost2ForCalc }}
getAdditionalNettoCost2ForCalc()
setAdditionalNettoCost2ForCalc()
-
additionalNettoCost3ForCalc Computed
read write
{{ entity.additionalNettoCost3ForCalc }}
getAdditionalNettoCost3ForCalc()
setAdditionalNettoCost3ForCalc()
-
additionalNettoCost4ForCalc Computed
read write
{{ entity.additionalNettoCost4ForCalc }}
getAdditionalNettoCost4ForCalc()
setAdditionalNettoCost4ForCalc()
-
additionalNettoCost5ForCalc Computed
read write
{{ entity.additionalNettoCost5ForCalc }}
getAdditionalNettoCost5ForCalc()
setAdditionalNettoCost5ForCalc()
-
discountPercentForCalc Computed
read write
{{ entity.discountPercentForCalc }}
getDiscountPercentForCalc()
setDiscountPercentForCalc()
-
encryptedAddress DB
read write
{{ entity.encryptedAddress }}
getEncryptedAddress()
setEncryptedAddress()
string
allowUpdateOfferWithInvoice DB
read write
{{ entity.allowUpdateOfferWithInvoice }}
getAllowUpdateOfferWithInvoice()
setAllowUpdateOfferWithInvoice()
boolean
refundedSaleVoucherDiscount DB
read write
{{ entity.refundedSaleVoucherDiscount }}
getRefundedSaleVoucherDiscount()
setRefundedSaleVoucherDiscount()
string
productPictures Computed
read
{{ entity.productPictures }}
getProductPictures()
-
excludeDeliveryCostFromCashDiscount DB
read write
{{ entity.excludeDeliveryCostFromCashDiscount }}
getExcludeDeliveryCostFromCashDiscount()
setExcludeDeliveryCostFromCashDiscount()
boolean
sumForCashDiscount Computed
read
{{ entity.sumForCashDiscount }}
getSumForCashDiscount()
-
internalComments DB
read
{{ entity.internalComments }}
getInternalComments()
\Doctrine\Common\Collections\Collection
exportCountry DB
read write
{{ entity.exportCountry }}
getExportCountry()
setExportCountry()
\Aggrosoft\WAWIBundle\Entity\Country
internalReserveStock DB
read write
{{ entity.internalReserveStock }}
getInternalReserveStock()
setInternalReserveStock()
boolean
vatIdStatus DB
read write
{{ entity.vatIdStatus }}
getVatIdStatus()
setVatIdStatus()
integer
vatIdNote DB
read write
{{ entity.vatIdNote }}
getVatIdNote()
setVatIdNote()
string
vatIdCheckDate DB
read write
{{ entity.vatIdCheckDate }}
getVatIdCheckDate()
setVatIdCheckDate()
\DateTime
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
customer ManyToOne Customer - - - {{ entity.customer }}
offerStatus ManyToOne EntityStatus - - - {{ entity.offerStatus }}
statusObject ManyToOne OrderStatus - - - {{ entity.statusObject }}
billingCountry ManyToOne Country - -
persist refresh
{{ entity.billingCountry }}
billingState ManyToOne State - -
persist refresh
{{ entity.billingState }}
shippingCountry ManyToOne Country - -
persist refresh
{{ entity.shippingCountry }}
shippingState ManyToOne State - -
persist refresh
{{ entity.shippingState }}
items OneToMany OfferItem offer -
persist remove
{{ entity.items }}
partialItems OneToMany OfferItem partialOffer -
persist remove
{{ entity.partialItems }}
client ManyToOne Client - offers
persist refresh
{{ entity.client }}
exportCountry ManyToOne Country - -
persist refresh
{{ entity.exportCountry }}
payment ManyToOne Payment - -
persist refresh
{{ entity.payment }}
paymentFields OneToMany OfferPaymentField offer -
persist remove
{{ entity.paymentFields }}
shipping ManyToOne Shipping - -
persist refresh
{{ entity.shipping }}
shippingPackage ManyToOne ShippingPackage - -
persist refresh
{{ entity.shippingPackage }}
language ManyToOne Language - -
persist refresh
{{ entity.language }}
order OneToOne Order - - - {{ entity.order }}
clerk ManyToOne User - offers - {{ entity.clerk }}
exchangedOffer ManyToOne Offer - - - {{ entity.exchangedOffer }}
agentCustomer ManyToOne Customer - - - {{ entity.agentCustomer }}
groups ManyToMany ObjectGroup - offers - {{ entity.groups }}
metafields OneToMany OfferMetaField offer -
persist remove
{{ entity.metafields }}
uploads OneToMany OfferUpload offer -
persist remove
{{ entity.uploads }}
vouchers OneToMany Voucher offer - - {{ entity.vouchers }}
refundedVouchers OneToMany Voucher refundoffer - - {{ entity.refundedVouchers }}
salevouchers OneToMany Voucher saleoffer - - {{ entity.salevouchers }}
reports ManyToMany Report - offers
persist
{{ entity.reports }}
internalComments OneToMany OrderInternalComment offer -
persist remove refresh
{{ entity.internalComments }}
Index Name Columns Type
search_idx
foreign_id
INDEX
offerNumber_idx
offerNumber
INDEX
created_idx
created
INDEX
estimatedShippingDate_idx
estimatedShippingDate
INDEX
shippingDate_idx
shippingDate
INDEX
status_idx
status
INDEX
template_idx
offerTemplate
INDEX
paymentTransactionId_idx
paymentTransactionId
INDEX