Openbravo Issue Tracking System - Modules
View Issue Details
0017551ModulesAdvanced Paymentspublic2011-06-07 22:442011-08-19 13:17
malsasua 
eduardo_Argal 
highminoralways
closedfixed 
20Community Appliance
 
 
0017551: the accouting of transaction of a payment is wrong with multicurrency
If you have a payment in USD and the currency of accounting schema is EUR, the accounting generated by transaction is wrong, because the Currency Balancing is not calculated
. create a payment in USD in date 01/03/2011. The currency rate to 01/03/2011 is 2
. post it
the entries generated are:
47300 Hacienda Pública. Retenciones y pagos a cuenta 50,00 - 0
55500 Partidas pendientes de aplicación 0 - 50,00


. Add the payment in transaction with date 05/03/2011. The currency rate to 05/03/2011 is 4
. post it
55500 Partidas pendientes de aplicación 25,00 - 0
57200 Bancos e instituciones de crédito c/c vista euros 0 - 25,00
No tags attached.
related to defect 0016177 closed eduardo_Argal the accouting of payment is wrong with multicurrency 
related to defect 0017552 closed eduardo_Argal the accouting of reconciliate of a payment is wrong with multicurrency 
Issue History
2011-06-07 22:44malsasuaNew Issue
2011-06-07 22:44malsasuaAssigned To => adrianromero
2011-06-07 22:44malsasuaIssue Monitored: networkb
2011-06-07 22:52malsasuaRelationship addedrelated to 0016177
2011-06-07 22:56malsasuaRelationship addedrelated to 0017552
2011-06-08 10:15dalsasuaAssigned Toadrianromero => eduardo_Argal
2011-07-18 09:21psanjuanNote Added: 0039136
2011-07-18 09:21psanjuanAssigned Toeduardo_Argal => malsasua
2011-07-18 09:21psanjuanStatusnew => feedback
2011-07-18 10:56malsasuaStatusfeedback => new
2011-07-18 10:56malsasuaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=2432#r2432
2011-07-18 10:58malsasuaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=2433#r2433
2011-07-18 10:59malsasuaNote Added: 0039146
2011-07-20 13:30dalsasuaAssigned Tomalsasua => eduardo_Argal
2011-07-21 18:04eduardo_ArgalStatusnew => scheduled
2011-07-21 18:04eduardo_Argalfix_in_branch => pi
2011-07-26 15:11malsasuaPriorityurgent => high
2011-07-26 15:11malsasuaSeveritymajor => minor
2011-07-26 15:11malsasuafix_in_branchpi =>
2011-07-28 12:40hgbotCheckin
2011-07-28 12:40hgbotNote Added: 0039482
2011-07-28 12:40hgbotStatusscheduled => resolved
2011-07-28 12:40hgbotResolutionopen => fixed
2011-07-28 12:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/c74104cc32d9ad042d583b5ec195ab4d91ad1c0c [^]
2011-08-19 13:17malsasuaNote Added: 0040362
2011-08-19 13:17malsasuaStatusresolved => closed

Notes
(0039136)
psanjuan   
2011-07-18 09:21   
Please let us know more details.
Why the currency balance is not calculated?
which amounts are being used.
(0039146)
malsasua   
2011-07-18 10:59   
version 2.50 - 1.0.18
(0039482)
hgbot   
2011-07-28 12:40   
Repository: erp/stable/2.50
Changeset: c74104cc32d9ad042d583b5ec195ab4d91ad1c0c
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Jul 21 18:05:01 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/c74104cc32d9ad042d583b5ec195ab4d91ad1c0c [^]

Fixes bug 0017551: the accouting of transaction of a payment is wrong with multicurrency

---
M src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
M src/org/openbravo/erpCommon/ad_forms/DocLine_FINFinAccTransaction.java
---
(0040362)
malsasua   
2011-08-19 13:17   
verified