Documentation

MovementHeaderType
in package

Class representing MovementHeaderType.

Pohyby. XSD Type: movementHeaderType

Table of Contents

$activity  : RefType|null
Činnost.
$address  : AddressType|null
Adresa a dodací adresa.
$agenda  : string|null
Agenda.
$centre  : RefType|null
Středisko.
$contract  : RefType|null
Zakázka.
$count  : float|null
Stav zásoby.
$date  : DateTime|null
Datum pohybu.
$id  : int|null
ID záznamu.
$labels  : array<string|int, mixed>|null
Štítky záznamu.
$markRecord  : string|null
Označení.
$movementType  : string|null
Typ pohybu.
$number  : string|null
Číslo dokladu.
$price  : float|null
Celkem.
$profit  : float|null
Zisk.
$profitUnit  : float|null
Zisk/m. j.
$quantity  : float|null
Množství.
$regNumber  : string|null
Evidenční číslo.
$stockItem  : StockItemMovementType|null
Odkaz na skladovou položku.
$stockType  : string|null
Typ zásoby.
$typePrice  : RefType|null
Cenová skupina. Tento element je vyžadován při vytvoření dokladu.
$unit  : string|null
Měrná jednotka.
$unitPrice  : float|null
Částka.
$valuation  : float|null
Ocenění.
$weightedPurchasePrice  : float|null
Vážená nákupní cena.
addToLabels()  : self
Adds as label.
getActivity()  : RefType
Gets as activity.
getAddress()  : AddressType
Gets as address.
getAgenda()  : string
Gets as agenda.
getCentre()  : RefType
Gets as centre.
getContract()  : RefType
Gets as contract.
getCount()  : float
Gets as count.
getDate()  : DateTime
Gets as date.
getId()  : int
Gets as id.
getLabels()  : array<string|int, LabelType>
Gets as labels.
getMarkRecord()  : string
Gets as markRecord.
getMovementType()  : string
Gets as movementType.
getNumber()  : string
Gets as number.
getPrice()  : float
Gets as price.
getProfit()  : float
Gets as profit.
getProfitUnit()  : float
Gets as profitUnit.
getQuantity()  : float
Gets as quantity.
getRegNumber()  : string
Gets as regNumber.
getStockItem()  : StockItemMovementType
Gets as stockItem.
getStockType()  : string
Gets as stockType.
getTypePrice()  : RefType
Gets as typePrice.
getUnit()  : string
Gets as unit.
getUnitPrice()  : float
Gets as unitPrice.
getValuation()  : float
Gets as valuation.
getWeightedPurchasePrice()  : float
Gets as weightedPurchasePrice.
issetLabels()  : bool
isset labels.
setActivity()  : self
Sets a new activity.
setAddress()  : self
Sets a new address.
setAgenda()  : self
Sets a new agenda.
setCentre()  : self
Sets a new centre.
setContract()  : self
Sets a new contract.
setCount()  : self
Sets a new count.
setDate()  : self
Sets a new date.
setId()  : self
Sets a new id.
setLabels()  : self
Sets a new labels.
setMarkRecord()  : self
Sets a new markRecord.
setMovementType()  : self
Sets a new movementType.
setNumber()  : self
Sets a new number.
setPrice()  : self
Sets a new price.
setProfit()  : self
Sets a new profit.
setProfitUnit()  : self
Sets a new profitUnit.
setQuantity()  : self
Sets a new quantity.
setRegNumber()  : self
Sets a new regNumber.
setStockItem()  : self
Sets a new stockItem.
setStockType()  : self
Sets a new stockType.
setTypePrice()  : self
Sets a new typePrice.
setUnit()  : self
Sets a new unit.
setUnitPrice()  : self
Sets a new unitPrice.
setValuation()  : self
Sets a new valuation.
setWeightedPurchasePrice()  : self
Sets a new weightedPurchasePrice.
unsetLabels()  : void
unset labels.

Properties

$labels

Štítky záznamu.

private array<string|int, mixed>|null $labels = null

$typePrice

Cenová skupina. Tento element je vyžadován při vytvoření dokladu.

private RefType|null $typePrice = null

$weightedPurchasePrice

Vážená nákupní cena.

private float|null $weightedPurchasePrice = null

Methods

getAgenda()

Gets as agenda.

public getAgenda() : string

Agenda.

Return values
string

getCount()

Gets as count.

public getCount() : float

Stav zásoby.

Return values
float

getDate()

Gets as date.

public getDate() : DateTime

Datum pohybu.

Return values
DateTime

getMarkRecord()

Gets as markRecord.

public getMarkRecord() : string

Označení.

Return values
string

getMovementType()

Gets as movementType.

public getMovementType() : string

Typ pohybu.

Return values
string

getNumber()

Gets as number.

public getNumber() : string

Číslo dokladu.

Return values
string

getPrice()

Gets as price.

public getPrice() : float

Celkem.

Return values
float

getProfit()

Gets as profit.

public getProfit() : float

Zisk.

Return values
float

