| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| project_id |
Project Id |
globally unique identifier | |
| article_id |
Article Id |
globally unique identifier | |
| serial_number |
Serial number |
string |
Max length: 255 |
| quantity |
Quantity |
decimal number | |
| article_code |
Article code |
string |
Max length: 50 |
| article_name |
Article name |
string |
Max length: 50 |
| article_description |
Article description |
string |
Max length: 50 |
| warranty_period_nb_months |
Period warranty |
integer | |
| article_use_serial |
Aricle use serial |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |