ProductPrice
Aggrosoft\WAWIBundle\Entity\ProductPrice
7
Columns
4
Relations
12
Properties
Metadaten
Tabelle
productprice
Bundle
WAWIBundle
Interfaces
IPrototype
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
sort
|
sort
|
integer(11)
|
|
{{ entity.sort }} |
price
|
price
|
decimal(11,4)
|
|
{{ entity.price }} |
priceMode
|
priceMode
|
integer(1)
|
|
{{ entity.priceMode }} |
priceFormula
|
priceFormula
|
text
|
|
{{ entity.priceFormula }} |
uvp
|
uvp
|
decimal
|
|
{{ entity.uvp }} |
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 |
|---|---|---|---|---|
id
DB
|
read
write
|
{{
entity.id
}}
|
getId()
setId()
|
string
|
price
DB
|
read
write
|
{{
entity.price
}}
|
getPrice()
setPrice()
|
float
|
product
DB
|
read
write
|
{{
entity.product
}}
|
getProduct()
setProduct()
|
\Aggrosoft\WAWIBundle\Entity\Product
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
customerGroup
DB
|
read
write
|
{{
entity.customerGroup
}}
|
getCustomerGroup()
setCustomerGroup()
|
\Aggrosoft\WAWIBundle\Entity\CustomerGroup
|
nettoPrice
Computed
|
read
write
|
{{
entity.nettoPrice
}}
|
getNettoPrice()
setNettoPrice()
|
- |
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
salesChannel
DB
|
read
write
|
{{
entity.salesChannel
}}
|
getSalesChannel()
setSalesChannel()
|
\Aggrosoft\WAWIBundle\Entity\SalesChannel
|
priceMode
DB
|
read
write
|
{{
entity.priceMode
}}
|
getPriceMode()
setPriceMode()
|
integer
|
priceFormula
DB
|
read
write
|
{{
entity.priceFormula
}}
|
getPriceFormula()
setPriceFormula()
|
string
|
skipDiscounts
DB
|
read
write
|
{{
entity.skipDiscounts
}}
|
getSkipDiscounts()
setSkipDiscounts()
|
boolean
|
uvp
DB
|
read
write
|
{{
entity.uvp
}}
|
getUvp()
setUvp()
|
string
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
product
|
ManyToOne | Product | - |
pictures
|
- | {{ entity.product }} |
client
|
ManyToOne | Client | - | - | - | {{ entity.client }} |
customerGroup
|
ManyToOne | CustomerGroup | - | - | - | {{ entity.customerGroup }} |
salesChannel
|
ManyToOne | SalesChannel | - | - | - | {{ entity.salesChannel }} |
Keine Indexes definiert