| 
    CORE POS - Fannie
    
   The CORE POS back end 
   | 
 
Static Public Member Functions | |
| static | getItem ($upc) | 
| static | mapDepartment ($deptID) | 
| static | getUnitPrice ($item, $is_member) | 
| static | getEffectiveUnit ($item, $is_member) | 
| static | getCasePrice ($item, $is_member) | 
| static | markUpOrDown ($item, $is_member) | 
| static | useSalePrice ($item, $is_member) | 
| static | manualQuantityRequired ($item) | 
| static | memPricing ($cardno) | 
Collection of methods to handle adding different types of items to special orders.
      
  | 
  static | 
Get the unit price for an item based on pricing rules
      
  | 
  static | 
Lookup an item by UPC or SKU and return a standardized array representation
      
  | 
  static | 
Check whether a manual quantity is required for this item
      
  | 
  static | 
Lookup special order department mapping
      
  | 
  static | 
Decide if the sale price be used for this item
: need to be able to turn off sale pricing entirely if desired rather than just for specific batch types
 1.8.6