LiabilityItem

Aggrosoft\WAWIBundle\Entity\LiabilityItem
27
Columns
6
Relations
47
Properties

Relationships

Click entity to navigate
erDiagram
    LiabilityItem {
                string id PK
                integer sort
                decimal quantity
                integer stornoQuantity
                string foreignId
                text sku
                        ___ ___more___
            }
                LiabilityItem }o--|| Liability : "liability"
        Liability {
        int id PK
    }
                LiabilityItem }o--|| Product : "product"
        Product {
        int id PK
    }
                LiabilityItem ||--|| OfferItem : "offerItem"
        OfferItem {
        int id PK
    }
                LiabilityItem }o--|| Order : "agentOrder"
        Order {
        int id PK
    }
                LiabilityItem }o--|| CostCenter : "costCenter"
        CostCenter {
        int id PK
    }
                LiabilityItem ||--o{ OrderReturnItem : "returnItems"
        OrderReturnItem {
        int id PK
    }
                    

Metadaten

Tabelle liabilityitem
Bundle WAWIBundle
Interfaces
IPrototype ICloneTimeTrackable IChildEntity
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
sort sort integer(11)
{{ entity.sort }}
quantity quantity decimal
{{ entity.quantity }}
stornoQuantity stornoQuantity integer(11)
{{ entity.stornoQuantity }}
foreignId foreignId string(255)
{{ entity.foreignId }}
sku sku text(255)
{{ entity.sku }}
productTitle productTitle text
{{ entity.productTitle }}
variantTitle variantTitle text
{{ entity.variantTitle }}
productParameter productParameter text
{{ entity.productParameter }}
info info string(255)
{{ entity.info }}
productOption productOption text
{{ entity.productOption }}
ean ean string(25)
{{ entity.ean }}
serialNumber serialNumber string(36)
{{ entity.serialNumber }}
price price decimal
{{ entity.price }}
discount discount decimal
{{ entity.discount }}
discountPercent discountPercent decimal
{{ entity.discountPercent }}
discountNote discountNote string(255)
{{ entity.discountNote }}
vat vat decimal
{{ entity.vat }}
weight weight decimal
{{ entity.weight }}
note note text
{{ entity.note }}
storno storno boolean
{{ entity.storno }}
paymentTransactionId paymentTransactionId string(255)
{{ entity.paymentTransactionId }}
account account string(12)
{{ entity.account }}
taxAccount taxAccount string(12)
{{ entity.taxAccount }}
bookingText bookingText string(255)
{{ entity.bookingText }}
bukey bukey string(12)
{{ entity.bukey }}
cloneDate cloneDate datetime
{{ entity.cloneDate }}

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

Property Access Twig Usage Methods Return Type
sum Computed
read
{{ entity.sum }}
getSum()
-
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()
-
sumTaxValue Computed
read
{{ entity.sumTaxValue }}
getSumTaxValue()
-
taxValue Computed
read
{{ entity.taxValue }}
getTaxValue()
-
id DB
read
{{ entity.id }}
getId()
string
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
quantity DB
read write
{{ entity.quantity }}
getQuantity()
setQuantity()
string
stornoQuantity DB
read write
{{ entity.stornoQuantity }}
getStornoQuantity()
setStornoQuantity()
integer
sku DB
read write
{{ entity.sku }}
getSku()
setSku()
string
productTitle DB
read write
{{ entity.productTitle }}
getProductTitle()
setProductTitle()
string
variantTitle DB
read write
{{ entity.variantTitle }}
getVariantTitle()
setVariantTitle()
string
productParameter DB
read write
{{ entity.productParameter }}
getProductParameter()
setProductParameter()
string
info DB
read write
{{ entity.info }}
getInfo()
setInfo()
string
productOption DB
read write
{{ entity.productOption }}
getProductOption()
setProductOption()
string
ean DB
read write
{{ entity.ean }}
getEan()
setEan()
string
serialNumber DB
read write
{{ entity.serialNumber }}
getSerialNumber()
setSerialNumber()
string
price DB
read write
{{ entity.price }}
getPrice()
setPrice()
string
discount DB
read write
{{ entity.discount }}
getDiscount()
setDiscount()
string
vat DB
read write
{{ entity.vat }}
getVat()
setVat()
string
weight DB
read write
{{ entity.weight }}
getWeight()
setWeight()
string
note DB
read write
{{ entity.note }}
getNote()
setNote()
string
storno DB
read write
{{ entity.storno }}
getStorno()
setStorno()
boolean
paymentTransactionId DB
read write
{{ entity.paymentTransactionId }}
getPaymentTransactionId()
setPaymentTransactionId()
string
liability DB
read write
{{ entity.liability }}
getLiability()
setLiability()
\Aggrosoft\WAWIBundle\Entity\Liability
product DB
read write
{{ entity.product }}
getProduct()
setProduct()
\Aggrosoft\WAWIBundle\Entity\Product
pricingItem Computed
read
{{ entity.pricingItem }}
getPricingItem()
-
account DB
read write
{{ entity.account }}
getAccount()
setAccount()
string
taxAccount DB
read write
{{ entity.taxAccount }}
getTaxAccount()
setTaxAccount()
string
bookingText DB
read write
{{ entity.bookingText }}
getBookingText()
setBookingText()
string
offerItem DB
read write
{{ entity.offerItem }}
getOfferItem()
setOfferItem()
\Aggrosoft\WAWIBundle\Entity\OfferItem
commissionSum Computed
read
{{ entity.commissionSum }}
getCommissionSum()
-
agentOrder DB
read write
{{ entity.agentOrder }}
getAgentOrder()
setAgentOrder()
\Aggrosoft\WAWIBundle\Entity\Order
cloneDate DB
read write
{{ entity.cloneDate }}
getCloneDate()
setCloneDate()
\DateTime
variant1Id Computed
read write
{{ entity.variant1Id }}
getVariant1Id()
setVariant1Id()
string
variant2Id Computed
read write
{{ entity.variant2Id }}
getVariant2Id()
setVariant2Id()
string
bukey DB
read write
{{ entity.bukey }}
getBukey()
setBukey()
string
parentEntityForForms Computed
read
{{ entity.parentEntityForForms }}
getParentEntityForForms()
-
discountPercent DB
read write
{{ entity.discountPercent }}
getDiscountPercent()
setDiscountPercent()
string
discountNote DB
read write
{{ entity.discountNote }}
getDiscountNote()
setDiscountNote()
string
costCenter DB
read write
{{ entity.costCenter }}
getCostCenter()
setCostCenter()
\Aggrosoft\WAWIBundle\Entity\CostCenter
foreignId DB
read write
{{ entity.foreignId }}
getForeignId()
setForeignId()
string
returnItems DB
read
{{ entity.returnItems }}
getReturnItems()
\Doctrine\Common\Collections\Collection
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
liability ManyToOne Liability - items - {{ entity.liability }}
product ManyToOne Product - - - {{ entity.product }}
offerItem OneToOne OfferItem commissionLiabilityItem - - {{ entity.offerItem }}
agentOrder ManyToOne Order - - - {{ entity.agentOrder }}
costCenter ManyToOne CostCenter - - - {{ entity.costCenter }}
returnItems OneToMany OrderReturnItem liablityItem - - {{ entity.returnItems }}
Index Name Columns Type
search_idx
foreignId
INDEX