Files content
Manufacturing Order
| Field | Column | Data type | Required | Business rules | 
|---|---|---|---|---|
| Process company code | companyCode | String | X | |
| Process establishment code | establishmentCode | String | X | |
| Process code | processCode | String | X | |
| Scheduling manufacturing order id | manufacturingOrderId | String | X | |
| Chrono prefix | prechro | String | X | |
| Manufacturing order number | manufacturingOrderRef | String | X | |
| Item code | itemCode | String | X | |
| Activity suite code | activitySuiteCode | String | ||
| Quantity | quantity | Double | X | |
| Unit code | unitCode | String | X | |
| Start date | startDate | String (ISO-8601) | X | YYYY-MM-DDTHH:MMZ | 
| End date | endDate | String (ISO-8601) | X | YYYY-MM-DDTHH:MMZ | 
| To delete | toDelete | Boolean | X | True if manufacturing order deleted in scheduling app | 
| Comment | comment | String | X | |
| First possible date | firstPossibleDate | String (ISO-8601) | X | YYYY-MM-DD | 
| Last possible date | lastPossibleDate | String (ISO-8601) | X | YYYY-MM-DD | 
Example
companyCode;establishmentCode;processCode;manufacturingOrderId;prechro;manufacturingOrderRef;itemCode;activitySuiteCode;quantity;unitCode;startDate;endDate;toDelete;comment;firstPossibleDate;lastPossibleDate 20;21;AJU;35033;;202401111154;P0054;;450;CPT;2024-01-17T17:00Z;2024-01-17T21:30Z;false;;2024-01-11;2024-01-14
Job
| Field | Column | Data type | Required | Business rules | 
|---|---|---|---|---|
| Scheduling manufacturing order id | manufacturingOrderId | String | X | Same as the scheduling manufacturing order id in manufacturing order csv file | 
| Item code | itemCode | String | X | |
| Activity code | activityCode | String | X | |
| Operating process code | operatingProcessCode | String | X | |
| Critical resource code | criticalResourceCode | String | X | |
| Quantity | quantity | Double | X | |
| Unit code | unitCode | String | X | |
| Start date | startDate | String (ISO-8601) | X | YYYY-MM-DDTHH:MMZ | 
| End date | endDate | String (ISO-8601) | X | YYYY-MM-DDTHH:MMZ |