LETTERS
Letters
tableFINLETTERS
LETTERS — Letters. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 4 programs. Columns, data types, keys, foreign keys and relationships.
Open LETTERS in the interactive Data Dictionary →Part of Other tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | LETTER_NAME | varchar(20) | PK | Letter Name |
| 4 | LETTER_DESCRIPTION | varchar(50) | Description | |
| 5 | LETTER_TOP_MARGIN | smallint | Letter Top Margin | |
| 6 | LETTER_BOTTOM_MARGIN | smallint | Letter Bottom Margin | |
| 7 | LETTER_LEFT_MARGIN | smallint | Letter Left Margin | |
| 8 | LETTER_RIGHT_MARGIN | smallint | Letter Right Margin | |
| 9 | CREATION_DATE | datetime | Creation Date | |
| 10 | USERNAME | varchar(20) | Username | |
| 11 | TABLE_NAME | varchar(31) | Table Name |