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

Public Member Functions

 plugin_transaction_reset ()
 
- Public Member Functions inherited from Plugin
 plugin_enable ()
 
 plugin_disable ()
 
 settingChange ()
 
 plugin_transaction_reset ()
 
 plugin_draw_icon ()
 
 plugin_url ()
 

Public Attributes

 $plugin_description
 
 $plugin_settings
 
- Public Attributes inherited from Plugin
 $plugin_settings
 
 $plugin_description = 'This author didn\'t provide anything. Shame!'
 

Additional Inherited Members

- Static Public Member Functions inherited from Plugin
static memberOf ($file)
 
static isEnabled ($plugin)
 
static pluginMap ($path="", $in=array())
 

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: