[jira] [Commented] (OFBIZ-7299) Partial shipped orders are getting cancelled using cancel option over order header

2016-06-12 Thread Swapnil Shah (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326321#comment-15326321
 ] 

Swapnil Shah commented on OFBIZ-7299:
-

Yep..it was a typo :) ...i have corrected it now

> Partial shipped orders are getting cancelled using cancel option over order 
> header 
> ---
>
> Key: OFBIZ-7299
> URL: https://issues.apache.org/jira/browse/OFBIZ-7299
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Ankush Upadhyay
>
> Steps to reproduce:
> 1. Place sales order with quantities more than 1.
> 2. Ship few quantities from facility manager.
> 3. Now cancel the order.
> Actual Behaviour:
> - Order gets cancelled, status in OrderHeader change to ORDER_CANCELLED and 
> in OrderItem change to ITEM_CANCELLED.
> Expected result:
> - Order should mark to ORDER_COMPLETED and item should mark to 
> ITEM_COMPLETED, 
> - Remaining quantity (unshipped) should be set in OrderItem.cancelQuantity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7299) Partial shipped orders are getting cancelled using cancel option over order header

2016-06-11 Thread Deepak Dixit (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326227#comment-15326227
 ] 

Deepak Dixit commented on OFBIZ-7299:
-

I think we can rename cancel button text in case of partially shipped/received 
orders, we can use "Cancel Remaining Items" instead or "Cancel Order". I think 
its an utility to cancel remaining items.

> Partial shipped orders are getting cancelled using cancel option over order 
> header 
> ---
>
> Key: OFBIZ-7299
> URL: https://issues.apache.org/jira/browse/OFBIZ-7299
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Ankush Upadhyay
>
> Steps to reproduce:
> 1. Place sales order with quantities more than 1.
> 2. Ship few quantities from facility manager.
> 3. Now cancel the order.
> Actual Behaviour:
> - Order gets cancelled, status in OrderHeader change to ORDER_CANCELLED and 
> in OrderItem change to ITEM_CANCELLED.
> Expected result:
> - Order should mark to ORDER_COMPLETED and item should mark to 
> ITEM_COMPLETED, 
> - Remaining quantity (unshipped) should be set in OrderItem.cancelQuantity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7299) Partial shipped orders are getting cancelled using cancel option over order header

2016-06-11 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326052#comment-15326052
 ] 

Jacques Le Roux commented on OFBIZ-7299:


CABC-7300 is certainly an external (to ASF) reference ;)

> Partial shipped orders are getting cancelled using cancel option over order 
> header 
> ---
>
> Key: OFBIZ-7299
> URL: https://issues.apache.org/jira/browse/OFBIZ-7299
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Ankush Upadhyay
>
> Steps to reproduce:
> 1. Place sales order with quantities more than 1.
> 2. Ship few quantities from facility manager.
> 3. Now cancel the order.
> Actual Behaviour:
> - Order gets cancelled, status in OrderHeader change to ORDER_CANCELLED and 
> in OrderItem change to ITEM_CANCELLED.
> Expected result:
> - Order should mark to ORDER_COMPLETED and item should mark to 
> ITEM_COMPLETED, 
> - Remaining quantity (unshipped) should be set in OrderItem.cancelQuantity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7299) Partial shipped orders are getting cancelled using cancel option over order header

2016-06-11 Thread Swapnil Shah (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326047#comment-15326047
 ] 

Swapnil Shah commented on OFBIZ-7299:
-

The problem specified in this ticket looks similar to what is reported over 
CABC-7300 (and possibly calls for similar expected behavior at order and line 
item level). Only context is changed from Sales Order(by honoring Shipped Qty) 
to Purchase Order (by honoring Received qty).

> Partial shipped orders are getting cancelled using cancel option over order 
> header 
> ---
>
> Key: OFBIZ-7299
> URL: https://issues.apache.org/jira/browse/OFBIZ-7299
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Ankush Upadhyay
>
> Steps to reproduce:
> 1. Place sales order with quantities more than 1.
> 2. Ship few quantities from facility manager.
> 3. Now cancel the order.
> Actual Behaviour:
> - Order gets cancelled, status in OrderHeader change to ORDER_CANCELLED and 
> in OrderItem change to ITEM_CANCELLED.
> Expected result:
> - Order should mark to ORDER_COMPLETED and item should mark to 
> ITEM_COMPLETED, 
> - Remaining quantity (unshipped) should be set in OrderItem.cancelQuantity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7299) Partial shipped orders are getting cancelled using cancel option over order header

2016-06-11 Thread Pierre Smits (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325799#comment-15325799
 ] 

Pierre Smits commented on OFBIZ-7299:
-

I am inclined to agree. An order already partly fulfilled can only lead to 
fulfilment of the remaining order items, or cancellation of those. 


> Partial shipped orders are getting cancelled using cancel option over order 
> header 
> ---
>
> Key: OFBIZ-7299
> URL: https://issues.apache.org/jira/browse/OFBIZ-7299
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Ankush Upadhyay
>
> Steps to reproduce:
> 1. Place sales order with quantities more than 1.
> 2. Ship few quantities from facility manager.
> 3. Now cancel the order.
> Actual Behaviour:
> - Order gets cancelled, status in OrderHeader change to ORDER_CANCELLED and 
> in OrderItem change to ITEM_CANCELLED.
> Expected result:
> - Order should mark to ORDER_COMPLETED and item should mark to 
> ITEM_COMPLETED, 
> - Remaining quantity (unshipped) should be set in OrderItem.cancelQuantity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7299) Partial shipped orders are getting cancelled using cancel option over order header

2016-06-11 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325789#comment-15325789
 ] 

Jacques Le Roux commented on OFBIZ-7299:


I agree, an action has been engaged

> Partial shipped orders are getting cancelled using cancel option over order 
> header 
> ---
>
> Key: OFBIZ-7299
> URL: https://issues.apache.org/jira/browse/OFBIZ-7299
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Ankush Upadhyay
>
> Steps to reproduce:
> 1. Place sales order with quantities more than 1.
> 2. Ship few quantities from facility manager.
> 3. Now cancel the order.
> Actual Behaviour:
> - Order gets cancelled, status in OrderHeader change to ORDER_CANCELLED and 
> in OrderItem change to ITEM_CANCELLED.
> Expected result:
> - Order should mark to ORDER_COMPLETED and item should mark to 
> ITEM_COMPLETED, 
> - Remaining quantity (unshipped) should be set in OrderItem.cancelQuantity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7299) Partial shipped orders are getting cancelled using cancel option over order header

2016-06-11 Thread Mohammad Kathawala (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15325776#comment-15325776
 ] 

Mohammad Kathawala commented on OFBIZ-7299:
---

IMO, 'Cancel Order' option should not be there if the order is partially 
shipped.

> Partial shipped orders are getting cancelled using cancel option over order 
> header 
> ---
>
> Key: OFBIZ-7299
> URL: https://issues.apache.org/jira/browse/OFBIZ-7299
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Ankush Upadhyay
>
> Steps to reproduce:
> 1. Place sales order with quantities more than 1.
> 2. Ship few quantities from facility manager.
> 3. Now cancel the order.
> Actual Behaviour:
> - Order gets cancelled, status in OrderHeader change to ORDER_CANCELLED and 
> in OrderItem change to ITEM_CANCELLED.
> Expected result:
> - Order should mark to ORDER_COMPLETED and item should mark to 
> ITEM_COMPLETED, 
> - Remaining quantity (unshipped) should be set in OrderItem.cancelQuantity. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)