Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029722Openbravo ERP09. Financial managementpublic2015-03-18 17:142015-04-29 11:13
aferraz 
aferraz 
immediateminorhave not tried
closedfixed 
30Professional Appliance
 
3.0PR15Q1.4 
vmromanos
Core
Production - Confirmed Stable
2014-10-23
3.0PR14Q4
https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^]
No
0029722: 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.0PR15Q1.4
2015-04-28 17:58dmitry_mezentsevTag Attached: Approved
2015-04-29 11:12hgbotCheckin
2015-04-29 11:12hgbotNote Added: 0076860
2015-04-29 11:12hgbotStatusscheduled => resolved
2015-04-29 11:12hgbotResolutionopen => fixed
2015-04-29 11:12hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q1.4/rev/f75a30df3225d96d02e337211dd0917619d4a07a [^]
2015-04-29 11:13vmromanosReview Assigned To => vmromanos
2015-04-29 11:13vmromanosNote Added: 0076861
2015-04-29 11:13vmromanosStatusresolved => closed

Notes
(0076860)
hgbot   
2015-04-29 11:12   
Repository: erp/backports/3.0PR15Q1.4
Changeset: f75a30df3225d96d02e337211dd0917619d4a07a
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.0PR15Q1.4/rev/f75a30df3225d96d02e337211dd0917619d4a07a [^]

Fixes issue 29722: 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
---
(0076861)
vmromanos   
2015-04-29 11:13   
Code review + testing OK