Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0003614
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementminoralways2008-01-29 13:172008-06-12 09:44
ReportercromeroView Statuspublic 
Assigned Tocromero 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0003614: Remittance>CreateFile: Decimals in PostgreSQL

DescriptionRelated to bug:
0002433

When creating a plain file from a remittance to send to the bank, the
amounts are not properly parsed if using PostgreSQL.

The bank does not accept decimals and therefore all the amounts are
multiplied by 100. The problem is that in Oracle:
2.25*100 = 225
while in PostgreSQL:
2.25*100 = 225.00

To avoid this problem, the amounts in the CreateFile_data.xsql file could
be calculated with the round function:
round(amount*100,0)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0002433 closedcromero Remittance>CreateFile: Decimals in PostgreSQL 

-  Notes
(0004075)
cromero (viewer)
2008-01-29 13:30
edited on: 2008-06-12 09:27

Logged In: YES
user_id=1500614
Originator: YES

Fixed since revision 2171

Carlos Romero
Openbravo Team
(0007203)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:44

This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1881774 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker