SALES_INVOICE_MISC_ADJS
Sales Invoice Miscellaneous Adjustments
tableFINSALES
SALES_INVOICE_MISC_ADJS — Sales Invoice Miscellaneous Adjustments. FIN table in the standard Ross ERP 8.0 schema: 17 columns, used by 8 programs. Columns, data types, keys, foreign keys and relationships.
Open SALES_INVOICE_MISC_ADJS in the interactive Data Dictionary →Part of SALES 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) | Company Code | |
| 3 | DIVISION | varchar(2) | Division | |
| 4 | INVOICE_NUMBER | int | Invoice Number | |
| 5 | INVOICE_LINE_NUMBER | int | Invoice Line Number | |
| 6 | ADJUSTMENT_CODE | varchar(10) | Adjustment Code | |
| 7 | ADJUSTMENT_INC_OR_DEC | smallint | Adjustment direction - Increase or Decrease | |
| 8 | ADJUSTMENT_UNIT | varchar(4) | Adjustment Unit of Measure | |
| 9 | DESCRIPTION | varchar(30) | Description | |
| 10 | MISC_ADJUSTMENT_PERCENT | numeric(10,2) | Miscellaneous Adjustment Percentage | |
| 11 | MISC_ADJUSTMENT_VALUE | numeric(20,2) | Miscellaneous Adjustment Value | |
| 12 | MISC_ADJUSTMENT_TOTAL_VALUE | numeric(20,2) | Total Miscellaneous Adjustment Value | |
| 13 | MISC_ADJUSTMENT_COPIED_FLAG | varchar(1) | Miscellaneous Adjustment Copied or not | |
| 14 | ADJUSTMENT_CALCULATION_TYPE | smallint | Adjustment calculation type | |
| 15 | ORDER_NUMBER | varchar(9) | Order Number | |
| 16 | ORDER_LINE_NUMBER | int | Order Line Number | |
| 17 | GEM_ARCHIVE_FLAG | varchar(20) | System flag indicating whether the row has been archived by the GEMBASE archive process. |