POS_SALES_DETAILS

0 rows


Description

POS product sales

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int 4 null

The Hub record ID

RECEIPT_NUMBER varchar 255 null

Receipt number

TRANSACTION_SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The ID of the transaction site.

TRANSACTION_SITE varchar 255 null

The name of the transaction site.

PRODUCT_SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The ID of the product site.

PRODUCT_SITE varchar 255 null

The product site

WORKSTATION_ID int 4 null
WORKSTATIONS.WORKSTATION_ID Defined in XML R

The ID of workstation where this transaction took place.

WORKSTATION_NAME varchar 45 null

The workstation where this transaction took place.

TRANSACTION_CENTER_ID int 4 null

The ID of transaction center for which to report sales.

TRANSACTION_CENTER varchar 255 null

The transaction center for which to report sales.

PRODUCT_TYPE varchar 20 null

The product type linked to this product.

PRODUCT_DEPARTMENT_ID int 4 null

The ID of the department to which this product belongs.

DEPARTMENT varchar 50 null

The name of the department to which this product belongs.

PRODUCT_CLASS_ID int 4 null

The ID of the class category to which this product belongs.

CLASS varchar 50 null

The Name of the class category to which this product belongs.

PRODUCT_SUBCLASS_ID int 4 null

The ID of the Sub-class category to which this product belongs.

SUBCLASS varchar 50 null

The Name of the sub-class category to which this product belongs.

POSPRODUCT_ID int 4 null
POS_PRODUCTS.POSPRODUCT_ID Defined in XML R

The ID of the POS product.

PRODUCT_NAME varchar 100 null

The name of the POS product.

UPC varchar 30 null

The Universal Product Code configured for the POS product

CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

Customer ID

RECEIPT_DATE date 20 null

Receipt date

RECEIPT_TIME time 16 null

Receipt time

GROSS_QTY money 21,4 null

The gross quantity sold (including zero).

RFND_QTY money 21,4 null

Quantity refunded if not zero.

NET_QTY money 21,4 null

The net quantity sold (including zero).

GROSS_AMOUNT money 21,4 null

The gross amount sold (including zero). This is the amount after discount: the actual paid amount.

DISCOUNT money 21,4 null

The discount applied to the sale.

REFUND_AMOUNT money 21,4 null

The total amount refunded

NET_AMOUNT money 21,4 null

The net amount sold (including zero).

TOTAL_TAX money 21,4 null

The tax amount for the sale

GROUP_NAME int 4 null

Name of the grouping method

LAST_SYNC_TIME datetime 16,3 null

Date and time Hub record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The Hub sync process ID

TRANSACTION_ID int 4 null
TRANSACTIONS.TRANSACTION_ID Defined in XML R

The ID of the transaction.

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

source_id int 4 null

The ID value from the Active Net system

Relationships

View Definition


Possibly Referenced Tables/Views