Operation
API: Operation
Type of work in manufacturing.
Fields
| Field |
Type |
Required |
Description |
name |
varchar |
- |
Operation name |
symbol |
varchar |
- |
Symbol (max 10 chars) |
code |
varchar |
- |
Code (max 20 chars) |
type |
enum |
- |
Operation type |
dependencyType |
enum |
|
Dependency type |
time |
float |
- |
Average time |
order |
int |
- |
Order |
isProduction |
bool |
- |
Is production |
isPurchased |
bool |
- |
Is purchased |
primarySupplier |
link |
- |
Primary supplier |
assignedUser |
link |
|
Responsible user |
description |
text |
- |
Description |
Enum Values type
| Value |
Description |
- |
Standard |
Surface Treatment |
Surface treatment |
Heat Treatment |
Heat treatment |
Enum Values dependencyType
| Value |
Description |
FS |
Finish-to-Start |
FF |
Finish-to-Finish |
SS |
Start-to-Start |
SF |
Start-to-Finish |
Relationships
| Relationship |
Type |
Target Entity |
primarySupplier |
belongsTo |
Account |
suppliers |
hasMany |
Account |
machines |
hasMany |
Machine |
workPlaces |
hasMany |
WorkPlace |
productionModelOperations |
hasMany |
ProductionModelOperation |