Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.globalretailtech.pos.operators

Interface Summary
CheckDigit Interface for check digit calculations.
PosFields Interface for formating application type fields.
PosItemModifier Interface for single and group item modifiers.
PosMath Interface for math functions for implementing various localizations such as rounding.
 

Class Summary
Filter Holds an input filter for retail operations, could be a barcode or magnetic stripe filter.
Filters Filter class
GroupDiscount A simple group discount example, if three items are scanned with this dicount, tack on a 10% amount off.
ItemIterator Holds a single item and related ej entries.
MarkdownByPercent A simple per cent markdown on an item.
Mod10 MOD10 check digit calculation
NForX Compute discount for n for the price of x, i.e.
SimpleFields Simple implementation of the pos fields interface.
SimpleMath Simple implementation of the math interface.