WarehouseStorageLocation

Aggrosoft\WAWIBundle\Entity\WarehouseStorageLocation
29
Columns
10
Relations
45
Properties

Relationships

Click entity to navigate
erDiagram
    WarehouseStorageLocation {
                string id PK
                boolean default
                string title
                string status
                string type
                string comment
                        ___ ___more___
            }
                WarehouseStorageLocation }o--|| Warehouse : "warehouse"
        Warehouse {
        int id PK
    }
                WarehouseStorageLocation ||--o{ WarehouseBox : "boxes"
        WarehouseBox {
        int id PK
    }
                WarehouseStorageLocation ||--o{ VendorOrderItemDelivery : "deliveries"
        VendorOrderItemDelivery {
        int id PK
    }
                WarehouseStorageLocation ||--o{ WarehouseBooking : "bookings"
        WarehouseBooking {
        int id PK
    }
                WarehouseStorageLocation }o--|| Order : "order"
        Order {
        int id PK
    }
                WarehouseStorageLocation }o--|| User : "reservedByUser"
        User {
        int id PK
    }
                WarehouseStorageLocation }o--o{ User : "boxForUsers"
        User {
        int id PK
    }
                WarehouseStorageLocation }o--|| Category : "placedProductGroup"
        Category {
        int id PK
    }
                WarehouseStorageLocation }o--|| Product : "placedProduct"
        Product {
        int id PK
    }
                WarehouseStorageLocation }o--|| WarehouseStorageLocation : "parentLocation"
        WarehouseStorageLocation {
        int id PK
    }
                    

Metadaten

