problem with creating a shipment after a canceled shipment on the Input status
------------------------------------------------------------------------------ Key: OFBIZ-1766 URL: https://issues.apache.org/jira/browse/OFBIZ-1766 Project: OFBiz Issue Type: Bug Components: order, product Affects Versions: SVN trunk Environment: Windows, Linux Reporter: Fabien Carrion After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594532#action_12594532 ] Scott Gray commented on OFBIZ-1766: ----------------------------------- Hi Fabien The order you created has already been cleared off the demo system, if possible could you provide some clear steps to reproduce the problem? Thanks Scott > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594582#action_12594582 ] Fabien Carrion commented on OFBIZ-1766: --------------------------------------- Hi Scott, * you create an order with the ordermgr module * you approve it with the ordermgr module * On the orderview screen in the Shipment Information box, click on New Shipment For Ship Group [00001] to go to the facility module * Click on order items, and then on issue all * Check in the database if you have the oisgir and the itemissuance. You should have only the item issuance * Check that your shipment is in the input status * Click on edit in the facility application * Put the shipment on cancel and update * Check in the database if you have the oisgir and the itemissuance. You only have the item issuance. I think you should not have the item issuance anymore and you should have the oisgir. * Try to create an another shipment > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594587#action_12594587 ] Jacopo Cappellato commented on OFBIZ-1766: ------------------------------------------ We should at least prevent the user from cancelling a shipment after that items have been issued: in fact the item issuance is an event that post accounting transactions. > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594613#action_12594613 ] Si Chen commented on OFBIZ-1766: -------------------------------- Jacopo, that means that you would not be able to cancel a shipment even in the input state, which is the initial state of a shipment. This means that you would never be to cancel any shipments. The problem is that item issuance is created when the shipment is first created and in the input state, when order items are assigned to a shipment, but item issuance is the only way right now to record items which have been placed onto a shipment. > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594618#action_12594618 ] Jacopo Cappellato commented on OFBIZ-1766: ------------------------------------------ Hi Si, you can actually create a shipment and assign order items to it without issuing inventory (using the "Shipment Plan" screen). However I agree that it would be nice to allow the cancellation of a shipment with issued items too: but we will have to implement properly the process (including accounting adjustments)... it is not just a bug fix. > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594619#action_12594619 ] Si Chen commented on OFBIZ-1766: -------------------------------- where is the shipment plan screen, and what entity does it affect? > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594624#action_12594624 ] Jacopo Cappellato commented on OFBIZ-1766: ------------------------------------------ "Shipment Plan" is one of the tabs of the Shipment screens. No new entities are involved. > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597173#action_12597173 ] Bilgin Ibryam commented on OFBIZ-1766: -------------------------------------- Jacopo and others, do you think that the steps described here are correct for canceling an ItemIssuance done for sales shipment http://www.nabble.com/Service-for-Canceling-ItemIssuance-to17228500.html I think it should be possible to cancel a shipment item and ItemIssuance if the shipment is still not packed. After packing the shipment (invoice created), we should prevent even from adding new items to the shipment, because these items can't be invoiced! Bilgin > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607122#action_12607122 ] Jacques Le Roux commented on OFBIZ-1766: ---------------------------------------- Hi BIlgin, I followed the thread http://www.nabble.com/Service-for-Canceling-ItemIssuance-to17228500.html and the resulting closed issue OFBIZ-1798. Do you think OFBIZ-1798 is enough or should we still need to do something about this issue (like blocking any tries to cancel a shipment packed, anything else ) ? If you thing it's enough (I did not look into details of OFBIZ-1798 implementation) please feel free to close this issue, thanks > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bilgin Ibryam closed OFBIZ-1766. -------------------------------- Resolution: Fixed Fix Version/s: SVN trunk In rev 662219 I fixed the shipment status checks. Also in rev 671137 added a seca, which will cancel Item Issuances and Shipment Plans when a Sales Shipment is cancelled. During cancelling Item Issuances, the service also takes care of accounting and inventory reservations. I think this issue can be closed now. Jacques, thanks for the reminder :) > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Welcome
I would like to parcitipate in VAT implementation for OFBiz. However it would maybe be good to gather requirements for different countries on on Wiki. I know requirements for Poland which are some more specific than general EU. I could put them there. Resources : http://markmail.org/message/bkqmwwvswzlgzbfr https://issues.apache.org/jira/browse/OFBIZ-366 ----- Original Message ----- From: "Bilgin Ibryam (JIRA)" <[hidden email]> To: <[hidden email]> Sent: Tuesday, June 24, 2008 1:38 PM Subject: [jira] Closed: (OFBIZ-1766) problem with creating a shipment after a canceled shipment on the Input status > > [ > https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Bilgin Ibryam closed OFBIZ-1766. > -------------------------------- > > Resolution: Fixed > Fix Version/s: SVN trunk > > In rev 662219 I fixed the shipment status checks. > Also in rev 671137 added a seca, which will cancel Item Issuances and > Shipment Plans when a Sales Shipment is cancelled. During cancelling Item > Issuances, the service also takes care of accounting and inventory > reservations. > > I think this issue can be closed now. > Jacques, thanks for the reminder :) > >> problem with creating a shipment after a canceled shipment on the Input >> status >> ------------------------------------------------------------------------------ >> >> Key: OFBIZ-1766 >> URL: https://issues.apache.org/jira/browse/OFBIZ-1766 >> Project: OFBiz >> Issue Type: Bug >> Components: order, product >> Affects Versions: SVN trunk >> Environment: Windows, Linux >> Reporter: Fabien Carrion >> Fix For: SVN trunk >> >> >> After a shipment in the input status has been canceled, the creation of a >> new shipment cannot be done successfully because the OISGIR and >> ItemIssuance are not cleared out. >> I created an order on >> https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 >> called shippingCancelled. I created the shipment in input state and then >> cancelled it. >> If we look in the database, there is no oisgir for the shipment, and the >> itemissuance still exists. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607647#action_12607647 ] Jacques Le Roux commented on OFBIZ-1766: ---------------------------------------- Bilgin, Indepently of your work which makes totally sense, I was able to create a shipment for an order with a previously shipment issued and cancelled wich was the reason of this issue. So you patch works without any doubts (even fort this case I mean). But at large I wonder if this issue any sense. Let me explain why. I followed the steps given by Fabien in a comment above, they are : 1 you create an order with the ordermgr module 2 you approve it with the ordermgr module 3 On the orderview screen in the Shipment Information box, click on New Shipment For Ship Group [00001] to go to the facility module 4 Click on order items, and then on issue all 5 Check in the database if you have the oisgir and the itemissuance. You should have only the item issuance 6Check that your shipment is in the input status 7 Click on edit in the facility application 8 Put the shipment on cancel and update 9 Check in the database if you have the oisgir and the itemissuance. You only have the item issuance. I think you should not have the item issuance anymore and you should have the oisgir. 10 Try to create an another shipment But : as soon as you have issued the order items (step 4 - strange way of doing things BTW, why not using packing ? but anyway why not). The order is put in a Closed state and AFAIK you can"t get back from this status. So you are able to create a shipment for an closed order. But of course you are not able to do any thing else (really ship you shipment, invoice your order, etc.) since the order is closed. Anyway, I think it's ok to keep this issue as closed ... > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607910#action_12607910 ] Bilgin Ibryam commented on OFBIZ-1766: -------------------------------------- Jacques, thanks for testing and reporting. At step 9 you should see ItemIssuance and OISGIR entities. ItemIssuance can't be removed, because there are some foreign key, that's why we only update cancelQuantity field of ItemIssuance. The only strange thing from your test is that you don't have a new OISGIR, can you reproduse it on the demo server? There are probably some other places in the order manger and shipment UI to indicate that shipment was cancelled, but if the order is closed, you still can create new shipment for this order from facility . And when you pack the shipment the invoice for the order will be created and you can ship the shipment, even the order is closed. Bilgin > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608004#action_12608004 ] Jacques Le Roux commented on OFBIZ-1766: ---------------------------------------- Hi Bilgin, Thanks for comment. Please, look on trunk alternate server for order WSCO10100 and shipment 10061 (it's my dev machine, I switch it off at night) > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-1766: -------------------------------------- Assignee: Bilgin Ibryam > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Assignee: Bilgin Ibryam > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608032#action_12608032 ] Bilgin Ibryam commented on OFBIZ-1766: -------------------------------------- Jacques, I check your order and shipment. Just one more note: when creating a new shipment for an order, you have to enter Primary Order ID, Primary Ship Group Seq Id, Origin Facility, Shipment type Id (Sales Shipment). Then you can issue items and pack the shipment, which will create the invoice for the order ship group. I created a new shipment 10071 for order WSCO10110 and it works fine. > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Assignee: Bilgin Ibryam > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608036#action_12608036 ] Jacopo Cappellato commented on OFBIZ-1766: ------------------------------------------ Hi Bilgin, a very quick note on your last comment (I am not sure it is relevenat to the discussion, so feel free to ignore it if it is off topic); primary order id shouldn't be a mandatory field for shipment creation; in fact, it is very common to create a shipment that groups together many orders (and you can do this if you manually issue the order items by specifying the order ids in the shipment's "order items" or "shipment plan" screens). The primary order id is intended to be used for simple shipments for one order each. Jacopo > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Assignee: Bilgin Ibryam > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608043#action_12608043 ] Bilgin Ibryam commented on OFBIZ-1766: -------------------------------------- You are right Jacopo, thanks clarifying it. Origin Facility and Shipment type Id are seems enough. > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Assignee: Bilgin Ibryam > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608935#action_12608935 ] Jacques Le Roux commented on OFBIZ-1766: ---------------------------------------- Hi Bilgin, I can see looking at WSCO10110 that you got it works. I'm very sorry but I was not able to reproduce your success. Could you please have a look into order WSCO10120 and shipment 10083. II don't understand why 10083 is not showing in WSCO10120 as your 2 shipments are showing in WSCO10110. I'm certainly missing something. I checked and I created the shipments in the same order than you (they are not sorted by date/time creation in order view). Thanks BTW: I now shut off my dev machine where the trunk demo is. But it will be accessible tomorrow morning (GMT) > problem with creating a shipment after a canceled shipment on the Input status > ------------------------------------------------------------------------------ > > Key: OFBIZ-1766 > URL: https://issues.apache.org/jira/browse/OFBIZ-1766 > Project: OFBiz > Issue Type: Bug > Components: order, product > Affects Versions: SVN trunk > Environment: Windows, Linux > Reporter: Fabien Carrion > Assignee: Bilgin Ibryam > Fix For: SVN trunk > > > After a shipment in the input status has been canceled, the creation of a new shipment cannot be done successfully because the OISGIR and ItemIssuance are not cleared out. > I created an order on https://demo.hotwaxmedia.com/ordermgr/control/changeOrderStatus/orderview?statusId=ORDER_APPROVED&setItemStatus=Y&orderId=WSCO10002 called shippingCancelled. I created the shipment in input state and then cancelled it. > If we look in the database, there is no oisgir for the shipment, and the itemissuance still exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |