Bilgin, Evangelina,
thanks for the information.
Based on Bilgin's notes, in rev. 619094 I've slightly modified the eca
rules to trigger accounting transactions for POS orders.
However I've not tested it: Evangelina, if you could try it and let me
know it would be great.
Jacopo
Bilgin Ibryam wrote:
Hi Jacopo,
POS creates ItemIssuances, but w/ empty shipmentId field.
Here is the eca for it:
<eca entity="OrderHeader" operation="create-store" event="return">
<condition field-name="statusId" operator="equals"
value="ORDER_COMPLETED"/>
<condition field-name="needsInventoryIssuance" operator="equals"
value="Y"/>
<action service="issueImmediatelyFulfilledOrder" mode="sync"/>
</eca>
Bilgin