| 
    CORE POS - Fannie
    
   The CORE POS back end 
   | 
 
  
 Public Member Functions | |
| preprocess () | |
| css_content () | |
| helpContent () | |
| unitTest ($phpunit) | |
  Public Member Functions inherited from FannieRESTfulPage | |
| readRoutes () | |
| addRoute () | |
| preprocess () | |
| bodyContent () | |
| unitTest ($phpunit) | |
| setForm (COREPOS\common\mvc\ValueContainer $f) | |
  Public Member Functions inherited from FanniePage | |
| preprocess () | |
| getHeader () | |
| addBootstrap () | |
| addJQuery () | |
| get_header () | |
| getFooter () | |
| get_footer () | |
| loginRedirect () | |
| login_redirect () | |
| checkAuth () | |
| check_auth () | |
| helpContent () | |
| preFlight () | |
| postFlight () | |
| setPermissions ($p) | |
Public Attributes | |
| $description = '[View Purchase Orders] lists pending orders and completed invoices.' | |
  Public Attributes inherited from FanniePage | |
| $themed = true | |
Protected Member Functions | |
| post_id_sku_isSO_handler () | |
| post_id_note_handler () | |
| get_id_export_handler () | |
| post_id_setPlaced_handler () | |
| get_pending_handler () | |
| get_placed_handler () | |
| get_orders ($placed) | |
| delete_id_handler () | |
| post_id_sku_qty_receiveAll_handler () | |
| post_id_sku_recode_handler () | |
| get_id_recode_view () | |
| get_id_view () | |
| get_id_receive_view () | |
| get_id_receiveAll_view () | |
| post_id_sku_qty_cost_handler () | |
| post_id_sku_upc_brand_description_orderQty_orderCost_receiveQty_receiveCost_handler () | |
| get_id_sku_handler () | |
| get_view () | |
  Protected Member Functions inherited from FannieRESTfulPage | |
| checkRoute ($route, $try_routes) | |
| bestRoute ($try_routes) | |
| unknownRequestHandler () | |
| unknownRequestView () | |
| getModel ($database_connection, $class, $params, $find=False) | |
| get_model ($database_connection, $class, $params, $find=False) | |
  Protected Member Functions inherited from FanniePage | |
| lineaJS () | |
| helpModal () | |
Protected Attributes | |
| $header = 'Purchase Orders' | |
| $title = 'Purchase Orders' | |
| $must_authenticate = false | |
  Protected Attributes inherited from FannieRESTfulPage | |
| $__method = '' | |
| $__models = array() | |
| $__routes | |
| $__route_stem = 'unknownRequest' | |
| $form | |
| $routing_trait | |
  Protected Attributes inherited from FanniePage | |
| $must_authenticate = false | |
| $current_user = false | |
| $auth_classes = array() | |
| $title = 'Page window title' | |
| $header = 'Page displayed header' | |
| $enable_linea = false | |
      
  | 
  protected | 
Receiving interface for processing enter recieved costs and quantities on an order
      
  | 
  protected | 
Receiving AJAX callback. Lookup item in the order and display form fields to enter required info
      
  | 
  protected | 
Callback: save notes associated with order
      
  | 
  protected | 
Callback: save item's isSpecialOrder setting
      
  | 
  protected | 
Receiving AJAX callback. For items that were in the purchase order, just save the received quantity and cost
      
  | 
  protected | 
Receiving AJAX callback. For items that were NOT in the purchase order, create a whole record for the item that showed up.
 1.8.6