Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015682Openbravo ERP09. Financial managementpublic2011-01-17 16:432011-02-28 11:18
maite 
adrianromero 
urgentmajoralways
closedfixed 
5
2.50MP25 
2.50MP272.50MP27 
Core
No
0015682: Inhomogeneous behavior when searching in "Copy From Settlement"
When you press "Copy From Settlement" button in Manual Settlement window and try to search template settlement behavior is different from standard searching behavior due to several reasons:

1. when filling "description" field and pressing ENTER key search is not executed
(if you fill date and press ENTER key search is executed)

2. use of '%' is not the same as other search fields. They work as if '%' are concatenated at the beginning and at the end of your text. For example, if your template settlement has description=LIQ5 and you set by '%LIQ' in description field you will find your template settlement.

3. field description is deleted after pressing "search" button , but the rest of fields are left filled
1. Financial Management || Receivables & Payables || Transactions || Manual Settlement || Manual Settlement : create settlement checked as "Template" and Description=LIQ1
2. Financial Management || Receivables & Payables || Transactions || Manual Settlement || Manual Settlement >> Create Payment : choose BP and set amount=10 and "Receipt" checked
3. Financial Management || Receivables & Payables || Transactions || Manual Settlement || Manual Settlement >> Create Payment >> Balance Payment: choose any GLItem and set CreditAmount=10
4. Come back to header and process
5. Financial Management || Receivables & Payables || Transactions || Manual Settlement || Manual Settlement : create new settlement and press "Copy from settlement"
6. Fill description field with LIQ and press ENTER key. Realize that no search has been executed
7. Fill description field with LIQ and press Search button. Realize that your settlement is found and that text has been removed from description field
No tags attached.
related to defect 00157783.0RC4 closed adrianromero General ledger report: Short cut in account combination selector is not working well 
blocks defect 0015935 closed adrianromero Inhomogeneous behavior when searching in "Copy From Settlement" 
Issue History
2011-01-17 16:43maiteNew Issue
2011-01-17 16:43maiteAssigned To => dalsasua
2011-01-17 16:43maiteModules => Core
2011-02-10 12:46dalsasuaRelationship addedrelated to 0015778
2011-02-10 16:29adrianromeroStatusnew => scheduled
2011-02-10 16:29adrianromeroAssigned Todalsasua => adrianromero
2011-02-10 16:29adrianromerofix_in_branch => pi
2011-02-10 16:29adrianromeroTypedefect => backport
2011-02-10 16:29adrianromerofix_in_branchpi =>
2011-02-10 16:29adrianromeroIssue cloned0015935
2011-02-10 16:29adrianromeroRelationship addedblocks 0015935
2011-02-17 16:19hgbotCheckin
2011-02-17 16:19hgbotNote Added: 0034246
2011-02-17 16:19hgbotStatusscheduled => resolved
2011-02-17 16:19hgbotResolutionopen => fixed
2011-02-17 16:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/05c4871d6346548b45fbb3f8870f6f17a9acf94a [^]
2011-02-17 16:21adrianromeroNote Added: 0034248
2011-02-17 17:57hgbotCheckin
2011-02-17 17:57hgbotNote Added: 0034252
2011-02-17 17:57hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.50/rev/05c4871d6346548b45fbb3f8870f6f17a9acf94a [^] => http://code.openbravo.com/erp/stable/2.50/rev/646cb1ee172401811a2e1e930f844807e82de98f [^]
2011-02-28 11:18dalsasuaNote Added: 0034402
2011-02-28 11:18dalsasuaStatusresolved => closed
2011-02-28 11:18dalsasuaFixed in Version => 2.50MP27

Notes
(0034246)
hgbot   
2011-02-17 16:19   
Repository: erp/stable/2.50
Changeset: 05c4871d6346548b45fbb3f8870f6f17a9acf94a
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Feb 17 16:18:48 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/05c4871d6346548b45fbb3f8870f6f17a9acf94a [^]

Fixes issue 0015682: Inhomogeneous behavior when searching in Copy From Settlement
It has been added the code to refresh also the description button and it has been made the description field a little bit higher to make it look what it is: a multiline field

---
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.html
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.java
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.xml
---
(0034248)
adrianromero   
2011-02-17 16:21   
*Testing the issue

Go to the Copy from Settlement dialog and verify that after pressing the search button, the value of the description field does not disappear.

Verify also that the description field is higher and looks like a multiline field.

* Other areas affected

No other areas affected, onlty the dialog of Copy from Settlement has been modified.
(0034252)
hgbot   
2011-02-17 17:57   
Repository: erp/stable/2.50
Changeset: 646cb1ee172401811a2e1e930f844807e82de98f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Feb 17 17:52:32 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/646cb1ee172401811a2e1e930f844807e82de98f [^]

Fixes issue 015682: Inhomogeneous behavior when searching in Copy From Settlement
It has been fixed the behavior of searching by % to make it behave the same way as other search windows and selectors

---
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromSettlement.java
---
(0034402)
dalsasua   
2011-02-28 11:18   
Works fine.