Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029338 | Openbravo ERP | 09. Financial management | public | 2015-03-18 17:14 | 2015-05-07 22:17 |
|
Reporter | aferraz | |
Assigned To | aferraz | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Professional Appliance |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2014-10-23 |
Regression introduced in release | 3.0PR14Q4 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029338: Payment navigation from Financial Account Transaction tab is working wrong |
Description | Payment navigation from Financial Account Transaction tab is working wrong in some cases. |
Steps To Reproduce | 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. |
Proposed Solution | Payment field on Transaction tab should navigate to Payment In or Payment Out window depending on the issotrx value of the related payment. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0029197 | 3.0PR15Q2 | closed | Sandrahuguet | Payment Out is registered as "BP Deposit" transaction type in financial account | depends on | backport | 0029721 | 3.0PR15Q2 | closed | aferraz | Payment navigation from Financial Account Transaction tab is working wrong | depends on | backport | 0029722 | 3.0PR15Q1.4 | closed | aferraz | Payment navigation from Financial Account Transaction tab is working wrong | caused by | feature request | 0029387 | | closed | Sandrahuguet | Transaction refactor project |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-18 17:14 | aferraz | New Issue | |
2015-03-18 17:14 | aferraz | Assigned To | => Sandrahuguet |
2015-03-18 17:14 | aferraz | Modules | => Core |
2015-03-18 17:14 | aferraz | Triggers an Emergency Pack | => No |
2015-03-18 17:16 | aferraz | Regression level | => Production - QA Approved |
2015-03-18 17:16 | aferraz | Regression introduced in release | => 3.0PR14Q4 |
2015-03-18 17:17 | aferraz | Description Updated | bug_revision_view_page.php?rev_id=8026#r8026 |
2015-03-18 17:18 | aferraz | Relationship added | related to 0029197 |
2015-03-23 16:29 | Sandrahuguet | Regression date | => 2014-10-23 |
2015-03-23 16:29 | Sandrahuguet | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^] |
2015-03-24 14:20 | aferraz | Relationship added | caused by 0029387 |
2015-04-14 12:48 | Triage Finance | Assigned To | Sandrahuguet => Triage Finance |
2015-04-28 16:43 | aferraz | Assigned To | Triage Finance => aferraz |
2015-04-28 16:54 | aferraz | Regression level | Production - QA Approved => Production - Confirmed Stable |
2015-04-28 16:58 | aferraz | Status | new => scheduled |
2015-04-28 17:17 | aferraz | Note Added: 0076841 | |
2015-04-29 11:14 | hgbot | Checkin | |
2015-04-29 11:14 | hgbot | Note Added: 0076862 | |
2015-04-29 11:14 | hgbot | Status | scheduled => resolved |
2015-04-29 11:14 | hgbot | Resolution | open => fixed |
2015-04-29 11:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/431aeb39064f59e303e7ac2c22c6e5fd83ae241c [^] |
2015-04-29 11:15 | vmromanos | Review Assigned To | => vmromanos |
2015-04-29 11:15 | vmromanos | Note Added: 0076863 | |
2015-04-29 11:15 | vmromanos | Status | resolved => closed |
2015-05-07 22:17 | hudsonbot | Checkin | |
2015-05-07 22:17 | hudsonbot | Note Added: 0077181 | |
Notes |
|
|
Test plan:
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 Out. |
|
|
(0076862)
|
hgbot
|
2015-04-29 11:14
|
|
Repository: erp/devel/pi
Changeset: 431aeb39064f59e303e7ac2c22c6e5fd83ae241c
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Apr 28 17:08:24 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/431aeb39064f59e303e7ac2c22c6e5fd83ae241c [^]
Fixes issue 29338: 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
---
|
|
|
|
|
|
|
|