Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016069Openbravo ERPA. Platformpublic2011-02-25 16:092011-05-24 10:55
gmauleon 
adrianromero 
urgentmajorhave not tried
closedfixed 
5
pi 
 
Core
No
0016069: Sales order line selector not working fine working together a standard process
If you create new process which is created using the standard UI pattern and as a parameter you add a sales order line selector, the order lines selector does not work. Also there isnt any ordenation criteria in the result (for instance SO and SO line).



-Create new Standard process using UI patter
-Add as parameter a sales order line selector (img1)
-Open the process and press the selector button
-Select 'sales' in the type drop down and select a sales order line
-Check that the sales order line does not appear in the process pop up
-Check also that there is no ordenaton criteria en the selector results
closingMay2011
blocks backport 0016063 closed adrianromero Sales order line selector not working fine working together a standard process 
Issue History
2011-02-28 09:12alostaleTypedefect => backport
2011-02-28 09:12alostalefix_in_branch => 2.50
2011-02-28 18:15alostaleAssigned Toalostale => adrianromero
2011-02-28 18:18adrianromeroPriorityimmediate => urgent
2011-03-18 13:42adrianromeroTypebackport => defect
2011-03-18 13:42adrianromeroversion2.50MP25 => pi
2011-03-18 13:42adrianromerofix_in_branch2.50 =>
2011-03-22 11:20hgbotCheckin
2011-03-22 11:20hgbotNote Added: 0035134
2011-03-22 11:20hgbotStatusscheduled => resolved
2011-03-22 11:20hgbotResolutionopen => fixed
2011-03-22 11:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2b7481b1b4a34ae529ece2768e79528ba71515b0 [^]
2011-03-22 11:20hgbotCheckin
2011-03-22 11:20hgbotNote Added: 0035135
2011-03-22 11:20hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/2b7481b1b4a34ae529ece2768e79528ba71515b0 [^] => http://code.openbravo.com/erp/devel/pi/rev/77a6c2e1164aa547063ebc53b3e249ae90cff1c7 [^]
2011-05-24 10:12dalsasuaTag Attached: closingMay2011
2011-05-24 10:55dalsasuaStatusresolved => closed

Notes
(0035134)
hgbot   
2011-03-22 11:20   
Repository: erp/devel/pi
Changeset: 2b7481b1b4a34ae529ece2768e79528ba71515b0
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Mar 18 15:46:30 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2b7481b1b4a34ae529ece2768e79528ba71515b0 [^]

Fixes issue 0016069: Sales order line selector not working fine working together a standard process
It has been added the new separator sequence for all SQL order lines and has been modified also the javacript code that analises this separator sequence

---
M src/org/openbravo/erpCommon/info/SalesOrderLine.html
M src/org/openbravo/erpCommon/info/SalesOrderLine_data.xsql
---
(0035135)
hgbot   
2011-03-22 11:20   
Repository: erp/devel/pi
Changeset: 77a6c2e1164aa547063ebc53b3e249ae90cff1c7
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Mar 21 14:02:53 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/77a6c2e1164aa547063ebc53b3e249ae90cff1c7 [^]

Fixes issue 0016069: Sales order line selector not working fine working together a standard process
It has been added a new SQL separator also for the Shipments and Shipments lines selector to avoid the problem in these selectors too

---
M src/org/openbravo/erpCommon/info/ShipmentReceipt.html
M src/org/openbravo/erpCommon/info/ShipmentReceiptLine.html
M src/org/openbravo/erpCommon/info/ShipmentReceiptLine_data.xsql
---