Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029466Openbravo ERPA. Platformpublic2015-01-18 17:232015-04-14 18:03
rjapoova 
alostale 
immediatetrivialalways
closedfixed 
5
3.0PR14Q4 
3.0PR15Q23.0PR15Q2 
AugustoMauch
Google Chrome
Core
3.0PR14Q2
No
0029466: Transaction Type field is incorrectly flagged as red when transactions are entered in grid mode
In the Financial Account window, when entering a transaction manually in grid mode, you need to specify the Transaction Type (BP Deposit, BP Withdrawal, etc.).

When changing this field, the field is flagged as red.

This indicates that there is something wrong with the logic around this field.

The red flag can be safely ignored and users can continue successfully.
Look at this video for the first 30 seconds:
https://drive.google.com/file/d/0B2uCUQlrOPvIMEhPWVF3STdINTA/view?usp=sharing [^]
Approved
blocks defect 0028651 closed alostale Transaction Type field is incorrectly flagged as red when transactions are entered in grid mode 
Issue History
2015-03-31 10:18alostaleTypedefect => backport
2015-03-31 10:18alostaleTarget Version => 3.0PR15Q2
2015-03-31 11:12dmitry_mezentsevTag Attached: Approved
2015-04-07 08:37hgbotCheckin
2015-04-07 08:37hgbotNote Added: 0076349
2015-04-07 08:37hgbotStatusscheduled => resolved
2015-04-07 08:37hgbotResolutionopen => fixed
2015-04-07 08:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/225871f663533068d5d2801f02d32cac96aaa743 [^]
2015-04-14 18:03AugustoMauchNote Added: 0076536
2015-04-14 18:03AugustoMauchStatusresolved => closed
2015-04-14 18:03AugustoMauchFixed in Version => 3.0PR15Q2

Notes
(0076349)
hgbot   
2015-04-07 08:37   
Repository: erp/backports/3.0PR15Q2
Changeset: 225871f663533068d5d2801f02d32cac96aaa743
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 31 12:45:26 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/225871f663533068d5d2801f02d32cac96aaa743 [^]

fixed bug 29466: list reference are validated while typing

  This caused to see the field in red as non valid while typing to filter a value.

  It has been fixed in the same way selector reference does: preventing validation
  on filterComplete. A new OBComboBoxItem class has been implemented in order to
  make both list and selectors (including table and tableDir) extend it preventing
  in this manner code duplicities.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
A modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-combo.js
---
(0076536)
AugustoMauch   
2015-04-14 18:03   
Code reviewed and verified in [1]@0fe1fb83dabe

[1] https://code.openbravo.com/erp/backports/3.0PR15Q2 [^]