Logidav Docs

ProductStockValue0104202231082023
in package

ProductStockValue

Tags
ORM\Table

(name="mz_product_stock_value_0104202231082023")

ORM\Entity

(repositoryClass="AppBundle\Repository\Product\ProductStockValue0104202231082023Repository")

Table of Contents

Properties

$arrivalAvg  : float|null
$arrivalQty  : float|null
$avgUnitStockValue  : float|null
$date  : DateTime|null
$id  : int|null
$logisticsBufferStock  : float|null
$physicalInventory  : float|null
$product  : mixed
$qty  : float|null
$qtyInTransit  : float|null
$totalPrice  : float|null
$totalPriceInTransit  : float|null
$unitValue  : string|null

Methods

getArrivalAvg()  : float|null
getArrivalQty()  : float|null
getAvgUnitStockValue()  : float|null
getDate()  : DateTime|null
getId()  : int
Get id
getLogisticsBufferStock()  : float|null
getPhysicalInventory()  : float|null
getProduct()  : mixed|Product
getQty()  : float|null
getQtyInTransit()  : int|null
getTotalPrice()  : float|null
getTotalPriceInTransit()  : float|null
getUnitValue()  : array<string|int, mixed>|null
setArrivalAvg()  : void
setArrivalQty()  : void
setAvgUnitStockValue()  : void
setDate()  : void
setLogisticsBufferStock()  : void
setPhysicalInventory()  : void
setProduct()  : void
setQty()  : void
setQtyInTransit()  : void
setTotalPrice()  : void
setTotalPriceInTransit()  : void
setUnitValue()  : void

Properties

$arrivalAvg

private float|null $arrivalAvg
Tags
ORM\Column

(name="arrival_avg", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$arrivalQty

private float|null $arrivalQty
Tags
ORM\Column

(name="arrival_qty", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$avgUnitStockValue

private float|null $avgUnitStockValue
Tags
ORM\Column

(name="avg_unit_stock_value", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$logisticsBufferStock

private float|null $logisticsBufferStock = 0
Tags
ORM\Column

(name="logistics_buffer_stock", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$physicalInventory

private float|null $physicalInventory = 0
Tags
ORM\Column

(name="physical_inventory", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$qtyInTransit

private float|null $qtyInTransit = 0
Tags
ORM\Column

(name="qty_in_transit", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$totalPrice

private float|null $totalPrice
Tags
ORM\Column

(name="total_price", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$totalPriceInTransit

private float|null $totalPriceInTransit = 0
Tags
ORM\Column

(name="total_price_in_transit", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

Methods

setLogisticsBufferStock()

public setLogisticsBufferStock(float|null $logisticsBufferStock) : void
Parameters
$logisticsBufferStock : float|null

setTotalPriceInTransit()

public setTotalPriceInTransit(float|null $totalPriceInTransit) : void
Parameters
$totalPriceInTransit : float|null

        
On this page

Search results