-
The same way we can create manufacturing order in confirmed state to don't allow Frepple to plan in that space (With this we have the machinery assigned to confirmed orders).
But in apache logs displays: |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
The error message already explains what's not good. Just fill in the operationplan_id with the reference of the manufacturing order. That tells frepple "we have manufacturing order X and the resources Y and Z are working on it" |
Beta Was this translation helpful? Give feedback.
-
I have these 4 confirmed MO:
And have tried to make a post request to operationplanresource with suggested configs:
or:
None of them worked, the error is the same. |
Beta Was this translation helpful? Give feedback.
-
I managed to load through web if the MO reference is a integer.
But the same error keep showing through API with:
or:
or following /data/input/operationplanresource/?format=json also tried:
|
Beta Was this translation helpful? Give feedback.
-
The data examples above are NOT in the correct formats of the proper frepple APIs. You're guessing & messing around (at your own risk) with reversed engineered data from some of our reports. The ONLY correct interfacing APIs for such data is through:
|
Beta Was this translation helpful? Give feedback.
-
For any one asking the same in the future, this is my final json load:
False, strings are valid.
Yes, I was using REST API (post request with the json above) but searching the table definition in the wrong place, I expected to see the operationplanresource table somewhere in table descriptions. Because there, normally I find some more explanations about status and which is the best for each. |
Beta Was this translation helpful? Give feedback.
For any one asking the same in the future, this is my final json load:
False, strings are valid.