UseStore
FinalYes
Table of Contents
Constants
- URL_PARAM_STORE_MASTER_HIDE = "STORE_MASTER_HIDE"
Methods
- conductedDocumentsExist() : bool
- disable() : bool
- disableOnec() : bool
- doNonEmptyProductsExist() : bool
- enable() : bool
- Enables inventory management and resets all the reserves and quantities
- enableOnec() : bool
- enableWithoutResetting() : bool
- Enables inventory management without resetting any reserves or quantities
- isCloud() : bool
- isEmpty() : bool
- isPlanRestricted() : bool
- isQuantityInconsistent() : bool
- Checks for: - products with inconsistencies between their QUANTITY field and their actual amount between stores - products that are not in any store but have something in their QUANTITY field
- isUsed() : bool
- isUsedOneC() : bool
- needShowSlider() : bool
- resetDocuments() : void
- Delete all warehouse documents.
Constants
URL_PARAM_STORE_MASTER_HIDE
public
mixed
URL_PARAM_STORE_MASTER_HIDE
= "STORE_MASTER_HIDE"
Methods
conductedDocumentsExist()
public
static conductedDocumentsExist() : bool
Return values
booldisable()
public
static disable() : bool
Return values
booldisableOnec()
public
static disableOnec() : bool
Return values
booldoNonEmptyProductsExist()
public
static doNonEmptyProductsExist() : bool
Return values
boolenable()
Enables inventory management and resets all the reserves and quantities
public
static enable() : bool
Return values
boolenableOnec()
public
static enableOnec() : bool
Return values
boolenableWithoutResetting()
Enables inventory management without resetting any reserves or quantities
public
static enableWithoutResetting() : bool
Return values
boolisCloud()
public
static isCloud() : bool
Return values
boolisEmpty()
public
static isEmpty() : bool
Return values
boolisPlanRestricted()
public
static isPlanRestricted() : bool
Return values
boolisQuantityInconsistent()
Checks for: - products with inconsistencies between their QUANTITY field and their actual amount between stores - products that are not in any store but have something in their QUANTITY field
public
static isQuantityInconsistent() : bool
Return values
boolisUsed()
public
static isUsed() : bool
Return values
boolisUsedOneC()
public
static isUsedOneC() : bool
Return values
boolneedShowSlider()
public
static needShowSlider() : bool
Return values
boolresetDocuments()
Delete all warehouse documents.
public
static resetDocuments() : void