Class Config
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.inventory.Config
Configuration for Inventory plugin.
Keys are stored in DB config with prefix "inventory:".
Example:
inventory:enable=1
inventory:process.showTab=1
inventory:processType.45.reserveStatuses=8,4,7,16
-
Nested Class Summary
Nested classes/interfaces inherited from class Config
Config.InitStopException -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReserveStatusIds(int processTypeId) Status IDs of the given process type in which reserving/unreserving materials is allowed.booleanWhether to show the Materials tab on a process.Methods inherited from class Config
initWhen, throwValidationException
-
Constructor Details
-
Config
-
-
Method Details
-
isProcessShowTab
public boolean isProcessShowTab()Whether to show the Materials tab on a process. -
getReserveStatusIds
-