CUSTOMER_STATISTICS
Enterprise Viewer Customer Statistics Date
tableFINCUSTOMER
CUSTOMER_STATISTICS — Enterprise Viewer Customer Statistics Date. FIN table in the standard Ross ERP 8.0 schema: 17 columns, used by 2 programs. Columns, data types, keys, foreign keys and relationships.
Open CUSTOMER_STATISTICS in the interactive Data Dictionary →Part of CUSTOMER 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 | DIVISION | varchar(2) | PK | Division |
| 4 | CUSTOMER_NUMBER | varchar(8) | PK | Customer Number |
| 5 | SYS_BASE_CURRENCY_CODE | varchar(6) | ||
| 6 | LAST_RECEIPT_DATE | datetime | ||
| 7 | LAST_CR_BATCH_NUMBER | int | ||
| 8 | LAST_RECEIPT_AMOUNT_BASE | numeric(20,2) | ||
| 9 | LAST_ORDER_DATE | datetime | ||
| 10 | LAST_ORDER_NUMBER | varchar(9) | ||
| 11 | LAST_ORDER_CURRENCY_CODE | varchar(6) | ||
| 12 | LAST_ORDER_TOTAL_CURRENCY | varchar(15) | ||
| 13 | LAST_ORDER_TOTAL_BASE | numeric(20,2) | ||
| 14 | CURRENT_YEAR | smallint | Current Year | |
| 15 | CURRENT_MONTH | numeric(3,0) | ||
| 16 | MTD_ORDER_COUNT | smallint | Current Month To Date order count | |
| 17 | MTD_ORDER_TOTAL_BASE | numeric(20,2) |