item_grade
- Last UpdatedNov 20, 2024
- 1 minute read
The item_grade table stores user-configurable grades and their colors for items.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
item_grade_desc |
string80 |
N |
N |
Grade description |
|
good_prod |
logical |
N |
N |
Yes (default) if it is to count as good production, No if rejects. |
|
scrapped |
logical |
N |
N |
Yes if items scrapped, No (default) for normal consumption. |
|
color |
int32 |
N |
N |
RGB background color |
|
pref |
int32 |
N |
N |
Lowest-numbered grade takes precedence if multiple implied. >0, default = 1. No requirement that there are no gaps. |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
item_grade_cd |
ID 1 |
Y |
N |
Identifies grade |
item_grade_desc is UK.