Integration Guide
Table Of Contents
- I
- Introduction
- Architecture Overview
- Hardware Requirements
- PSS Software Installation
- Install NT 4.0 Server
- Install the NT 4 Service Pack
- Install Internet Explorer 4.01 Service Pack 2
- NT Option Pack Install
- Install the Video Driver
- Create and Format the Database partition
- Desktop Cleanup (optional)
- Install Microsoft SQL Server 7
- Create and Configure the PSS Database
- Install Microsoft Access
- Internet Explorer 5.0 with Task Scheduler install
- Install WaveWorks
- Install PSS Runtime System
- Install Waveworks Development Studio
- Install PSS Development System
- TFTP Configuration
- DHCP Configuration
- Create an ODBC Data Source
- Load Initial Data
- MS IIS Configuration
- Obtaining Access to PSS System Administration Screens
- Configure Task Scheduler
- Configure Unit Management
- Configure Licensing
- Configure the NBQMAIN Service (IBM 4690 POS Only)
- Setup NT System Log
- Configuration of the PSS System
- Validation of System Operation
- Directory Listing of PSS Folders/Files
- Software Description
- _
- Hardware Overview
- Software Components
- Database Access
- Start of Shopping Trip Processing
- Shopping Trip Processing
- End of Shopping Trip Processing
- Shopping Trip Message Log Entries
- Fatal Messages:
- PSSTransactionFile Processing
- POS Transaction File Processing
- Item Record File Processing
- Customer Update File Processing
- PSS Services
- _
- Customizing the PSS System Software
- Custom DisplayServer Scripts
- Custom Services
- Custom Business Objects
- User Exit DLL
- Available User Exit Functions
- UE_PreProcessItemFile
- UE_PreProcessItemRecord
- UE_PostProcessItemRecord
- UE_PostProcessItemFile
- UE_PreProcessTaxFile
- UE_PostProcessTaxFile
- UE_PreProcessPOSTransFile
- UE_PreProcessPOSTransRecord
- UE_PostProcessPOSTransRecord
- UE_ProcessEODRecord
- UE_PostProcessPOSTransFile
- UE_PreProcessPSSTransFile
- UE_PreProcessPSSTransRecord
- UE_PostProcessPSSTransFile
- UE_CalculateItemPrice_Method10to20
- UE_RescanLevelCalculation
- UE_Pre-RescanDetermination
- UE_PostRescanDetermination
- UE_PreProcessMarketingMessage
- UE_LoginAuthorization
- System Administration Interface
- Specific Features
Appendix B
WaveWorks PSS, Integration Guide, 1.10 Page 141
© 2000, Symbol Technologies, Inc. February 1, 2000
B.30 Table Name: PSS_Shopping_History_Item
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Customer_ID int NOT NULL Yes Yes
Shopping_List_ID int NOT NULL Yes Yes
Shopping_Item_ID int NOT NULL Yes No
Barcode varchar(20) NULL No No
Item_ID varchar(20) NULL No No
Sale_Price int NULL No No
Pricing_Method char(1) NULL No No
Mix_Match int NULL No No
Department_ID int NULL No No
Unit_Price int NULL No No
Deal_Price int NULL No No
Deal_Qty int NULL No No
Embedded_Price char(1) NULL No No
POS_Price int NULL No No
POS_PSA_Flag char(1) NULL No No
Exception char(1) NULL No No
Tax_Plan int NULL No No
PSS Shopping History Item Table contains the items for a given historical shopping trip
Customer ID customer whom which this shopping trip is associated (from
PSS_Customer)
Shopping List ID shopping list with which this item is associated (from
PSS_Shopping_List)
Shopping Item ID sequential unique item identifier
Barcode the actual barcode scanned before any translation occurs (i.e. for
embedded price barcodes)
Item ID item ID as matched against item information in PSS_Item
Sale Price the actual price paid for this item
Pricing_Method the pricing method used to price this item
Mix_Match the POS mix/match category this item was included in
Department_ID the department ID (from PSS_Department) that this item belongs to
Unit_Price the unit price for this item (from PSS_Item)
Deal_Price the deal price for this item (from PSS_Item)
Deal_Qty the deal quantity for this item (from PSS_Item)
Embedded_Price indicates whether this item had an embedded price barcode
POS_Price the price for this item sent from the POS
POS_PSA_Flag indicates whether this item was in the PSS shopping list (S) only, the POS
shopping list (P) only, or both (B).
Exception indicates whether this was flagged as an exception item at checkout
Tax_Plan indicates the tax plan that applied to this item (from PSS_Tax_Table)