Logidav Docs

WarehouseProductQtyLog
in package

Warehouse product qty log

Tags
ORM\Table

(name="mz_warehouse_product_qty_log")

ORM\Entity

(repositoryClass="AppBundle\Repository\WarehouseProductQtyLogRepository")

Table of Contents

Properties

$action  : string
$createdAt  : DateTime
$id  : int
$msg  : string
$newQty  : string
$oldQty  : string
$product  : mixed
$sale  : mixed
$user  : mixed
$warehouse  : mixed

Methods

getAction()  : string
Get action
getCreatedAt()  : DateTime
Get createdAt
getId()  : int
Get id
getMsg()  : string
Get msg
getNewQty()  : string
Get newQty
getOldQty()  : string
Get oldQty
getProduct()  : Product
Get product
getSale()  : Sale
Get sale
getUser()  : User
Get user
getWarehouse()  : Warehouse
Get Warehouse
setAction()  : WarehouseProductQtyLog
Set action
setCreatedAt()  : WarehouseProductQtyLog
Set createdAt
setMsg()  : WarehouseProductQtyLog
Set msg
setNewQty()  : WarehouseProductQtyLog
Set newQty
setOldQty()  : WarehouseProductQtyLog
Set oldQty
setProduct()  : ProductQtyLog
Set product
setSale()  : WarehouseProductQtyLog
Set sale
setUser()  : WarehouseProductQtyLog
Set user
setWarehouse()  : WarehouseProductQtyLog
Set Warehouse

Properties

$action

private string $action
Tags
ORM\Column

(name="action", type="string", length=255, nullable=true)

$createdAt

private DateTime $createdAt
Tags
ORM\Column

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

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$newQty

private string $newQty
Tags
ORM\Column

(name="new_qty", type="string", length=255, nullable=true)

$oldQty

private string $oldQty
Tags
ORM\Column

(name="old_qty", type="string", length=255, nullable=true)

$product

private mixed $product
Tags
ORM\ManyToOne

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

ORM\JoinColumn

(nullable=true)

$sale

private mixed $sale
Tags
ORM\ManyToOne

(targetEntity="Sale")

ORM\JoinColumn

(nullable=true)

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

ORM\JoinColumn

(nullable=true)

$warehouse

private mixed $warehouse
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Warehouse")

ORM\JoinColumn

(nullable=true)

Methods


        
On this page

Search results