Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029467Openbravo ERPA. Platformpublic2015-01-18 17:232015-04-08 18:28
rjapoova 
alostale 
immediatetrivialalways
closedfixed 
5
3.0PR14Q4 
3.0PR15Q1.33.0PR15Q1.3 
AugustoMauch
Google Chrome
Core
3.0PR14Q2
No
0029467: 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.0PR15Q1.3
2015-03-31 11:13dmitry_mezentsevTag Attached: Approved
2015-04-07 08:28hgbotCheckin
2015-04-07 08:28hgbotNote Added: 0076348
2015-04-07 08:28hgbotStatusscheduled => resolved
2015-04-07 08:28hgbotResolutionopen => fixed
2015-04-07 08:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q1.3/rev/de41f5c98d28288297d1f18ad4adf56527a3dae0 [^]
2015-04-08 18:28AugustoMauchNote Added: 0076387
2015-04-08 18:28AugustoMauchStatusresolved => closed
2015-04-08 18:28AugustoMauchFixed in Version => 3.0PR15Q1.3

Notes
(0076348)
hgbot   
2015-04-07 08:28   
Repository: erp/backports/3.0PR15Q1.3
Changeset: de41f5c98d28288297d1f18ad4adf56527a3dae0
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.0PR15Q1.3/rev/de41f5c98d28288297d1f18ad4adf56527a3dae0 [^]

fixed bug 29467: 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
---
(0076387)
AugustoMauch   
2015-04-08 18:28   
Code reviewed and verified in [1]@eda5123f66b0

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