CORE POS - IS4C
The CORE POS front end
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
COREPOS\pos\lib\FooterBoxes\FooterBox Class Reference
Inheritance diagram for COREPOS\pos\lib\FooterBoxes\FooterBox:
AlwaysFsEligibleFooter AlwaysFsTotalFooter COREPOS\pos\lib\FooterBoxes\EveryoneSales COREPOS\pos\lib\FooterBoxes\MemSales COREPOS\pos\lib\FooterBoxes\MultiTotal COREPOS\pos\lib\FooterBoxes\PatronagePts COREPOS\pos\lib\FooterBoxes\SavedOrCouldHave COREPOS\pos\lib\FooterBoxes\TotalSavingFooter COREPOS\pos\lib\FooterBoxes\TransPercentDiscount

Public Member Functions

 header_content ()
 
 display_content ()
 

Static Public Member Functions

static factory ($class)
 

Public Attributes

 $header_css = ''
 
 $header_css_class = ''
 
 $display_css = ''
 
 $display_css_class = ''
 

Detailed Description

Base class for displaying footer

The footer contain five boxes. Stores can select a different module for each box.

Member Function Documentation

COREPOS\pos\lib\FooterBoxes\FooterBox::display_content ( )

Define the content for this box

Returns
An HTML string
COREPOS\pos\lib\FooterBoxes\FooterBox::header_content ( )

Define the header for this box

Returns
An HTML string

Member Data Documentation

COREPOS\pos\lib\FooterBoxes\FooterBox::$display_css = ''

CSS here will be applied (in-line) to the display content. If you define a different width alignment might go haywire.

COREPOS\pos\lib\FooterBoxes\FooterBox::$header_css = ''

CSS here will be applied (in-line) to the header content. If you define a different width alignment might go haywire.


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