Work Place¶
API: WorkPlace
Manufacturing station.
Fields¶
| Field | Type | Required | Description |
|---|---|---|---|
name |
varchar | Work place name | |
code |
varchar | - | Code |
internalCode |
varchar | - | Internal code |
hourlyRate |
currency | - | Hourly rate |
isManufacturing |
bool | - | Is manufacturing |
workedHours |
float | - | Worked hours |
revenue |
currency | - | Revenue |
revenuePercentage |
float | - | Revenue percentage |
expenses |
currency | - | Expenses |
expensesPercentage |
float | - | Expenses percentage |
description |
text | - | Description |
Relationships¶
| Relationship | Type | Target Entity |
|---|---|---|
machines |
hasMany | Machine |
operations |
hasMany | Operation |
workPlaceRateHistoryRecords |
hasMany | WorkPlaceRateHistoryRecord |