InvoiceAdvancePaymentItemType
in package
Class representing InvoiceAdvancePaymentItemType.
XSD Type: invoiceAdvancePaymentItemType
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.
- $discountPercentage : float|null
- Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ.
- $extId : string|null
- $foreignCurrency : TypeCurrencyForeignItem2Type|null
- Cizí měna.
- $homeCurrency : TypeCurrencyHomeItem2Type|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.
- $percentVAT : float|null
- Historická sazba v procentech. Povoluje se v Globálním nastavení.
- $quantity : float|null
- Množství.
- $rateVAT : VatRateType|null
- Sazba DPH.
- $sourceDocument : SourceDocumentType|null
- Pokud není tato hodnota uvedena, nastaví se ruční odpočet zálohy.
- $symPar : string|null
- Párový symbol. Používá se jen v účetnictví (dříve PU).
- $typeServiceMOSS : MOSStypeType|null
- Druh služby (OSS).
- $voucherEET : string|null
- Poukaz EET (pouze CZ verze).
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.
- getContract() : RefType
- Gets as contract.
- getDiscountPercentage() : float
- Gets as discountPercentage.
- getExtId() : string
- Gets as extId.
- getForeignCurrency() : TypeCurrencyForeignItem2Type
- Gets as foreignCurrency.
- getHomeCurrency() : TypeCurrencyHomeItem2Type
- 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.
- getPercentVAT() : float
- Gets as percentVAT.
- getQuantity() : float
- Gets as quantity.
- getRateVAT() : VatRateType
- Gets as rateVAT.
- getSourceDocument() : SourceDocumentType
- Gets as sourceDocument.
- getSymPar() : string
- Gets as symPar.
- getTypeServiceMOSS() : MOSStypeType
- Gets as typeServiceMOSS.
- getVoucherEET() : string
- Gets as voucherEET.
- 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.
- 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.
- setPercentVAT() : self
- Sets a new percentVAT.
- setQuantity() : self
- Sets a new quantity.
- setRateVAT() : self
- Sets a new rateVAT.
- setSourceDocument() : self
- Sets a new sourceDocument.
- setSymPar() : self
- Sets a new symPar.
- setTypeServiceMOSS() : self
- Sets a new typeServiceMOSS.
- setVoucherEET() : self
- Sets a new voucherEET.
- unsetParameters() : void
- unset parameters.
Properties
$accounting
Předkontace.
private
RefType|null
$accounting
= null
$activity
Činnost.
private
RefType|null
$activity
= null
$centre
Středisko.
private
RefType|null
$centre
= null
$classificationKVDPH
Členění KV DPH (pouze SK verze).
private
RefType|null
$classificationKVDPH
= null
$classificationVAT
Členění DPH.
private
ClassificationVATType|null
$classificationVAT
= null
$contract
Zakázka.
private
RefType|null
$contract
= null
$discountPercentage
Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ.
private
float|null
$discountPercentage
= null
$extId
private
string|null
$extId
= null
$foreignCurrency
Cizí měna.
private
TypeCurrencyForeignItem2Type|null
$foreignCurrency
= null
$homeCurrency
Kč.
private
TypeCurrencyHomeItem2Type|null
$homeCurrency
= null
$id
ID položky dokladu (jen pro export).
private
int|null
$id
= null
$note
Poznámka.
private
string|null
$note
= null
$parameters
Volitelný parametr.
private
array<string|int, ParameterDocType>
$parameters
= 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
$percentVAT
Historická sazba v procentech. Povoluje se v Globálním nastavení.
private
float|null
$percentVAT
= null
$quantity
Množství.
private
float|null
$quantity
= null
$rateVAT
Sazba DPH.
private
VatRateType|null
$rateVAT
= null
$sourceDocument
Pokud není tato hodnota uvedena, nastaví se ruční odpočet zálohy.
private
SourceDocumentType|null
$sourceDocument
= null
$symPar
Párový symbol. Používá se jen v účetnictví (dříve PU).
private
string|null
$symPar
= null
$typeServiceMOSS
Druh služby (OSS).
private
MOSStypeType|null
$typeServiceMOSS
= null
$voucherEET
Poukaz EET (pouze CZ verze).
private
string|null
$voucherEET
= null
Methods
addToParameters()
Adds as parameter.
public
addToParameters(ParameterDocType $parameter) : self
Volitelný parametr.
Parameters
- $parameter : ParameterDocType
Return values
selfgetAccounting()
Gets as accounting.
public
getAccounting() : RefType
Předkontace.
Return values
RefTypegetActivity()
Gets as activity.
public
getActivity() : RefType
Činnost.
Return values
RefTypegetCentre()
Gets as centre.
public
getCentre() : RefType
Středisko.
Return values
RefTypegetClassificationKVDPH()
Gets as classificationKVDPH.
public
getClassificationKVDPH() : RefType
Členění KV DPH (pouze SK verze).
Return values
RefTypegetClassificationVAT()
Gets as classificationVAT.
public
getClassificationVAT() : ClassificationVATType
Členění DPH.
Return values
ClassificationVATTypegetContract()
Gets as contract.
public
getContract() : RefType
Zakázka.
Return values
RefTypegetDiscountPercentage()
Gets as discountPercentage.
public
getDiscountPercentage() : float
Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ.
Return values
floatgetExtId()
Gets as extId.
public
getExtId() : string
Return values
stringgetForeignCurrency()
Gets as foreignCurrency.
public
getForeignCurrency() : TypeCurrencyForeignItem2Type
Cizí měna.
Return values
TypeCurrencyForeignItem2TypegetHomeCurrency()
Gets as homeCurrency.
public
getHomeCurrency() : TypeCurrencyHomeItem2Type
Kč.
Return values
TypeCurrencyHomeItem2TypegetId()
Gets as id.
public
getId() : int
ID položky dokladu (jen pro export).
Return values
intgetNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
stringgetParameters()
Gets as parameters.
public
getParameters() : array<string|int, ParameterDocType>
Volitelný parametr.
Return values
array<string|int, ParameterDocType>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
stringgetPercentVAT()
Gets as percentVAT.
public
getPercentVAT() : float
Historická sazba v procentech. Povoluje se v Globálním nastavení.
Return values
floatgetQuantity()
Gets as quantity.
public
getQuantity() : float
Množství.
Return values
floatgetRateVAT()
Gets as rateVAT.
public
getRateVAT() : VatRateType
Sazba DPH.
Return values
VatRateTypegetSourceDocument()
Gets as sourceDocument.
public
getSourceDocument() : SourceDocumentType
Pokud není tato hodnota uvedena, nastaví se ruční odpočet zálohy.
Return values
SourceDocumentTypegetSymPar()
Gets as symPar.
public
getSymPar() : string
Párový symbol. Používá se jen v účetnictví (dříve PU).
Return values
stringgetTypeServiceMOSS()
Gets as typeServiceMOSS.
public
getTypeServiceMOSS() : MOSStypeType
Druh služby (OSS).
Return values
MOSStypeTypegetVoucherEET()
Gets as voucherEET.
public
getVoucherEET() : string
Poukaz EET (pouze CZ verze).
Return values
stringissetParameters()
isset parameters.
public
issetParameters(int|string $index) : bool
Volitelný parametr.
Parameters
- $index : int|string
Return values
boolsetAccounting()
Sets a new accounting.
public
setAccounting([RefType|null $accounting = null ]) : self
Předkontace.
Parameters
- $accounting : RefType|null = null
Return values
selfsetActivity()
Sets a new activity.
public
setActivity([RefType|null $activity = null ]) : self
Činnost.
Parameters
- $activity : RefType|null = null
Return values
selfsetCentre()
Sets a new centre.
public
setCentre([RefType|null $centre = null ]) : self
Středisko.
Parameters
- $centre : RefType|null = null
Return values
selfsetClassificationKVDPH()
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
selfsetClassificationVAT()
Sets a new classificationVAT.
public
setClassificationVAT([ClassificationVATType|null $classificationVAT = null ]) : self
Členění DPH.
Parameters
- $classificationVAT : ClassificationVATType|null = null
Return values
selfsetContract()
Sets a new contract.
public
setContract([RefType|null $contract = null ]) : self
Zakázka.
Parameters
- $contract : RefType|null = null
Return values
selfsetDiscountPercentage()
Sets a new discountPercentage.
public
setDiscountPercentage(float $discountPercentage) : self
Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ.
Parameters
- $discountPercentage : float
Return values
selfsetExtId()
Sets a new extId.
public
setExtId(string $extId) : self
Parameters
- $extId : string
Return values
selfsetForeignCurrency()
Sets a new foreignCurrency.
public
setForeignCurrency([TypeCurrencyForeignItem2Type|null $foreignCurrency = null ]) : self
Cizí měna.
Parameters
- $foreignCurrency : TypeCurrencyForeignItem2Type|null = null
Return values
selfsetHomeCurrency()
Sets a new homeCurrency.
public
setHomeCurrency([TypeCurrencyHomeItem2Type|null $homeCurrency = null ]) : self
Kč.
Parameters
- $homeCurrency : TypeCurrencyHomeItem2Type|null = null
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID položky dokladu (jen pro export).
Parameters
- $id : int
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
selfsetParameters()
Sets a new parameters.
public
setParameters([array<string|int, ParameterDocType> $parameters = null ]) : self
Volitelný parametr.
Parameters
- $parameters : array<string|int, ParameterDocType> = null
Return values
selfsetPayVAT()
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
selfsetPercentVAT()
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
selfsetQuantity()
Sets a new quantity.
public
setQuantity(float $quantity) : self
Množství.
Parameters
- $quantity : float
Return values
selfsetRateVAT()
Sets a new rateVAT.
public
setRateVAT(VatRateType $rateVAT) : self
Sazba DPH.
Parameters
- $rateVAT : VatRateType
Return values
selfsetSourceDocument()
Sets a new sourceDocument.
public
setSourceDocument([SourceDocumentType|null $sourceDocument = null ]) : self
Pokud není tato hodnota uvedena, nastaví se ruční odpočet zálohy.
Parameters
- $sourceDocument : SourceDocumentType|null = null
Return values
selfsetSymPar()
Sets a new symPar.
public
setSymPar(string $symPar) : self
Párový symbol. Používá se jen v účetnictví (dříve PU).
Parameters
- $symPar : string
Return values
selfsetTypeServiceMOSS()
Sets a new typeServiceMOSS.
public
setTypeServiceMOSS([MOSStypeType|null $typeServiceMOSS = null ]) : self
Druh služby (OSS).
Parameters
- $typeServiceMOSS : MOSStypeType|null = null
Return values
selfsetVoucherEET()
Sets a new voucherEET.
public
setVoucherEET(string $voucherEET) : self
Poukaz EET (pouze CZ verze).
Parameters
- $voucherEET : string
Return values
selfunsetParameters()
unset parameters.
public
unsetParameters(int|string $index) : void
Volitelný parametr.
Parameters
- $index : int|string