Documentation

LiquidationItemType
in package

Class representing LiquidationItemType.

XSD Type: liquidationItemType

Table of Contents

Properties

$accounting  : RefType|null
Předkontace.
$activity  : RefType|null
Činnost.
$centre  : RefType|null
Středisko.
$classificationKVDPH  : RefType|null
Členění KV DPH (pouze SK verze).
$classificationVAT  : ClassificationVATType|null
Členění DPH.
$contract  : RefType|null
Zakázka.
$homeCurrency  : TypeCurrencyHomeItem2Type|null
Kč.
$note  : string|null
Poznámka.
$payVAT  : string|null
Jednotková cena s/bez DPH. Pri likvidaci dokladu vždy nastaveno "false" (bez DPH).
$quantity  : float|null
Množství na položce.Pro likvidaci dokladu vždy nastaveno "1".
$rateVAT  : VatRateType|null
Sazba DPH.
$symPar  : string|null
Pár. symbol.
$text  : string|null
Text položky. Pokud nebude uveden, bude nastaven text z Globálního nastavení programu POHODA.

Methods

getAccounting()  : RefType
Gets as accounting.
getActivity()  : RefType
Gets as activity.
getCentre()  : RefType
Gets as centre.
getClassificationKVDPH()  : RefType
Gets as classificationKVDPH.
getClassificationVAT()  : ClassificationVATType
Gets as classificationVAT.
getContract()  : RefType
Gets as contract.
getHomeCurrency()  : TypeCurrencyHomeItem2Type
Gets as homeCurrency.
getNote()  : string
Gets as note.
getPayVAT()  : string
Gets as payVAT.
getQuantity()  : float
Gets as quantity.
getRateVAT()  : VatRateType
Gets as rateVAT.
getSymPar()  : string
Gets as symPar.
getText()  : string
Gets as text.
setAccounting()  : self
Sets a new accounting.
setActivity()  : self
Sets a new activity.
setCentre()  : self
Sets a new centre.
setClassificationKVDPH()  : self
Sets a new classificationKVDPH.
setClassificationVAT()  : self
Sets a new classificationVAT.
setContract()  : self
Sets a new contract.
setHomeCurrency()  : self
Sets a new homeCurrency.
setNote()  : self
Sets a new note.
setPayVAT()  : self
Sets a new payVAT.
setQuantity()  : self
Sets a new quantity.
setRateVAT()  : self
Sets a new rateVAT.
setSymPar()  : self
Sets a new symPar.
setText()  : self
Sets a new text.

Properties

$payVAT

Jednotková cena s/bez DPH. Pri likvidaci dokladu vždy nastaveno "false" (bez DPH).

private string|null $payVAT = null

$quantity

Množství na položce.Pro likvidaci dokladu vždy nastaveno "1".

private float|null $quantity = null

$text

Text položky. Pokud nebude uveden, bude nastaven text z Globálního nastavení programu POHODA.

private string|null $text = null

Methods

getClassificationKVDPH()

Gets as classificationKVDPH.

public getClassificationKVDPH() : RefType

Členění KV DPH (pouze SK verze).

Return values
RefType

getPayVAT()

Gets as payVAT.

public getPayVAT() : string

Jednotková cena s/bez DPH. Pri likvidaci dokladu vždy nastaveno "false" (bez DPH).

Return values
string

getQuantity()

Gets as quantity.

public getQuantity() : float

Množství na položce.Pro likvidaci dokladu vždy nastaveno "1".

Return values
float

getSymPar()

Gets as symPar.

public getSymPar() : string

Pár. symbol

Return values
string

getText()

Gets as text.

public getText() : string

Text položky. Pokud nebude uveden, bude nastaven text z Globálního nastavení programu POHODA.

Return values
string

setAccounting()

Sets a new accounting.

public setAccounting([RefType|null $accounting = null ]) : self

Předkontace.

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

setActivity()

Sets a new activity.

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

Činnost.

Parameters
$activity : RefType|null = null
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

setClassificationKVDPH()

Sets a new classificationKVDPH.

public setClassificationKVDPH([RefType|null $classificationKVDPH = null ]) : self

Členění KV DPH (pouze SK verze).

Parameters
$classificationKVDPH : 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

setNote()

Sets a new note.

public setNote(string $note) : self

Poznámka.

Parameters
$note : string
Return values
self

setPayVAT()

Sets a new payVAT.

public setPayVAT(string $payVAT) : self

Jednotková cena s/bez DPH. Pri likvidaci dokladu vždy nastaveno "false" (bez DPH).

Parameters
$payVAT : string
Return values
self

setQuantity()

Sets a new quantity.

public setQuantity(float $quantity) : self

Množství na položce.Pro likvidaci dokladu vždy nastaveno "1".

Parameters
$quantity : float
Return values
self

setSymPar()

Sets a new symPar.

public setSymPar(string $symPar) : self

Pár. symbol

Parameters
$symPar : string
Return values
self

setText()

Sets a new text.

public setText(string $text) : self

Text položky. Pokud nebude uveden, bude nastaven text z Globálního nastavení programu POHODA.

Parameters
$text : string
Return values
self

        
On this page

Search results