Documentation

AccountingItemType
in package

Class representing AccountingItemType.

XSD Type: accountingItemType

Table of Contents

Properties

$accounting  : AccountingType|null
Zaúčtování.
$activity  : RefType|null
Činnost.
$address  : AddressType|null
Zákazníkova adresa.
$centre  : RefType|null
Středisko.
$contract  : RefType|null
Zakázka.
$date  : DateTime|null
Datum vystavení.
$dateTax  : DateTime|null
Datum zdanitelného plnění / Datum odpočtu.
$foreignCurrency  : TypeCurrencyForeignType|null
Cizí měna.
$homeCurrency  : TypeCurrencyHomeItemType|null
Kč.
$id  : int|null
Používá se pouze při exportu.
$note  : string|null
Poznámka.
$number  : NumberType|null
Evidenční číslo záznamu .
$parameters  : array<string|int, ParameterDocType>
Volitelný parametr.
$source  : string|null
Zdroj dokladu.
$symPar  : string|null
Párový symbol. Používá se jen v účetnictví (dříve PU).
$text  : string|null
Text zdrojového dokladu.

Methods

addToParameters()  : self
Adds as parameter.
getAccounting()  : AccountingType
Gets as accounting.
getActivity()  : RefType
Gets as activity.
getAddress()  : AddressType
Gets as address.
getCentre()  : RefType
Gets as centre.
getContract()  : RefType
Gets as contract.
getDate()  : DateTime
Gets as date.
getDateTax()  : DateTime
Gets as dateTax.
getForeignCurrency()  : TypeCurrencyForeignType
Gets as foreignCurrency.
getHomeCurrency()  : TypeCurrencyHomeItemType
Gets as homeCurrency.
getId()  : int
Gets as id.
getNote()  : string
Gets as note.
getNumber()  : NumberType
Gets as number.
getParameters()  : array<string|int, ParameterDocType>
Gets as parameters.
getSource()  : string
Gets as source.
getSymPar()  : string
Gets as symPar.
getText()  : string
Gets as text.
issetParameters()  : bool
isset parameters.
setAccounting()  : self
Sets a new accounting.
setActivity()  : self
Sets a new activity.
setAddress()  : self
Sets a new address.
setCentre()  : self
Sets a new centre.
setContract()  : self
Sets a new contract.
setDate()  : self
Sets a new date.
setDateTax()  : self
Sets a new dateTax.
setForeignCurrency()  : self
Sets a new foreignCurrency.
setHomeCurrency()  : self
Sets a new homeCurrency.
setId()  : self
Sets a new id.
setNote()  : self
Sets a new note.
setNumber()  : self
Sets a new number.
setParameters()  : self
Sets a new parameters.
setSource()  : self
Sets a new source.
setSymPar()  : self
Sets a new symPar.
setText()  : self
Sets a new text.
unsetParameters()  : void
unset parameters.

Properties

$dateTax

Datum zdanitelného plnění / Datum odpočtu.

private DateTime|null $dateTax = null

$symPar

Párový symbol. Používá se jen v účetnictví (dříve PU).

private string|null $symPar = null

Methods

getDate()

Gets as date.

public getDate() : DateTime

Datum vystavení.

Return values
DateTime

getDateTax()

Gets as dateTax.

public getDateTax() : DateTime

Datum zdanitelného plnění / Datum odpočtu.

Return values
DateTime

getId()

Gets as id.

public getId() : int

Používá se pouze při exportu.

Return values
int

getNote()

Gets as note.

public getNote() : string

Poznámka.

Return values
string

getSource()

Gets as source.

public getSource() : string

Zdroj dokladu.

Return values
string

getSymPar()

Gets as symPar.

public getSymPar() : string

Párový symbol. Používá se jen v účetnictví (dříve PU).

Return values
string

getText()

Gets as text.

public getText() : string

Text zdrojového dokladu.

Return values
string

issetParameters()

isset parameters.

public issetParameters(int|string $index) : bool

Volitelný parametr.

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

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

setDate()

Sets a new date.

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

Datum vystavení.

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

setDateTax()

Sets a new dateTax.

public setDateTax([DateTime|null $dateTax = null ]) : self

Datum zdanitelného plnění / Datum odpočtu.

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

setId()

Sets a new id.

public setId(int $id) : self

Používá se pouze při exportu.

Parameters
$id : int
Return values
self

setNote()

Sets a new note.

public setNote(string $note) : self

Poznámka.

Parameters
$note : string
Return values
self

setNumber()

Sets a new number.

public setNumber([NumberType|null $number = null ]) : self

Evidenční číslo záznamu .

Parameters
$number : NumberType|null = null
Return values
self

setSource()

Sets a new source.

public setSource(string $source) : self

Zdroj dokladu.

Parameters
$source : string
Return values
self

setSymPar()

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
self

setText()

Sets a new text.

public setText(string $text) : self

Text zdrojového dokladu.

Parameters
$text : string
Return values
self

unsetParameters()

unset parameters.

public unsetParameters(int|string $index) : void

Volitelný parametr.

Parameters
$index : int|string

        
On this page

Search results