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 150
© 2000, Symbol Technologies, Inc. February 1, 2000
B.42 Table Name: PSS_Tax_Table_Entry
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Tax_Plan_ID Int NOT NULL Yes Yes
Range_Indicator char(1) NOT NULL Yes No
Price_Group_Start int NOT NULL Yes No
Tax_Amount int NULL No No
PSS Tax Table Entries Table contains the definitions of the tax ranges for each tax plan
Tax Plan Tax table ID as referenced in item records
Range Indicator “H” or “L” indicates whether this is an entry in the Low tax table or is an
entry in the High tax table
Price Group Start Threshold price for identifying a transaction with this tax group
Tax Amount Tax cost for a transaction in this tax group
B.43 Table Name: PSS_Text
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Text_ID int NOT NULL Yes No
Language_ID int NOT NULL Yes Yes
Constant_Name varchar(40) NULL No No
Text varchar(255) NULL No No
PSS_Text Table contains text strings displayed throughout the system in various languages
Text_ID unique identifier for this text entry
Language_ID language ID (from PSS_Language) that this version of this text entry is in
Constant_Name a C++-style identifier for this text entry
Text the text for this text entry in this language
B.44 Table Name: PSS_Unknown_Item
Table Column Name Table Column
Datatype
Table Column Null
Option
Table Column Is PK Table Column Is FK
Item_ID varchar(20) NOT NULL Yes No
Terminal_ID varchar(16) NOT NULL Yes No
Scanned_Datetime datetime NOT NULL Yes No
Customer_ID int NULL No No
Shopping_List_ID int NULL No No