Work in progress for manufactoring Orders #724
Replies: 1 comment
-
|
The API and data model to report progress on manufacturing orders was getting too complex. We gave up on it. If it gets complex, the recommended approach is to create a dedicated operation for each manufacturing order. We prefer this approach because we have seen ERP systems where the timing, materials and capacity can deviate completely from the official BOM. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the manufactoring order I can upload (With Rest API) a quantity and a quantity_completed.
But where can I upload (with Rest API) if I already hat consume the complet quantity for a component for a spezific operation.
This way dont work
"materials": [
{
"item": "table leg",
"quantity": "120.00000000",
"flowdate": "2026-04-09T02:40:00"
},
Beta Was this translation helpful? Give feedback.
All reactions