moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 199 forks source link

After the order is unapproved, an error is reported when importing inventory #613

Open daiagou opened 1 year ago

daiagou commented 1 year ago

This may not be a bug, but a usage issue. The scenario is as follows: After the order is unapproved, an error is reported when importing inventory: "Status change not allowed from Placed by Customer to Completed" I can add a "Placed to Completed" status stream to resolve this error, but this may not be standard. Is there any other way to solve this error?

jonesde commented 1 year ago

On a side note, this is outside the scope of moqui-framework, the issue should be filed under mantle-udm or mantle-usl where the data model and services are, or perhaps SimpleScreens or MarbleERP for use in an app.

Getting to the issue: what are steps to reproduce? This is generally not allowed because it skips the Approve by Vendor step in the status flow.