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

Public Member Functions

 plugin_transaction_reset ()
 
- Public Member Functions inherited from COREPOS\pos\plugins\Plugin
 plugin_transaction_reset ()
 
 plugin_draw_icon ()
 
 pluginUrl ()
 

Public Attributes

 $plugin_description
 
 $plugin_settings
 

Additional Inherited Members

- 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')
 

Member Data Documentation

InactiveMemLookup::$plugin_description
Initial value:
= "Show members with inactive status in searches. The account
remains inactive and the transaction can be assigned to the default non-member
account. This distinguishes between \"no search results\" and \"there is an account
but it cannot be used\"."
InactiveMemLookup::$plugin_settings
Initial value:
= array(
'InactiveMemUsage' => array(
'label' => 'Usage',
'description' => 'What number to assign to transactions',
'default' => 1,
'options' => array(
'Default non-member' => 1,
'The inactive member' => 0
)
),
'InactiveMemApproval' => array(
'label' => 'Approval',
'description' => 'Require manager approval on transactions',
'default' => 0,
'options' => array(
'Yes' => 1,
'No' => 0
)
)
)

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