TIME_CARDS
Time Cards
tableMANTIME
TIME_CARDS — Time Cards. MAN table in the standard Ross ERP 8.0 schema: 17 columns, used by 9 programs. Columns, data types, keys, foreign keys and relationships.
Open TIME_CARDS 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) | Company Code | |
| 3 | FACTORY | varchar(2) | Factory Code | |
| 4 | EMPLOYEE_CODE | varchar(6) | Employee Code | |
| 5 | SEQUENCE | int | Sequence Number | |
| 6 | JOB_NUMBER | varchar(10) | Job Number | |
| 7 | START_TIME | varchar(4) | Start Time | |
| 8 | END_TIME | varchar(4) | End Time | |
| 9 | RUNTIME_REGULAR | numeric(20,3) | ||
| 10 | RUNTIME_PREMIUM_1 | numeric(20,3) | ||
| 11 | RUNTIME_PREMIUM_2 | numeric(20,3) | ||
| 12 | RUNTIME_PREMIUM_3 | numeric(20,3) | ||
| 13 | SETUP_REGULAR | numeric(20,3) | ||
| 14 | SETUP_PREMIUM_1 | numeric(20,3) | ||
| 15 | SETUP_PREMIUM_2 | numeric(20,3) | ||
| 16 | SETUP_PREMIUM_3 | numeric(20,3) | ||
| 17 | LABOUR_RATE | numeric(20,4) | Labor Rate |