CORE POS - IS4C
The CORE POS front end
|
Public Member Functions | |
help_text () | |
register ($deptID, $arr) | |
handle ($deptID, $amount, $json) | |
Public Attributes | |
$help_summary = 'Documentation Needed!' | |
A class to add custom actions to certain departments
SpecialDept::handle | ( | $deptID, | |
$amount, | |||
$json | |||
) |
Process an open ring
$upc | The department ID |
$amount | the sale amount |
$json | Keyed array See the Parser class for array format |
These modules supplement parsing to make open ring handling more customizable. The module will be invoked within a Parser object and hence uses the same return format.
SpecialDept::help_text | ( | ) |
More extensive help text, if needed
SpecialDept::register | ( | $deptID, | |
$arr | |||
) |
Utility function Add the class to a handler map
$deptID | the department number |
$arr | a handler map (array) |
SpecialDept::$help_summary = 'Documentation Needed!' |
A short summary of what the special dept does Shown on mouse hover