added remaining LSL2 entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:12:53 -07:00
parent 15b25a611c
commit 81e4baccb1
4474 changed files with 99825 additions and 0 deletions

View File

@ -0,0 +1,22 @@
COMPILE INSERT COMPANY_CFG_EQU
* Equates for "CONFIG" table 'COMPANY' record
* Holds information about the company at which the system is installed
* used for reports header and messages thruout the system
EQU COMP_NAME$ TO 1
EQU COMP_DIVISION$ TO 2
EQU COMP_ADDR$ TO 3 ;* Multivalued
EQU COMP_CITY$ TO 4
EQU COMP_ST$ TO 5
EQU COMP_ZIP$ TO 6
EQU COMP_COUNTRY$ TO 7
EQU COMP_PHONE$ TO 8 ;* NOT iconv'd
EQU COMP_FAX$ TO 9 ;* NOT IConv'd
EQU COMP_WEB$ TO 10 ;* Website
EQU COMP_DUNS$ TO 11
EQU COMP_EMAIL$ TO 12
EQU COMP_COLOR_BMP$ TO 15 ;* Color bitmap used on main menu screen (path)
EQU COMP_BW_BMP$ TO 16 ;* Black and White bitmap (path)
EQU COMP_ZEBRA_GRF$ TO 17 ;* Path to Zebra Printer specific bitmap.