OrderPickingItem
Aggrosoft\WAWIBundle\Entity\OrderPickingItem
3
Columns
4
Relations
7
Properties
Metadaten
Tabelle
orderpickingitem
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
quantity
|
quantity
|
decimal
|
|
{{ entity.quantity }} |
pickingType
|
pickingType
|
string(32)
|
|
{{ entity.pickingType }} |
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
|
{{
entity.id
}}
|
getId()
|
string
|
quantity
DB
|
read
write
|
{{
entity.quantity
}}
|
getQuantity()
setQuantity()
|
float
|
orderPicking
DB
|
read
write
|
{{
entity.orderPicking
}}
|
getOrderPicking()
setOrderPicking()
|
\Aggrosoft\WAWIBundle\Entity\OrderPicking
|
offerItem
DB
|
read
write
|
{{
entity.offerItem
}}
|
getOfferItem()
setOfferItem()
|
\Aggrosoft\WAWIBundle\Entity\OfferItem
|
serialNumber
DB
|
read
write
|
{{
entity.serialNumber
}}
|
getSerialNumber()
setSerialNumber()
|
\Aggrosoft\WAWIBundle\Entity\ProductSerialNumber
|
materialProduct
DB
|
read
write
|
{{
entity.materialProduct
}}
|
getMaterialProduct()
setMaterialProduct()
|
\Aggrosoft\WAWIBundle\Entity\Product
|
pickingType
DB
|
read
write
|
{{
entity.pickingType
}}
|
getPickingType()
setPickingType()
|
string
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
orderPicking
|
ManyToOne | OrderPicking | - |
items
|
- | {{ entity.orderPicking }} |
offerItem
|
ManyToOne | OfferItem | - |
pickingItems
|
- | {{ entity.offerItem }} |
serialNumber
|
ManyToOne | ProductSerialNumber | - | - | - | {{ entity.serialNumber }} |
materialProduct
|
ManyToOne | Product | - | - | - | {{ entity.materialProduct }} |
Keine Indexes definiert