Tabelle warehousestoragelocation
Bundle WAWIBundle
Interfaces
IPrototype
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
default `default` boolean
{{ entity.default }}
title title string(255)
{{ entity.title }}
status status string(1)
{{ entity.status }}
type type string(10)
{{ entity.type }}
comment comment string(255)
{{ entity.comment }}
sort sort integer(11)
{{ entity.sort }}
maximumWeight maximumWeight decimal
{{ entity.maximumWeight }}
placedWeight placedWeight decimal(11,4)
{{ entity.placedWeight }}
reservedWeight reservedWeight decimal
{{ entity.reservedWeight }}
width width decimal
{{ entity.width }}
height height decimal
{{ entity.height }}
length length decimal
{{ entity.length }}
placedVolume placedVolume float
{{ entity.placedVolume }}
reservedVolume reservedVolume float
{{ entity.reservedVolume }}
reservedMaxQuantity reservedMaxQuantity float
{{ entity.reservedMaxQuantity }}
depot depot string(255)
{{ entity.depot }}
rack rack string(255)
{{ entity.rack }}
tray tray string(255)
{{ entity.tray }}
level level string(255)
{{ entity.level }}
fixedLocation fixedLocation boolean
{{ entity.fixedLocation }}
reserveStock reserveStock boolean
{{ entity.reserveStock }}
sameProductGroups sameProductGroups boolean
{{ entity.sameProductGroups }}
maxQuantity maxQuantity decimal
{{ entity.maxQuantity }}
placedQuantity placedQuantity decimal
{{ entity.placedQuantity }}
checkProductGroup checkProductGroup boolean
{{ entity.checkProductGroup }}
sameProduct sameProduct boolean
{{ entity.sameProduct }}
bookingCheckCondition bookingCheckCondition string(255)
{{ entity.bookingCheckCondition }}
lastBookingDate lastBookingDate datetime
{{ entity.lastBookingDate }}

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
default DB
read write
{{ entity.default }}
getDefault()
setDefault()
boolean
status DB
read write
{{ entity.status }}
getStatus()
setStatus()
string
type DB
read write
{{ entity.type }}
getType()
setType()
string
comment DB
read write
{{ entity.comment }}
getComment()
setComment()
string
sort DB
read write
{{ entity.sort }}
getSort()
setSort()
integer
parentSort Computed
read
{{ entity.parentSort }}
getParentSort()
-
maximumWeight DB
read write
{{ entity.maximumWeight }}
getMaximumWeight()
setMaximumWeight()
float
width DB
read write
{{ entity.width }}
getWidth()
setWidth()
float
height DB
read write
{{ entity.height }}
getHeight()
setHeight()
float
length DB
read write
{{ entity.length }}
getLength()
setLength()
float
depot DB
read write
{{ entity.depot }}
getDepot()
setDepot()
string
rack DB
read write
{{ entity.rack }}
getRack()
setRack()
string
tray DB
read write
{{ entity.tray }}
getTray()
setTray()
string
level DB
read write
{{ entity.level }}
getLevel()
setLevel()
string
warehouse DB
read write
{{ entity.warehouse }}
getWarehouse()
setWarehouse()
\Aggrosoft\WAWIBundle\Entity\Warehouse
order DB
read write
{{ entity.order }}
getOrder()
setOrder()
\Aggrosoft\WAWIBundle\Entity\Order
boxes DB
read
{{ entity.boxes }}
getBoxes()
\Doctrine\Common\Collections\Collection
deliveries DB
read
{{ entity.deliveries }}
getDeliveries()
\Doctrine\Common\Collections\Collection
remainingVolume Computed
read write
{{ entity.remainingVolume }}
getRemainingVolume()
setRemainingVolume()
string
remainingWeight Computed
read write
{{ entity.remainingWeight }}
getRemainingWeight()
setRemainingWeight()
string
reservedWeight DB
read write
{{ entity.reservedWeight }}
getReservedWeight()
setReservedWeight()
string
reservedVolume DB
read write
{{ entity.reservedVolume }}
getReservedVolume()
setReservedVolume()
string
placedWeight DB
read write
{{ entity.placedWeight }}
getPlacedWeight()
setPlacedWeight()
string
placedVolume DB
read write
{{ entity.placedVolume }}
getPlacedVolume()
setPlacedVolume()
string
customToString Computed
read write
{{ entity.customToString }}
getCustomToString()
setCustomToString()
-
typeText Computed
read
{{ entity.typeText }}
getTypeText()
-
fixedLocation DB
read write
{{ entity.fixedLocation }}
getFixedLocation()
setFixedLocation()
boolean
title DB
read write
{{ entity.title }}
getTitle()
setTitle()
string
sameProductGroups DB
read write
{{ entity.sameProductGroups }}
getSameProductGroups()
setSameProductGroups()
boolean
bookings DB
read
{{ entity.bookings }}
getBookings()
\Doctrine\Common\Collections\Collection
placedProductGroup DB
read write
{{ entity.placedProductGroup }}
getPlacedProductGroup()
setPlacedProductGroup()
\Aggrosoft\WAWIBundle\Entity\Category
sameProduct DB
read write
{{ entity.sameProduct }}
getSameProduct()
setSameProduct()
boolean
placedProduct DB
read write
{{ entity.placedProduct }}
getPlacedProduct()
setPlacedProduct()
\Aggrosoft\WAWIBundle\Entity\Product
reserveStock DB
read write
{{ entity.reserveStock }}
getReserveStock()
setReserveStock()
boolean
reservedByUser DB
read write
{{ entity.reservedByUser }}
getReservedByUser()
setReservedByUser()
\Aggrosoft\WAWIBundle\Entity\User
boxForUsers DB
read
{{ entity.boxForUsers }}
getBoxForUsers()
\Doctrine\Common\Collections\Collection
checkProductGroup DB
read write
{{ entity.checkProductGroup }}
getCheckProductGroup()
setCheckProductGroup()
boolean
bookingCheckCondition DB
read write
{{ entity.bookingCheckCondition }}
getBookingCheckCondition()
setBookingCheckCondition()
string
parentLocation DB
read write
{{ entity.parentLocation }}
getParentLocation()
setParentLocation()
\Aggrosoft\WAWIBundle\Entity\WarehouseStorageLocation
titleWithParent Computed
read
{{ entity.titleWithParent }}
getTitleWithParent()
-
lastBookingDate DB
read write
{{ entity.lastBookingDate }}
getLastBookingDate()
setLastBookingDate()
\DateTime
maxQuantity DB
read write
{{ entity.maxQuantity }}
getMaxQuantity()
setMaxQuantity()
string
placedQuantity DB
read write
{{ entity.placedQuantity }}
getPlacedQuantity()
setPlacedQuantity()
string
reservedMaxQuantity DB
read write
{{ entity.reservedMaxQuantity }}
getReservedMaxQuantity()
setReservedMaxQuantity()
float
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
warehouse ManyToOne Warehouse - storageLocations - {{ entity.warehouse }}
boxes OneToMany WarehouseBox location -
remove
{{ entity.boxes }}
deliveries OneToMany VendorOrderItemDelivery location -
remove
{{ entity.deliveries }}
bookings OneToMany WarehouseBooking location -
remove
{{ entity.bookings }}
order ManyToOne Order - - - {{ entity.order }}
reservedByUser ManyToOne User - - - {{ entity.reservedByUser }}
boxForUsers ManyToMany User - - - {{ entity.boxForUsers }}
placedProductGroup ManyToOne Category - - - {{ entity.placedProductGroup }}
placedProduct ManyToOne Product - - - {{ entity.placedProduct }}
parentLocation ManyToOne WarehouseStorageLocation - - - {{ entity.parentLocation }}
Keine Indexes definiert