Difference between revisions of "OS4X plugin os4xplugin create internal job"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
− | |||
− | |||
− | |||
+ | == Purpose == | ||
+ | Creates a new order from the transferred order, whereby the sender and addressee are swapped. This plugin is very suitable for avoiding unnecessary overhead when generating internal orders (i.e. those that will not leave the system). | ||
+ | The plugin group of the new recipient (i.e. the old sender) is executed again with the order files. | ||
− | == | + | == Return codes == |
− | *0: | + | *0: everything OK |
− | *1: XML | + | *1: Number of parameters != 1; Config file <code>/etc/os4x.conf</code> not found; Config in database not readable; License not valid; XML file invalid |
Latest revision as of 08:50, 29 July 2024
Purpose
Creates a new order from the transferred order, whereby the sender and addressee are swapped. This plugin is very suitable for avoiding unnecessary overhead when generating internal orders (i.e. those that will not leave the system). The plugin group of the new recipient (i.e. the old sender) is executed again with the order files.
Return codes
- 0: everything OK
- 1: Number of parameters != 1; Config file
/etc/os4x.conf
not found; Config in database not readable; License not valid; XML file invalid