MaterialPickListItem
Aggrosoft\WAWIBundle\Entity\MaterialPickListItem
5
Columns
4
Relations
10
Properties
Relationships
Click entity to navigateMetadaten
Tabelle
materialpicklistitem
Bundle
WAWIBundle
| 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 }} |
pickedQuantity
|
pickedQuantity
|
decimal
|
|
{{ entity.pickedQuantity }} |
picked
|
picked
|
boolean
|
|
{{ entity.picked }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
pricingItem
Computed
|
read
|
{{
entity.pricingItem
}}
|
getPricingItem()
|
- |
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
|
pickedQuantity
DB
|
read
write
|
{{
entity.pickedQuantity
}}
|
getPickedQuantity()
setPickedQuantity()
|
string
|
picked
DB
|
read
write
|
{{
entity.picked
}}
|
getPicked()
setPicked()
|
boolean
|
pickList
DB
|
read
write
|
{{
entity.pickList
}}
|
getPickList()
setPickList()
|
\Aggrosoft\WAWIBundle\Entity\MaterialPickList
|
product
DB
|
read
write
|
{{
entity.product
}}
|
getProduct()
setProduct()
|
\Aggrosoft\WAWIBundle\Entity\Product
|
serialNumber
DB
|
read
write
|
{{
entity.serialNumber
}}
|
getSerialNumber()
setSerialNumber()
|
\Aggrosoft\WAWIBundle\Entity\ProductSerialNumber
|
location
DB
|
read
write
|
{{
entity.location
}}
|
getLocation()
setLocation()
|
\Aggrosoft\WAWIBundle\Entity\WarehouseStorageLocation
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
pickList
|
ManyToOne | MaterialPickList | - |
items
|
- | {{ entity.pickList }} |
product
|
ManyToOne | Product | - | - | - | {{ entity.product }} |
serialNumber
|
ManyToOne | ProductSerialNumber | - | - | - | {{ entity.serialNumber }} |
location
|
ManyToOne | WarehouseStorageLocation | - | - | - | {{ entity.location }} |
Keine Indexes definiert