Documentation

IntDocItemType
in package

Class representing IntDocItemType.

XSD Type: intDocItemType

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.
$code  : string|null
Kód.
$codePDP  : string|null
Kód zboží (pouze v SK verzi).
$coefficient  : float|null
Koeficient.
$contract  : RefType|null
Zakázka.
$discountPercentage  : float|null
Sleva v procentech. Pokud není uvedena, bere se jako NULOVÁ.
$extId  : string|null
$foreignCurrency  : TypeCurrencyForeignItemType|null
Cizí měna.
$homeCurrency  : TypeCurrencyHomeItemType|null
Kč.
$id  : int|null
ID položky dokladu (jen pro export).
$note  : string|null
Poznámka.
$parameters  : array<string|int, ParameterDocType>
Volitelný parametr.
$payVAT  : string|null
Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA.
$pDP  : bool|null
Příznak Přenesení daňové povinnosti.
$percentVAT  : float|null
Historická sazba v procentech. Povoluje se v Globálním nastavení.
$quantity  : float|null
Množství.
$rateVAT  : VatRateType|null
Sazba DPH.
$symPar  : string|null
Pár. symbol.
$text  : string|null
Text položky.
$typeServiceMOSS  : MOSStypeType|null
Druh služby (OSS).
$unit  : string|null
Měrná jednotka.

Methods

addToParameters()  : self
Adds as parameter.
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.
getCode()  : string
Gets as code.
getCodePDP()  : string
Gets as codePDP.
getCoefficient()  : float
Gets as coefficient.
getContract()  : RefType
Gets as contract.
getDiscountPercentage()  : float
Gets as discountPercentage.
getExtId()  : string
Gets as extId.
getForeignCurrency()  : TypeCurrencyForeignItemType
Gets as foreignCurrency.
getHomeCurrency()  : TypeCurrencyHomeItemType
Gets as homeCurrency.
getId()  : int
Gets as id.
getNote()  : string
Gets as note.
getParameters()  : array<string|int, ParameterDocType>
Gets as parameters.
getPayVAT()  : string
Gets as payVAT.
getPDP()  : bool
Gets as pDP.
getPercentVAT()  : float
Gets as percentVAT.
getQuantity()  : float
Gets as quantity.
getRateVAT()  : VatRateType
Gets as rateVAT.
getSymPar()  : string
Gets as symPar.
getText()  : string
Gets as text.
getTypeServiceMOSS()  : MOSStypeType
Gets as typeServiceMOSS.
getUnit()  : string
Gets as unit.
issetParameters()  : bool
isset parameters.
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.
setCode()  : self
Sets a new code.
setCodePDP()  : self
Sets a new codePDP.
setCoefficient()  : self
Sets a new coefficient.
setContract()  : self
Sets a new contract.
setDiscountPercentage()  : self
Sets a new discountPercentage.
setExtId()  : self
Sets a new extId.
setForeignCurrency()  : self
Sets a new foreignCurrency.
setHomeCurrency()  : self
Sets a new homeCurrency.
setId()  : self
Sets a new id.
setNote()  : self
Sets a new note.
setParameters()  : self
Sets a new parameters.
setPayVAT()  : self
Sets a new payVAT.
setPDP()  : self
Sets a new pDP.
setPercentVAT()  : self
Sets a new percentVAT.
setQuantity()  : self
Sets a new quantity.
setRateVAT()  : self
Sets a new rateVAT.
setSymPar()  : self
Sets a new symPar.
setText()  : self
Sets a new text.
setTypeServiceMOSS()  : self
Sets a new typeServiceMOSS.
setUnit()  : self
Sets a new unit.
unsetParameters()  : void
unset parameters.

Properties

$classificationKVDPH

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

private RefType|null $classificationKVDPH = null

$codePDP

Kód zboží (pouze v SK verzi).

private string|null $codePDP = null

$discountPercentage

Sleva v procentech. Pokud není uvedena, bere se jako NULOVÁ.

private float|null $discountPercentage = null

$id

ID položky dokladu (jen pro export).

private int|null $id = null

$payVAT

Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA.

private string|null $payVAT = null

$pDP

Příznak Přenesení daňové povinnosti.

private bool|null $pDP = null

$percentVAT

