Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029721Openbravo ERP09. Financial managementpublic2015-03-18 17:142015-04-29 10:45
aferraz 
aferraz 
immediateminorhave not tried
closedfixed 
30Professional Appliance
 
3.0PR15Q2 
vmromanos
Core
Production - Confirmed Stable
2014-10-23
3.0PR14Q4
https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^]
No
0029721: Payment navigation from Financial Account Transaction tab is working wrong
Payment navigation from Financial Account Transaction tab is working wrong in some cases.
Go to Purchase Invoice and create a new record:
  Product: Cerveza Ale 0,5L
  Invoiced qunatity: -1
Complete it and add a payment for it by clicking on Add Payment.

Move to Transaction tab in Financial Account window and select the record created by the previous created payment.

Click on the payment to navigate to it and realize you navigate to Payment In window instead to Payment Out.
Payment field on Transaction tab should navigate to Payment In or Payment Out window depending on the issotrx value of the related payment.
Approved
blocks defect 0029338 closed aferraz Payment navigation from Financial Account Transaction tab is working wrong 
Issue History
2015-04-28 16:58aferrazTypedefect => backport
2015-04-28 16:58aferrazTarget Version => 3.0PR15Q2
2015-04-28 17:58dmitry_mezentsevTag Attached: Approved
2015-04-29 10:44hgbotCheckin
2015-04-29 10:44hgbotNote Added: 0076852
2015-04-29 10:44hgbotStatusscheduled => resolved
2015-04-29 10:44hgbotResolutionopen => fixed
2015-04-29 10:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/ec7a0bfc9a3cb6c472afeb47e4e5461420a364e8 [^]
2015-04-29 10:45vmromanosReview Assigned To => vmromanos
2015-04-29 10:45vmromanosNote Added: 0076853
2015-04-29 10:45vmromanosStatusresolved => closed

Notes
(0076852)
hgbot   
2015-04-29 10:44   
Repository: erp/backports/3.0PR15Q2
Changeset: ec7a0bfc9a3cb6c472afeb47e4e5461420a364e8
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Apr 28 17:08:24 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/ec7a0bfc9a3cb6c472afeb47e4e5461420a364e8 [^]

Fixes issue 29721: Payment navigation from Transaction tab is working wrong

Issotrx auxiliary input query in Transaction tab has been changed to get into account related payment isreceipt field, when navigating from it to Payment In/Out window
Also, SE_Payment_Transaction and SE_Trxtype_Transaction callouts have been changed to overwrite issotrx session value when updating payment or transactiontype fields

---
M src-db/database/sourcedata/AD_AUXILIARINPUT.xml
M src/org/openbravo/erpCommon/ad_callouts/SE_Payment_Transaction.java
M src/org/openbravo/erpCommon/ad_callouts/SE_Trxtype_Transaction.java
---
(0076853)
vmromanos   
2015-04-29 10:45   
Code review + testing OK