|
| $plugin_description |
|
| $plugin_settings |
|
| $plugin_settings |
|
| $plugin_description = 'This author didn\'t provide anything. Shame!' |
|
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:
- pos/is4c-nf/plugins/InactiveMemLookup/InactiveMemLookup.php