Historická sazba v procentech. Povoluje se v Globálním nastavení.

private float|null $percentVAT = null

Methods

getClassificationKVDPH()

Gets as classificationKVDPH.

public getClassificationKVDPH() : RefType

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

Return values
RefType

getCode()

Gets as code.

public getCode() : string

Kód.

Return values
string

getCodePDP()

Gets as codePDP.

public getCodePDP() : string

Kód zboží (pouze v SK verzi).

Return values
string

getCoefficient()

Gets as coefficient.

public getCoefficient() : float

Koeficient.

Return values
float

getDiscountPercentage()

Gets as discountPercentage.

public getDiscountPercentage() : float

Sleva v procentech. Pokud není uvedena, bere se jako NULOVÁ.

Return values
float

getExtId()

Gets as extId.

public getExtId() : string
Return values
string

getId()

Gets as id.

public getId() : int

ID položky dokladu (jen pro export).

Return values
int

getNote()

Gets as note.

public getNote() : string

Poznámka.

Return values
string

getPayVAT()

Gets as payVAT.

public getPayVAT() : string

Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA.

Return values
string

getPDP()

Gets as pDP.

public getPDP() : bool

Příznak Přenesení daňové povinnosti.

Return values
bool

getPercentVAT()

Gets as percentVAT.

public getPercentVAT() : float

Historická sazba v procentech. Povoluje se v Globálním nastavení.

Return values
float

getQuantity()

Gets as quantity.

public getQuantity() : float

Množství.

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.

Return values
string

getUnit()

Gets as unit.

public getUnit() : string

Měrná jednotka.

Return values
string

issetParameters()

isset parameters.

public issetParameters(int|string $index) : bool

Volitelný parametr.

Parameters
$index : int|string
Return values
bool

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

setCode()

Sets a new code.

public setCode(string $code) : self

Kód.

Parameters
$code : string
Return values
self

setCodePDP()

Sets a new codePDP.

public setCodePDP(string $codePDP) : self

Kód zboží (pouze v SK verzi).

Parameters
$codePDP : string
Return values
self

setCoefficient()

Sets a new coefficient.

public setCoefficient(float $coefficient) : self

Koeficient.

Parameters
$coefficient : float
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

setDiscountPercentage()

Sets a new discountPercentage.

public setDiscountPercentage(float $discountPercentage) : self

Sleva v procentech. Pokud není uvedena, bere se jako NULOVÁ.

Parameters
$discountPercentage : float
Return values
self

setExtId()

Sets a new extId.

public setExtId(string $extId) : self
Parameters
$extId : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID položky dokladu (jen pro export).

Parameters
$id : int
Return values
self

setNote()

Sets a new note.

public setNote(string $note) : self

Poznámka.

Parameters
$note : string
Return values
self

setParameters()

Sets a new parameters.

public setParameters([array<string|int, ParameterDocType$parameters = null ]) : self

Volitelný parametr.

Parameters
$parameters : array<string|int, ParameterDocType> = null
Return values
self

setPayVAT()

Sets a new payVAT.

public setPayVAT(string $payVAT) : self

Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA.

Parameters
$payVAT : string
Return values
self

setPDP()

Sets a new pDP.

public setPDP(bool $pDP) : self

Příznak Přenesení daňové povinnosti.

Parameters
$pDP : bool
Return values
self

setPercentVAT()

Sets a new percentVAT.

public setPercentVAT(float $percentVAT) : self

Historická sazba v procentech. Povoluje se v Globálním nastavení.

Parameters
$percentVAT : float
Return values
self

setQuantity()

Sets a new quantity.

public setQuantity(float $quantity) : self

Množství.

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.

Parameters
$text : string
Return values
self

setTypeServiceMOSS()

Sets a new typeServiceMOSS.

public setTypeServiceMOSS([MOSStypeType|null $typeServiceMOSS = null ]) : self

Druh služby (OSS).

Parameters
$typeServiceMOSS : MOSStypeType|null = null
Return values
self

setUnit()

Sets a new unit.

public setUnit(string $unit) : self

Měrná jednotka.

Parameters
$unit : string
Return values
self

unsetParameters()

unset parameters.

public unsetParameters(int|string $index) : void

Volitelný parametr.

Parameters
$index : int|string

        
On this page

Search results