Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016098Openbravo ERPZ. Otherspublic2011-03-02 10:142011-05-24 10:55
mirurita 
mirurita 
highminoralways
closedfixed 
5
pi 
 
Advanced Payables and Receivables Mngmt
No
0016098: Amounts are opposite inherited from Match Using Imported Bank Statement to Add Transaction
From Match Using Imported Bank Statement popup if you click on add link the add transaction popup will be opened and it will inherit the amount of the bank statement line.

If the amount is negative it should be inherited to the Paid out field and if it is positive to the Received in field.

Now it's doing the opposite.
1) Install Cuaderno43 module and import dataset
2) Create a new Financial Account and select Standard as matching algorithm.
- bank code: 2054
- branch code: 0218
- partial account nÂș: 9129249788
3) Go to Transactions tab and click on Import Bank Statement button
3.1) Select Cuaderno43 in the combobox and upload the attached file
3.2) Click on OK button.
4) Click on Match Using Imported Bank Statement button
4.1) Click on 'add' link and in the popup realize that the amounts are opposite inherited.
closingMay2011
depends on backport 0016104 closed mirurita Amounts are opposite inherited from Match Using Imported Bank Statement to Add Transaction 
Issue History
2011-03-02 10:14miruritaNew Issue
2011-03-02 10:14miruritaAssigned To => mirurita
2011-03-02 10:14miruritaModules => Advanced Payables and Receivables Mngmt
2011-03-02 13:29miruritaStatusnew => scheduled
2011-03-02 13:29miruritafix_in_branch => pi
2011-03-02 13:32hgbotCheckin
2011-03-02 13:32hgbotNote Added: 0034502
2011-03-02 13:32hgbotStatusscheduled => resolved
2011-03-02 13:32hgbotResolutionopen => fixed
2011-03-02 13:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/04c3615b19f998a3c714077988b4f2e106967a4e [^]
2011-05-24 10:11dalsasuaTag Attached: closingMay2011
2011-05-24 10:55dalsasuaStatusresolved => closed

Notes
(0034502)
hgbot   
2011-03-02 13:32   
Repository: erp/devel/pi
Changeset: 04c3615b19f998a3c714077988b4f2e106967a4e
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Wed Mar 02 13:30:40 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/04c3615b19f998a3c714077988b4f2e106967a4e [^]

Fixes issue 16098: amounts opposite inherited from MatchUIBS to AddTransaction

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransaction.java
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransaction.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransactionGrid.srpt
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransactionGrid.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/dao/AdvPaymentMngtDao.java
---