23 lines
758 B
Plaintext
23 lines
758 B
Plaintext
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.
|