Logidav Docs

ProductStockValue
in package

ProductStockValue

Tags
ORM\Table

(name="mz_product_stock_value")

ORM\Entity

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

Table of Contents

Properties

$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

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
setAvgUnitStockValue()  : void
setDate()  : void
setLogisticsBufferStock()  : void
setPhysicalInventory()  : void
setProduct()  : void
setQty()  : void
setQtyInTransit()  : void
setTotalPrice()  : void
setTotalPriceInTransit()  : void
setUnitValue()  : void

Properties

$avgUnitStockValue

private float|null $avgUnitStockValue
Tags
ORM\Column

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

$date

private DateTime|null $date
Tags
ORM\Column

(name="date", type="date")

$id

private int|null $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$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})

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Product")

ORM\JoinColumn

(nullable=false)

$qty

private float|null $qty
Tags
ORM\Column

(name="qty", 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})

$unitValue

private string|null $unitValue
Tags
ORM\Column

(name="unit_value", type="text", nullable=true)

Methods

getAvgUnitStockValue()

public getAvgUnitStockValue() : float|null
Return values
float|null

getLogisticsBufferStock()

public getLogisticsBufferStock() : float|null
Return values
float|null

getPhysicalInventory()

public getPhysicalInventory() : float|null
Return values
float|null

getQtyInTransit()

public getQtyInTransit() : int|null
Return values
int|null

getTotalPrice()

public getTotalPrice() : float|null
Return values
float|null

getTotalPriceInTransit()

public getTotalPriceInTransit() : float|null
Return values
float|null

getUnitValue()

public getUnitValue() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setAvgUnitStockValue()

public setAvgUnitStockValue(float|null $physicalInventory) : void
Parameters
$physicalInventory : float|null

setDate()

public setDate(DateTime|null $date) : void
Parameters
$date : DateTime|null

setLogisticsBufferStock()

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

setPhysicalInventory()

public setPhysicalInventory(float|null $physicalInventory) : void
Parameters
$physicalInventory : float|null

setProduct()

public setProduct(mixed $product) : void
Parameters
$product : mixed

setQty()

public setQty(float|null $qty) : void
Parameters
$qty : float|null

setQtyInTransit()

public setQtyInTransit(mixed $qtyInTransit) : void
Parameters
$qtyInTransit : mixed

setTotalPrice()

public setTotalPrice(float|null $totalPrice) : void
Parameters
$totalPrice : float|null

setTotalPriceInTransit()

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

setUnitValue()

public setUnitValue(array<string|int, mixed>|null $unitValue) : void
Parameters
$unitValue : array<string|int, mixed>|null

        
On this page

Search results