Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012263 | Openbravo ERP | A. Platform | public | 2010-02-15 08:38 | 2010-03-10 18:30 |
|
Reporter | sureshbabu | |
Assigned To | shuehner | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 2.50MP12 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012263: In the Audit trial - Record History report, amount values are truncated to nearest whole numbers |
Description | In the Audit trial - Record History report, amount values are truncated to nearest whole number
Note: i have attached a screen shot for more details |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | Audit trial |
Relationships | |
Attached Files | Amount values appears to nearest whole numbers.JPG (206,697) 2010-02-15 08:38 https://issues.openbravo.com/file_download.php?file_id=2214&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-15 08:38 | sureshbabu | New Issue | |
2010-02-15 08:38 | sureshbabu | Assigned To | => alostale |
2010-02-15 08:38 | sureshbabu | File Added: Amount values appears to nearest whole numbers.JPG | |
2010-02-15 08:38 | sureshbabu | Tag Attached: Audit trial | |
2010-02-15 09:25 | alostale | Assigned To | alostale => shuehner |
2010-02-15 09:25 | alostale | Priority | high => urgent |
2010-02-15 09:31 | alostale | Status | new => scheduled |
2010-02-15 09:31 | alostale | fix_in_branch | => pi |
2010-02-15 14:06 | hgbot | Checkin | |
2010-02-15 14:06 | hgbot | Note Added: 0024271 | |
2010-02-15 14:06 | hgbot | Status | scheduled => resolved |
2010-02-15 14:06 | hgbot | Resolution | open => fixed |
2010-02-15 14:06 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5559938e69ed3b0cc9440768d4b60d1703256863 [^] |
2010-02-16 07:43 | sureshbabu | Note Added: 0024375 | |
2010-02-16 07:43 | sureshbabu | Status | resolved => closed |
2010-02-16 07:43 | sureshbabu | Fixed in Version | => pi |
2010-02-16 14:11 | alostale | Status | closed => new |
2010-02-16 14:11 | alostale | Resolution | fixed => open |
2010-02-16 14:11 | alostale | Fixed in Version | pi => |
2010-02-16 14:11 | alostale | Status | new => scheduled |
2010-02-16 14:12 | alostale | Status | scheduled => resolved |
2010-02-16 14:12 | alostale | Resolution | open => fixed |
2010-02-16 14:12 | alostale | Status | resolved => closed |
2010-02-16 14:12 | alostale | Fixed in Version | => 2.50MP12 |
2010-02-16 14:14 | shuehner | Note Added: 0024410 | |
2010-02-17 00:01 | anonymous | sf_bug_id | 0 => |
2010-02-18 00:30 | hudsonbot | Checkin | |
2010-02-18 00:30 | hudsonbot | Note Added: 0024515 | |
2010-03-10 18:30 | anonymous | sf_bug_id | => 2968065 |
Notes |
|
(0024271)
|
hgbot
|
2010-02-15 14:06
|
|
Repository: erp/devel/pi
Changeset: 5559938e69ed3b0cc9440768d4b60d1703256863
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Feb 15 14:07:06 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/5559938e69ed3b0cc9440768d4b60d1703256863 [^]
Fixed 12263: fix formatting of numbers shown in Audit Trail Popup
- use Number reference to get full precision on data level
- use UIReference to get formatted numbers in UI
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src/org/openbravo/erpCommon/businessUtility/AuditTrailPopup.java
---
|
|
|
|
Tested, now the audit report amount values are displayed with 3 decimal values. |
|
|
|
Values should be now formatted in the same way than they are in the normal grid view (generated window).
Can you recheck if that is what happens (and is correct) or not, please? |
|
|
|
|