CORE POS - Fannie
The CORE POS back end
Public Member Functions | List of all members
COREPOS\Fannie\API\item\TagDataSource Class Reference

Public Member Functions

 getTagData ($dbc, $upc, $price=false)
 

Detailed Description

This class exists solely as a parent class that other modules can implement.

Member Function Documentation

COREPOS\Fannie\API\item\TagDataSource::getTagData (   $dbc,
  $upc,
  $price = false 
)

Get shelf tag fields for a given item

Parameters
$dbc[SQLManager] database connection object
$upc[string] Item UPC
$price[optional, default false] use a specified price rather than the product's current price
Returns
[keyed array] of tag data with the following keys:
  • upc
  • description
  • brand
  • normal_price
  • sku
  • size
  • units
  • vendor
  • pricePerUnit

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