Logidav Docs

AsirInternalStockLog
in package

AsirInternalStockLog

Tags
ORM\Table

(name="mz_asir_internal_stock_log")

ORM\Entity

(repositoryClass="AsirGroupBundle\Repository\AsirInternalStockLogRepository")

Table of Contents

Properties

$addedFromSource  : mixed
$createdAt  : DateTime
$id  : int
$product  : mixed
$qty  : int
$saleProduct  : mixed
$user  : mixed

Methods

getAddedFromSource()  : mixed
getCreatedAt()  : DateTime
Get createdAt
getId()  : int
Get id
getProduct()  : mixed
getQty()  : mixed
getSaleProduct()  : mixed
getUser()  : mixed
setAddedFromSource()  : void
setCreatedAt()  : $this
setProduct()  : $this
setQty()  : mixed
setSaleProduct()  : void
setUser()  : mixed

Properties

$addedFromSource

private mixed $addedFromSource
Tags
ORM\Column

(name="added_from", type="string", nullable=true)

$createdAt

private DateTime $createdAt
Tags
ORM\Column

(name="created_at", type="datetime", nullable=true)

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Product", inversedBy="logScanQty")

ORM\JoinColumn

(nullable=true)

$saleProduct

private mixed $saleProduct
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\SaleProduct", inversedBy="internalStockLog")

ORM\JoinColumn

(nullable=true)

Methods

setAddedFromSource()

public setAddedFromSource(mixed $addedFromSource) : void
Parameters
$addedFromSource : mixed

setCreatedAt()

public setCreatedAt(mixed $createdAt) : $this
Parameters
$createdAt : mixed
Return values
$this

setProduct()

public setProduct(mixed $product) : $this
Parameters
$product : mixed
Return values
$this

setSaleProduct()

public setSaleProduct(mixed $saleProduct) : void
Parameters
$saleProduct : mixed

        
On this page

Search results