Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029634Openbravo ERP09. Financial managementpublic2015-04-15 18:492015-04-21 13:41
malsasua 
aferraz 
immediatemajoralways
closedfixed 
20Community Appliance
 
3.0PR15Q1.4 
vmromanos
Core
Production - QA Approved
2014-09-23
3.0PR14Q4
https://code.openbravo.com/erp/devel/pi/rev/179d97ee602d [^]
No
0029634: foreign currency and foreign amount are not assigned in transaction
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
. 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

Approved
blocks defect 0029605 closed aferraz foreign currency and foreign amount are not assigned in transaction 
Issue History
2015-04-20 10:31aferrazTypedefect => backport
2015-04-20 10:31aferrazTarget Version => 3.0PR15Q1.4
2015-04-21 11:41dmitry_mezentsevTag Attached: Approved
2015-04-21 11:43dmitry_mezentsevAssigned ToTriage Finance => aferraz
2015-04-21 11:44dmitry_mezentsevNote Added: 0076648
2015-04-21 13:39hgbotCheckin
2015-04-21 13:39hgbotNote Added: 0076654
2015-04-21 13:39hgbotStatusscheduled => resolved
2015-04-21 13:39hgbotResolutionopen => fixed
2015-04-21 13:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q1.4/rev/aed91c9f63c3b0aad7719f869c7d7f1ab3c04647 [^]
2015-04-21 13:40vmromanosReview Assigned To => vmromanos
2015-04-21 13:40vmromanosNote Added: 0076656
2015-04-21 13:41vmromanosStatusresolved => closed

Notes
(0076648)
dmitry_mezentsev   
2015-04-21 11:44   
Reminder. Scheduled and next statuses issues cannot have generic (Triage Finance) user assigned.
(0076654)
hgbot   
2015-04-21 13:39   
Repository: erp/backports/3.0PR15Q1.4
Changeset: aed91c9f63c3b0aad7719f869c7d7f1ab3c04647
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Apr 21 11:04:04 2015 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR15Q1.4/rev/aed91c9f63c3b0aad7719f869c7d7f1ab3c04647 [^]

Fixes issue 29634: 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
---
(0076656)
vmromanos   
2015-04-21 13:40   
Code review + testing OK