Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029659Openbravo ERP09. Financial managementpublic2015-01-18 21:172015-04-23 12:31
rjapoova 
aferraz 
immediateminorhave not tried
closedfixed 
5
3.0PR14Q4 
3.0PR15Q2 
vmromanos
Core
Production - QA Approved
2014-09-23
3.0PR14Q4
https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^]
No
0029659: G/L Item default is lost in Match Statement -> Add New Transaction when transaction type is set to Bank Fee
In the Match Statement flow, when you need to add a transaction to match a record coming from an imported statement, the G/L Item - if present on the statement - is defaulted on the transaction.

However, if you accidentally change the Transaction Type to Bank Fee and then back to Withdrawal or Deposit, the G/L Item attribution is lost.
See this video from 3':45" to 4':30":
https://drive.google.com/file/d/0B2uCUQlrOPvIUXZ5cDdmd3IydDg/view?usp=sharing [^]
Approved
blocks defect 0028663 closed aferraz G/L Item default is lost in Match Statement -> Add New Transaction when transaction type is set to Bank Fee 
Issue History
2015-04-21 18:01umartirenaTypedefect => backport
2015-04-21 18:01umartirenaTarget Version => 3.0PR15Q2
2015-04-21 18:14aferrazAssigned ToTriage Finance => aferraz
2015-04-21 19:27dmitry_mezentsevTag Attached: Approved
2015-04-23 12:30hgbotCheckin
2015-04-23 12:30hgbotNote Added: 0076713
2015-04-23 12:30hgbotStatusscheduled => resolved
2015-04-23 12:30hgbotResolutionopen => fixed
2015-04-23 12:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/3113c105fabcbabd0b8d643c418f36aff7c1bcd5 [^]
2015-04-23 12:31vmromanosReview Assigned To => vmromanos
2015-04-23 12:31vmromanosNote Added: 0076714
2015-04-23 12:31vmromanosStatusresolved => closed

Notes
(0076713)
hgbot   
2015-04-23 12:30   
Repository: erp/backports/3.0PR15Q2
Changeset: 3113c105fabcbabd0b8d643c418f36aff7c1bcd5
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Wed Apr 22 14:10:57 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/3113c105fabcbabd0b8d643c418f36aff7c1bcd5 [^]

Fixes issue 29659: GLItem lost in Add new Transaction window

Neither payment nor glitem will be deleted when changing to Bank fee in Add new Transaction window. Instead, when clicking on Done and creating the transaction, AddTransactionActionHandler will check if the transaction is of type Bank fee and in this case it will set as null both fields.

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/AddTransactionActionHandler.java
M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-addTransaction.js
---
(0076714)
vmromanos   
2015-04-23 12:31   
Code review + testing OK