getProfitUnit()

Gets as profitUnit.

public getProfitUnit() : float

Zisk/m. j.

Return values
float

getQuantity()

Gets as quantity.

public getQuantity() : float

Množství.

Return values
float

getRegNumber()

Gets as regNumber.

public getRegNumber() : string

Evidenční číslo.

Return values
string

getStockType()

Gets as stockType.

public getStockType() : string

Typ zásoby.

Return values
string

getTypePrice()

Gets as typePrice.

public getTypePrice() : RefType

Cenová skupina. Tento element je vyžadován při vytvoření dokladu.

Return values
RefType

getUnit()

Gets as unit.

public getUnit() : string

Měrná jednotka.

Return values
string

getUnitPrice()

Gets as unitPrice.

public getUnitPrice() : float

Částka.

Return values
float

getValuation()

Gets as valuation.

public getValuation() : float

Ocenění.

Return values
float

getWeightedPurchasePrice()

Gets as weightedPurchasePrice.

public getWeightedPurchasePrice() : float

Vážená nákupní cena.

Return values
float

issetLabels()

isset labels.

public issetLabels(int|string $index) : bool

Štítky záznamu.

Parameters
$index : int|string
Return values
bool

setActivity()

Sets a new activity.

public setActivity([RefType|null $activity = null ]) : self

Činnost

Parameters
$activity : RefType|null = null
Return values
self

setAddress()

Sets a new address.

public setAddress([AddressType|null $address = null ]) : self

Adresa a dodací adresa.

Parameters
$address : AddressType|null = null
Return values
self

setAgenda()

Sets a new agenda.

public setAgenda(string $agenda) : self

Agenda.

Parameters
$agenda : string
Return values
self

setCentre()

Sets a new centre.

public setCentre([RefType|null $centre = null ]) : self

Středisko

Parameters
$centre : RefType|null = null
Return values
self

setContract()

Sets a new contract.

public setContract([RefType|null $contract = null ]) : self

Zakázka

Parameters
$contract : RefType|null = null
Return values
self

setCount()

Sets a new count.

public setCount(float $count) : self

Stav zásoby.

Parameters
$count : float
Return values
self

setDate()

Sets a new date.

public setDate([DateTime|null $date = null ]) : self

Datum pohybu.

Parameters
$date : DateTime|null = null
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID záznamu.

Parameters
$id : int
Return values
self

setLabels()

Sets a new labels.

public setLabels([array<string|int, LabelType$labels = null ]) : self

Štítky záznamu.

Parameters
$labels : array<string|int, LabelType> = null
Return values
self

setMarkRecord()

Sets a new markRecord.

public setMarkRecord(string $markRecord) : self

Označení.

Parameters
$markRecord : string
Return values
self

setMovementType()

Sets a new movementType.

public setMovementType(string $movementType) : self

Typ pohybu.

Parameters
$movementType : string
Return values
self

setNumber()

Sets a new number.

public setNumber(string $number) : self

Číslo dokladu.

Parameters
$number : string
Return values
self

setPrice()

Sets a new price.

public setPrice(float $price) : self

Celkem.

Parameters
$price : float
Return values
self

setProfit()

Sets a new profit.

public setProfit(float $profit) : self

Zisk.

Parameters
$profit : float
Return values
self

setProfitUnit()

Sets a new profitUnit.

public setProfitUnit(float $profitUnit) : self

Zisk/m. j.

Parameters
$profitUnit : float
Return values
self

setQuantity()

Sets a new quantity.

public setQuantity(float $quantity) : self

Množství.

Parameters
$quantity : float
Return values
self

setRegNumber()

Sets a new regNumber.

public setRegNumber(string $regNumber) : self

Evidenční číslo.

Parameters
$regNumber : string
Return values
self

setStockType()

Sets a new stockType.

public setStockType(string $stockType) : self

Typ zásoby.

Parameters
$stockType : string
Return values
self

setTypePrice()

Sets a new typePrice.

public setTypePrice([RefType|null $typePrice = null ]) : self

Cenová skupina. Tento element je vyžadován při vytvoření dokladu.

Parameters
$typePrice : RefType|null = null
Return values
self

setUnit()

Sets a new unit.

public setUnit(string $unit) : self

Měrná jednotka.

Parameters
$unit : string
Return values
self

setUnitPrice()

Sets a new unitPrice.

public setUnitPrice(float $unitPrice) : self

Částka.

Parameters
$unitPrice : float
Return values
self

setValuation()

Sets a new valuation.

public setValuation(float $valuation) : self

Ocenění.

Parameters
$valuation : float
Return values
self

setWeightedPurchasePrice()

Sets a new weightedPurchasePrice.

public setWeightedPurchasePrice(float $weightedPurchasePrice) : self

Vážená nákupní cena.

Parameters
$weightedPurchasePrice : float
Return values
self

unsetLabels()

unset labels.

public unsetLabels(int|string $index) : void

Štítky záznamu.

Parameters
$index : int|string
Return values
void

Search results