CORE POS - IS4C
The CORE POS front end
Public Member Functions | Public Attributes | List of all members
NeedBasedDiscount Class Reference
Inheritance diagram for NeedBasedDiscount:
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_settings
 
 $plugin_description
 

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

NeedBasedDiscount::$plugin_description
Initial value:
= 'Apply a flat percentage discount to all Members enrolled<br>
in your Need-Based discount program. Sometimes called Food For All or FLOWER.<br>
Trigger with "FF"'
NeedBasedDiscount::$plugin_settings
Initial value:
= array(
'needBasedPercent' => array(
'default' => '',
'label' => 'Percentage Discount',
'description' => 'Enter the percentage discount of your need-based discount program
e.g. for a 5% discount enter 0.05'
),
'needBasedName' => array(
'default' => '',
'label' => 'Program Name',
'description' => 'Enter the name of your own need-based discount program')
)

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