Store
extends StoreType
in package
Class representing Store.
Table of Contents
- $accStockA : AccStockAType|null
- Sklady A.
- $allowNegInvBalance : string|null
- Povolit stav zásob do minusu.
- $createInventoryCard : bool|null
- Založit skladovou zásobu.
- $destinationStore : bool|null
- Cílový sklad.
- $id : int|null
- ID záznamu (pouze pro export).
- $markRecord : string|null
- Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
- $name : string|null
- Název skladu.
- $note : string|null
- Poznámka.
- $parameters : array<string|int, mixed>|null
- Volitelný parametr.
- $pLU : PLUtypeType|null
- PLU.
- $sourceStore : bool|null
- Zdrojový sklad.
- $storekeeper : RefType|null
- Skladník.
- $text : string|null
- Popis nebo plný název nebo adresa skladu.
- $unitPZD : RefType|null
- Jednotka PZD. Nastavení vlastníka skladu v režimu „Pobočkové zpracování dat“.
- $version : string|null
- addToParameters() : self
- Adds as parameter.
- getAccStockA() : AccStockAType
- Gets as accStockA.
- getAllowNegInvBalance() : string
- Gets as allowNegInvBalance.
- getCreateInventoryCard() : bool
- Gets as createInventoryCard.
- getDestinationStore() : bool
- Gets as destinationStore.
- getId() : int
- Gets as id.
- getMarkRecord() : string
- Gets as markRecord.
- getName() : string
- Gets as name.
- getNote() : string
- Gets as note.
- getParameters() : array<string|int, ParameterDocType>
- Gets as parameters.
- getPLU() : PLUtypeType
- Gets as pLU.
- getSourceStore() : bool
- Gets as sourceStore.
- getStorekeeper() : RefType
- Gets as storekeeper.
- getText() : string
- Gets as text.
- getUnitPZD() : RefType
- Gets as unitPZD.
- getVersion() : string
- Gets as version.
- issetParameters() : bool
- isset parameters.
- setAccStockA() : self
- Sets a new accStockA.
- setAllowNegInvBalance() : self
- Sets a new allowNegInvBalance.
- setCreateInventoryCard() : self
- Sets a new createInventoryCard.
- setDestinationStore() : self
- Sets a new destinationStore.
- setId() : self
- Sets a new id.
- setMarkRecord() : self
- Sets a new markRecord.
- setName() : self
- Sets a new name.
- setNote() : self
- Sets a new note.
- setParameters() : self
- Sets a new parameters.
- setPLU() : self
- Sets a new pLU.
- setSourceStore() : self
- Sets a new sourceStore.
- setStorekeeper() : self
- Sets a new storekeeper.
- setText() : self
- Sets a new text.
- setUnitPZD() : self
- Sets a new unitPZD.
- setVersion() : self
- Sets a new version.
- unsetParameters() : void
- unset parameters.
Properties
$accStockA
Sklady A.
private
AccStockAType|null
$accStockA
= null
$allowNegInvBalance
Povolit stav zásob do minusu.
private
string|null
$allowNegInvBalance
= null
$createInventoryCard
Založit skladovou zásobu.
private
bool|null
$createInventoryCard
= null
$destinationStore
Cílový sklad.
private
bool|null
$destinationStore
= null
$id
ID záznamu (pouze pro export).
private
int|null
$id
= null
$markRecord
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
private
string|null
$markRecord
= null
$name
Název skladu.
private
string|null
$name
= null
$note
Poznámka.
private
string|null
$note
= null
$parameters
Volitelný parametr.
private
array<string|int, mixed>|null
$parameters
= null
$pLU
PLU.
private
PLUtypeType|null
$pLU
= null
$sourceStore
Zdrojový sklad.
private
bool|null
$sourceStore
= null
$storekeeper
Skladník.
private
RefType|null
$storekeeper
= null
$text
Popis nebo plný název nebo adresa skladu.
private
string|null
$text
= null
$unitPZD
Jednotka PZD. Nastavení vlastníka skladu v režimu „Pobočkové zpracování dat“.
private
RefType|null
$unitPZD
= null
$version
private
string|null
$version
= null
Methods
addToParameters()
Adds as parameter.
public
addToParameters(ParameterDocType $parameter) : self
Volitelný parametr.
Parameters
- $parameter : ParameterDocType
Return values
self —getAccStockA()
Gets as accStockA.
public
getAccStockA() : AccStockAType
Sklady A.
Return values
AccStockAType —getAllowNegInvBalance()
Gets as allowNegInvBalance.
public
getAllowNegInvBalance() : string
Povolit stav zásob do minusu.
Return values
string —getCreateInventoryCard()
Gets as createInventoryCard.
public
getCreateInventoryCard() : bool
Založit skladovou zásobu.
Return values
bool —getDestinationStore()
Gets as destinationStore.
public
getDestinationStore() : bool
Cílový sklad.
Return values
bool —getId()
Gets as id.
public
getId() : int
ID záznamu (pouze pro export).
Return values
int —getMarkRecord()
Gets as markRecord.
public
getMarkRecord() : string
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Return values
string —getName()
Gets as name.
public
getName() : string
Název skladu.
Return values
string —getNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
string —getParameters()
Gets as parameters.
public
getParameters() : array<string|int, ParameterDocType>
Volitelný parametr.
Return values
array<string|int, ParameterDocType> —getPLU()
Gets as pLU.
public
getPLU() : PLUtypeType
PLU.
Return values
PLUtypeType —getSourceStore()
Gets as sourceStore.
public
getSourceStore() : bool
Zdrojový sklad.
Return values
bool —getStorekeeper()
Gets as storekeeper.
public
getStorekeeper() : RefType
Skladník.
Return values
RefType —getText()
Gets as text.
public
getText() : string
Popis nebo plný název nebo adresa skladu.
Return values
string —getUnitPZD()
Gets as unitPZD.
public
getUnitPZD() : RefType
Jednotka PZD. Nastavení vlastníka skladu v režimu „Pobočkové zpracování dat“.
Return values
RefType —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —issetParameters()
isset parameters.
public
issetParameters(int|string $index) : bool
Volitelný parametr.
Parameters
- $index : int|string
Return values
bool —setAccStockA()
Sets a new accStockA.
public
setAccStockA([AccStockAType|null $accStockA = null ]) : self
Sklady A.
Parameters
- $accStockA : AccStockAType|null = null
Return values
self —setAllowNegInvBalance()
Sets a new allowNegInvBalance.
public
setAllowNegInvBalance(string $allowNegInvBalance) : self
Povolit stav zásob do minusu.
Parameters
- $allowNegInvBalance : string
Return values
self —setCreateInventoryCard()
Sets a new createInventoryCard.
public
setCreateInventoryCard(bool $createInventoryCard) : self
Založit skladovou zásobu.
Parameters
- $createInventoryCard : bool
Return values
self —setDestinationStore()
Sets a new destinationStore.
public
setDestinationStore(bool $destinationStore) : self
Cílový sklad.
Parameters
- $destinationStore : bool
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
ID záznamu (pouze pro export).
Parameters
- $id : int
Return values
self —setMarkRecord()
Sets a new markRecord.
public
setMarkRecord(string $markRecord) : self
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Parameters
- $markRecord : string
Return values
self —setName()
Sets a new name.
public
setName(string $name) : self
Název skladu.
Parameters
- $name : string
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 —setPLU()
Sets a new pLU.
public
setPLU([PLUtypeType|null $pLU = null ]) : self
PLU.
Parameters
- $pLU : PLUtypeType|null = null
Return values
self —setSourceStore()
Sets a new sourceStore.
public
setSourceStore(bool $sourceStore) : self
Zdrojový sklad.
Parameters
- $sourceStore : bool
Return values
self —setStorekeeper()
Sets a new storekeeper.
public
setStorekeeper([RefType|null $storekeeper = null ]) : self
Skladník.
Parameters
- $storekeeper : RefType|null = null
Return values
self —setText()
Sets a new text.
public
setText(string $text) : self
Popis nebo plný název nebo adresa skladu.
Parameters
- $text : string
Return values
self —setUnitPZD()
Sets a new unitPZD.
public
setUnitPZD([RefType|null $unitPZD = null ]) : self
Jednotka PZD. Nastavení vlastníka skladu v režimu „Pobočkové zpracování dat“.
Parameters
- $unitPZD : RefType|null = null
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —unsetParameters()
unset parameters.
public
unsetParameters(int|string $index) : void
Volitelný parametr.
Parameters
- $index : int|string