Package org.bgerp.plugin.inventory
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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether to show the Materials tab on a process.Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
Config
-
-
Method Details
-
isProcessShowTab
public boolean isProcessShowTab()Whether to show the Materials tab on a process.
-