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 D POS Interface File Descriptions Tax Table File
WaveWorks PSS, Integration Guide, 1.10 Page 177
© 2000, Symbol Technologies, Inc. February 1, 2000
D.4 Tax Table File
Filename File directory path specified in PSS System Settings. The file name defaults
to NXGTAXTxx.DAT, where ‘xx’ is a two digit number identifying which
taxt table on the POS it represents
Source: POS system
Description
Type ASCII Sequential
Record Length Variable
Number of Records Variable.
This file is not in standard fixed length record format. It is a variable record length file with comma-
delimited fields. Up to ten separate tax tables can be defined using the file names NXGTAXT01-10.
Each Tax Table File contains the deltas for the tax brackets and amounts that are required to compute tax.
The file is sequential with three different record formats.
Tax Table Record 1
Field Name Type Length Description
ASC 1 “ (0x22)
DESCRIPTOR ASC 18 Tax Table descriptor.
ASC 1 “ (0x22)
ASC 1 , (0x2C)
TAXRATE ASC 1-4 Start of repeat range for table (0-99.99).
ASC 1 , (0x2C)
FIRSTTAX ASC 1 True implies tax is collected on first range. False implies tax
is not collected on first range.
True = any non zero value, False = 0.
ASC 2 CRLF (0x0D0A)
Tax Table Record 2
Field Name Type Length Description
NUMRANGES ASC 1-2 Number of ranges in the tax table.
ASC 2 CRLF (0x0D0A)
Tax Table Record 3
Field Name Type Length Description
RANGEDELTA ASC 1-2 Delta amount for high end of bracket for this range.
ASC 1 , (0x2C)
AMTDELTA ASC 1-2 Delta amount for tax amount for this range.
ASC 2 CRLF (0x0D0A)