Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016063Openbravo ERPA. Platformpublic2011-02-25 16:092011-05-24 10:55
gmauleon 
adrianromero 
urgentmajorhave not tried
closedfixed 
5
2.50MP25 
 
Core
No
0016063: 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, Regression
related to defect 00150622.50MP25 closed iperdomo product selector does not work if a product contain char # 
depends on defect 0016069 closed adrianromero Sales order line selector not working fine working together a standard process 
jpeg img1.jpeg (154,055) 2011-02-25 16:09
https://issues.openbravo.com/file_download.php?file_id=3610&type=bug
jpeg
Issue History
2011-02-25 16:09gmauleonNew Issue
2011-02-25 16:09gmauleonAssigned To => alostale
2011-02-25 16:09gmauleonFile Added: img1.jpeg
2011-02-25 16:09gmauleonModules => Core
2011-02-25 19:07gmauleonSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=1534#r1534
2011-02-28 09:03gmauleonDescription Updatedbug_revision_view_page.php?rev_id=1536#r1536
2011-02-28 09:03gmauleonSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=1537#r1537
2011-02-28 09:12alostaleStatusnew => scheduled
2011-02-28 09:12alostaleNote Added: 0034384
2011-02-28 09:12alostaleAssigned Toalostale => adrianromero
2011-02-28 09:12alostalefix_in_branch => pi
2011-02-28 18:18adrianromeroPriorityimmediate => urgent
2011-02-28 18:18adrianromerofix_in_branchpi =>
2011-03-10 16:03dalsasuaAssigned Toadrianromero => alostale
2011-03-10 17:03adrianromeroAssigned Toalostale => adrianromero
2011-03-18 13:41adrianromeroTypedefect => backport
2011-03-18 14:35adrianromeroRelationship addeddepends on 0015062
2011-03-18 14:35adrianromeroRelationship deleteddepends on 0015062
2011-03-18 14:35adrianromeroRelationship addedrelated to 0015062
2011-03-18 14:37adrianromeroNote Added: 0035044
2011-03-18 14:38adrianromeroTag Attached: Regression
2011-03-18 15:43adrianromeroNote Added: 0035054
2011-03-21 12:08hgbotCheckin
2011-03-21 12:08hgbotNote Added: 0035084
2011-03-21 12:08hgbotStatusscheduled => resolved
2011-03-21 12:08hgbotResolutionopen => fixed
2011-03-21 12:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/4bb34328043814401dc5d96d5b31fa09c5fa7ac9 [^]
2011-03-21 12:23adrianromeroNote Added: 0035085
2011-05-24 10:12dalsasuaTag Attached: closingMay2011
2011-05-24 10:55dalsasuaStatusresolved => closed

Notes
(0034384)
alostale   
2011-02-28 09:12   
The problem is in the selector.

Debugging javascript validateSelector function:

-If a record is selected directly without changing Type field, text variable takes value.
-If Type is changed to Sale, text variable is empty string.
(0035044)
adrianromero   
2011-03-18 14:37   
This regression has been introduced by the fix of the issue 15062
(0035054)
adrianromero   
2011-03-18 15:43   
fix done, waiting for the repository to push it
(0035084)
hgbot   
2011-03-21 12:08   
Repository: erp/stable/2.50
Changeset: 4bb34328043814401dc5d96d5b31fa09c5fa7ac9
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Mar 18 15:42:42 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/4bb34328043814401dc5d96d5b31fa09c5fa7ac9 [^]

Fixes issue 0016063: 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
---
(0035085)
adrianromero   
2011-03-21 12:23   
* Testing the issue.

Kindly follow the steps to test and verify that now if selection sales order lines and pressing accept, the line is properly selected in the parameter.

* Other areas affected.

No other areas affected. Only the Order lines selector has been modified..