CORE POS - IS4C
The CORE POS front end
Public Attributes | List of all members
PromptForTare Class Reference
Inheritance diagram for PromptForTare:
COREPOS\pos\plugins\Plugin

Public Attributes

 $plugin_settings
 
 $plugin_description
 

Additional Inherited Members

- Public Member Functions inherited from COREPOS\pos\plugins\Plugin
 plugin_transaction_reset ()
 
 plugin_draw_icon ()
 
 pluginUrl ()
 
- Static Protected Member Functions inherited from COREPOS\pos\plugins\Plugin
static getPluginList ()
 
static defaultSearchDir ()
 
- Static Protected Attributes inherited from COREPOS\pos\plugins\Plugin
static $unmapped_files = array('Plugin.php')
 

Detailed Description

Plugin class

Plugins are collections of modules. Each collection should contain one module that subclasses 'Plugin'. This module provides meta-information about the plugin like settings and enable/disable hooks

Member Data Documentation

PromptForTare::$plugin_description
Initial value:
= 'Prompts the user for tare weight on items. Only ask if there is no default
and if the user has not used the tare key to enter a value.'
PromptForTare::$plugin_settings
Initial value:
= array(
'DefaultTare' => array('default'=>0.01,'label'=>'Default Tare',
'description'=>'For locations where there may be legal requirements to enter a default tare.'),
)

Desired settings. These are automatically exposed on the 'Plugins' area of the install page and written to ini.php


The documentation for this class was generated from the following file: