Hi all, I am working on order manager and canceling order items. There is already a possibility to cancel some quantity of order Items which updates cancelQunatity of orderItem w/o canceling the whole orderItem. What I need is to store the cancelReasonId (Enumeration or a new entity for cancel Reasons) and comments for this cancel. Notice that this doesn't change the orderItem status, because only a quantity from the item is canceled. Order Notes are not appropriate, because I need to know which orderItem is canceled, and also need to store cancelReasonId for creating statistics based on cancel reasons.
Do you think that we need a new entity in OFBiz for this or it is possible somehow with existing entities? Any thoughts or advices would be greatly appreciated. Bilgin Ibryam
