Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029605 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2015-04-15 18:49 | 2016-02-02 09:34 | |||
Reporter | malsasua | View Status | public | |||||
Assigned To | aferraz | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 7f6f8501e762 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | vmromanos | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2014-09-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 | 0029605: foreign currency and foreign amount are not assigned in transaction | |||||||
Description | when a transaction is created manually (with "new" button and "process" button), the foreign currency and foreign amount is not assigned, and error is returned when transaction is posted | |||||||
Steps To Reproduce | . in F&B . price list window: Otros Servicios . change currency from EUR to USD . financial account window: Cuenta de Banco -> Payment Method -> transferencia . Make Payments in Multiple Currency -> select . automatic drawals -> unselect . purchase invoice window: new record: . org: F&B España SA . bp: Generación Eléctrica . new line: product: electricidad qty: 100 process it (invoice currency: USD) Add Details .paid it and not reconcile: "Action Regarding Document" -> Pocess Made Payments go to fincial account "Cuenta de Banco" . new transaction: select the above payment . process it . post it: error is returned: Process failed during execution | |||||||
Tags | No tags attached. | |||||||
Attached Files | 29605.sql [^] (493 bytes) 2015-05-18 12:50 | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0076622) aferraz (manager) 2015-04-20 10:27 |
Test plan: In F&B: . price list window: Otros Servicios . change currency from EUR to USD . financial account window: Cuenta de Banco -> Payment Method -> transferencia . Make Payments in Multiple Currency -> select . automatic drawals -> unselect . purchase invoice window: new record: . org: F&B España SA . bp: Generación Eléctrica . new line: product: electricidad qty: 100 process it (invoice currency: USD) Add Details .paid it and not reconcile: "Action Regarding Document" -> Pocess Made Payments go to fincial account "Cuenta de Banco" . new transaction: select the above payment . process it . post it Realize transaction is posted correctly |
(0076658) hgbot (developer) 2015-04-21 13:52 |
Repository: erp/devel/pi Changeset: 7f6f8501e7628ca753738013cfc0641093e2a5d2 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Tue Apr 21 11:04:04 2015 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/7f6f8501e7628ca753738013cfc0641093e2a5d2 [^] Fixes issue 29605: Foreign currency not setted in transaction When creating a transaction manually from a payment, foreign currency, foreign conversion rate and foreign amount fields were not setted to transaction. Now, they will be setted as in TransactionDao.java, when the transaction is automatically created from the payment. --- M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/process/FIN_TransactionProcess.java --- |
(0076659) vmromanos (manager) 2015-04-21 13:52 |
Code review + testing OK |
(0077139) hudsonbot (developer) 2015-05-07 22:16 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/a1817f84bd8b [^] Maturity status: Test |
(0077527) aferraz (manager) 2015-05-18 12:51 |
Attached a query to fix wrong data created by the issue |
(0083802) hgbot (developer) 2016-02-02 09:34 |
Repository: tools/automation/int Changeset: 50555365e65c4d4edc7cd50cb4488c154d6c14b5 Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com> Date: Fri Sep 18 18:56:43 2015 +0200 URL: http://code.openbravo.com/tools/automation/int/rev/50555365e65c4d4edc7cd50cb4488c154d6c14b5 [^] Related to issue 29605: Added some automated tests --- M src-test/com/openbravo/test/integration/erp/data/financial/receivablespayables/transactions/financialaccount/TransactionsData.java M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/RegressionSuite.java M src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/build.xml A src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APRRegression012.java A src-test/com/openbravo/test/integration/erp/modules/functionalteam/addpayment/testsuites/APR_Regressions/APRRegression013.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2015-04-15 18:49 | malsasua | New Issue | |
2015-04-15 18:49 | malsasua | Assigned To | => Triage Finance |
2015-04-15 18:49 | malsasua | Modules | => Core |
2015-04-15 18:49 | malsasua | Triggers an Emergency Pack | => No |
2015-04-17 10:12 | maite | Issue Monitored: networkb | |
2015-04-17 14:07 | aferraz | Relationship added | caused by 0029387 |
2015-04-17 14:08 | aferraz | Regression level | => Production - QA Approved |
2015-04-17 14:08 | aferraz | Regression date | => 2014-09-23 |
2015-04-17 14:08 | aferraz | Regression introduced in release | => 3.0PR14Q4 |
2015-04-17 14:08 | aferraz | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^] |
2015-04-17 14:51 | aferraz | Priority | high => immediate |
2015-04-20 10:27 | aferraz | Note Added: 0076622 | |
2015-04-20 10:31 | aferraz | Status | new => scheduled |
2015-04-20 10:31 | aferraz | Assigned To | Triage Finance => aferraz |
2015-04-20 11:49 | jonalegriaesarte | Resolution time | => 1431640800 |
2015-04-21 13:10 | aferraz | Regression level | Production - QA Approved => Production - Confirmed Stable |
2015-04-21 13:52 | hgbot | Checkin | |
2015-04-21 13:52 | hgbot | Note Added: 0076658 | |
2015-04-21 13:52 | hgbot | Status | scheduled => resolved |
2015-04-21 13:52 | hgbot | Resolution | open => fixed |
2015-04-21 13:52 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/7f6f8501e7628ca753738013cfc0641093e2a5d2 [^] |
2015-04-21 13:52 | vmromanos | Review Assigned To | => vmromanos |
2015-04-21 13:52 | vmromanos | Note Added: 0076659 | |
2015-04-21 13:52 | vmromanos | Status | resolved => closed |
2015-05-07 22:16 | hudsonbot | Checkin | |
2015-05-07 22:16 | hudsonbot | Note Added: 0077139 | |
2015-05-18 12:50 | aferraz | File Added: 29605.sql | |
2015-05-18 12:51 | aferraz | Note Added: 0077527 | |
2016-02-02 09:34 | hgbot | Checkin | |
2016-02-02 09:34 | hgbot | Note Added: 0083802 |
Copyright © 2000 - 2009 MantisBT Group |