Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034839 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 07. Sales management | major | always | 2017-01-03 13:22 | 2017-04-05 09:01 | |||
Reporter | psanjuan | View Status | public | |||||
Assigned To | rqueralta | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR17Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 20d4ef128855 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Professional Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | markmm82 | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | 2016-09-28 | |||||||
Regression introduced in release | 3.0PR16Q4 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/17fbbe90b24e [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034839: Not possible to select a shipment in RFC window if that shipment has not been created from an order. | |||||||
Description | Not possible to select a shipment in RFC window if that shipment has not been created from an order. | |||||||
Steps To Reproduce | In Livebuilds Q4. Go to product window and create a new one named Product 1 for F&B España. Enter a purchase price list (Tarifa Bebidas Alegres) and a sales price list (Tarifa de Ventas) in tab "Price". Enter any unit and list price. Go to purchase order window and create a new one for F&B España, Bebidas Alegres business partner. Go to Lines and select the product. Enter an ordered Qty = 500 Units. Book the order. Go to Goods Receipt windown and create a new one for F&B España, Bebidas Alegres business partner. Use Create Lines From. Select the order. Enter a storage bin (RN-0-0-0) and receipt all quanity. Complete the receipt. Go to Sales order window and create a new one for F&B España, Alimentos y Supermercados business partner. Go to Lines and select Product 1. Enter an ordered quantity = 10. Book the order. Go to Goods Shipment window and create a new one for F&B España, Alimentos y Supermercados business partner. Use Create Lines From. Select the sales order just created. Enter a warehouse position RN-0-0-0, and select all lines. Press OK. Complete the shipment. Write down shipment order number 210, for instance. In Goods Shipment window create another one for F&B España, Alimentos y Supermercados business partner. Go to lines tab and create a new one. Select Product 1. Change Movement quantity to 15. Storage bin RN-0-0-0. Complete the shipment. Write down shipment order number 211, for instance. Go to Return from Customer window, and create a new one for F&B España, Alimentos y Supermercados business partner. Click on Pick/Edit Lines. Verify that shipment number 210 (the one created from the sales order) is shown, while shipment number 211 (the one created from scrath) is not. | |||||||
Proposed Solution | Both shipment must be shown for selection in Return From Customer window. Same flow is working in purchase cycle, anyway please double check. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
Notes | |
(0093231) rqueralta (developer) 2017-01-05 15:08 |
As F&B International Group Admin - Go to Product window Create a new one named Product 1 for F&B España. Enter a purchase price list (Tarifa Bebidas Alegres) and a sales price list (Tarifa de Ventas) in tab "Price". Enter any unit and list price. - Go to Purchase Order window Create a new one for F&B España, Bebidas Alegres business partner. Go to Lines and select the product. Enter an ordered Qty = 500 Units. Book the order. - Go to Goods Receipt window Create a new one for F&B España, Bebidas Alegres business partner. Use Create Lines From. Select the order. Enter a storage bin (RN-0-0-0) and receipt all quanity. Complete the receipt. - Go to Sales Order window Create a new one for F&B España, Alimentos y Supermercados business partner. Go to Lines and select Product 1. Enter an ordered quantity = 10. Book the order. - Go to Goods Shipment window Create a new one for F&B España, Alimentos y Supermercados business partner. Use Create Lines From. Select the sales order just created. Enter a warehouse position RN-0-0-0, and select all lines. Press OK. Complete the shipment. Write down shipment order number 210, for instance. - In Goods Shipment window create another one for F&B España, Alimentos y Supermercados business partner. Go to lines tab and create a new one. Select Product 1. Change Movement quantity to 15. Storage bin RN-0-0-0. Complete the shipment. Write down shipment order number 211, for instance. - Go to Return from Customer window Create a new one for F&B España, Alimentos y Supermercados business partner. Click on Pick/Edit Lines. - Verify that shipment number 210 (the one created from the sales order) is shown, and that shipment number 211 (the one created from scrath) is shown too. |
(0093239) hgbot (developer) 2017-01-06 16:39 |
Repository: erp/devel/pi Changeset: 20d4ef128855c52deee8520777153f8714416269 Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu> Date: Wed Jan 04 14:29:14 2017 -0500 URL: http://code.openbravo.com/erp/devel/pi/rev/20d4ef128855c52deee8520777153f8714416269 [^] Fixed issue 34839: Not possible to select a GS in RFC not created from an order Restructured HQL inserter query for discount to select a GS in RFC has not been created from an order --- M src/org/openbravo/common/datasource/ReturnFromCustomerHQLInserter.java --- |
(0093258) psanjuan (manager) 2017-01-09 13:54 edited on: 2017-01-09 14:27 |
Test plan above verified. Also tested that: - shipments created by using "Create Shipments from Orders" are also reflected in Pick/Edit lines window launched from Return from Customer - together with shipments created from orders and shipments created from scratch in Goods Shipment window. - and shipments including more than one line and a discount line or not. |
(0093259) psanjuan (manager) 2017-01-09 14:04 |
Issue can be code reviewed and closed. |
(0093278) markmm82 (developer) 2017-01-09 17:57 |
Code review + Testing OK |
(0095069) hudsonbot (developer) 2017-03-15 20:18 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/54e102bef53e [^] Maturity status: Test |
(0095839) AtulOpenbravo (developer) 2017-04-05 09:01 |
Manual test link created https://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-10519 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2017-01-03 13:22 | psanjuan | New Issue | |
2017-01-03 13:22 | psanjuan | Assigned To | => Triage Finance |
2017-01-03 13:22 | psanjuan | Modules | => Core |
2017-01-03 13:22 | psanjuan | Triggers an Emergency Pack | => No |
2017-01-03 13:34 | psanjuan | Steps to Reproduce Updated | View Revisions |
2017-01-03 13:34 | psanjuan | Proposed Solution updated | |
2017-01-03 13:35 | psanjuan | Regression level | => Production - QA Approved |
2017-01-03 13:35 | psanjuan | Regression introduced in release | => 3.0PR16Q4 |
2017-01-03 13:40 | psanjuan | Summary | Not possible to select a shipment in RFC window if that shipment has not been created from the order. => Not possible to select a shipment in RFC window if that shipment has not been created from an order. |
2017-01-03 13:40 | psanjuan | Description Updated | View Revisions |
2017-01-03 16:54 | markmm82 | Assigned To | Triage Finance => rqueralta |
2017-01-04 16:11 | rqueralta | Status | new => scheduled |
2017-01-05 15:08 | rqueralta | Note Added: 0093231 | |
2017-01-05 15:17 | rqueralta | Regression date | => 2016-09-28 |
2017-01-05 15:17 | rqueralta | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/17fbbe90b24e [^] |
2017-01-05 19:10 | markmm82 | Relationship added | caused by 0034031 |
2017-01-06 16:39 | hgbot | Checkin | |
2017-01-06 16:39 | hgbot | Note Added: 0093239 | |
2017-01-06 16:39 | hgbot | Status | scheduled => resolved |
2017-01-06 16:39 | hgbot | Resolution | open => fixed |
2017-01-06 16:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/20d4ef128855c52deee8520777153f8714416269 [^] |
2017-01-09 13:54 | psanjuan | Note Added: 0093258 | |
2017-01-09 14:04 | psanjuan | Note Added: 0093259 | |
2017-01-09 14:27 | psanjuan | Note Edited: 0093258 | View Revisions |
2017-01-09 17:57 | markmm82 | Review Assigned To | => markmm82 |
2017-01-09 17:57 | markmm82 | Note Added: 0093278 | |
2017-01-09 17:57 | markmm82 | Status | resolved => closed |
2017-01-09 17:57 | markmm82 | Fixed in Version | => 3.0PR17Q2 |
2017-03-15 20:18 | hudsonbot | Checkin | |
2017-03-15 20:18 | hudsonbot | Note Added: 0095069 | |
2017-04-04 12:28 | aferraz | Relationship added | related to 0035682 |
2017-04-05 09:01 | AtulOpenbravo | Note Added: 0095839 |
Copyright © 2000 - 2009 MantisBT Group |