Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026939Openbravo ERP04. Warehouse managementpublic2014-06-25 12:392014-09-30 22:33
ngarcia 
fsoto82 
highminoralways
closedfixed 
5
 
3.0PR15Q1 
vmromanos
Core
No
0026939: Valued Stock Report does not format the Quantity column
Valued Stock Report does not format the Quantity column
Having in the Format.xml the following values:
   <Number name="euroInform"
       decimal="." grouping="," formatOutput="#,##0.00" formatInternal="#0.00" />
   ...
   <Number name="qtyRelation" decimal="." grouping="," formatOutput="#,##0.0000" formatInternal="#0.0000" />
   <Number name="qtyEdition" decimal="." grouping="," formatOutput="#0.0000" formatInternal="#0.0000" />
   ...
As group admin role:
   Create a Goods Receipt with 1.1234 units of a Product and complete it
   Create a Goods Shipment with 0.1234 unit of that Product and complete it
   The Valued Stock Report will show the stock of that products with 4 decimals (without rounding) and the Stock Report will show the stock with 2 decimals (as it uses the euroInform format)
No tags attached.
Issue History
2014-06-25 12:39ngarciaNew Issue
2014-06-25 12:39ngarciaAssigned To => jonalegriaesarte
2014-06-25 12:39ngarciaModules => Core
2014-06-25 12:39ngarciaResolution time => 1409176800
2014-06-25 12:39ngarciaTriggers an Emergency Pack => No
2014-06-25 12:39ngarciaIssue Monitored: networkb
2014-07-24 13:47jonalegriaesarteAssigned Tojonalegriaesarte => AtulOpenbravo
2014-09-25 22:37reinaldoguerraAssigned ToAtulOpenbravo => reinaldoguerra
2014-09-25 22:37reinaldoguerraStatusnew => scheduled
2014-09-26 07:58fsoto82Assigned Toreinaldoguerra => fsoto82
2014-09-26 07:59fsoto82Note Added: 0070419
2014-09-29 16:12jonalegriaesarteTarget Version3.0PR14Q4 => 3.0PR15Q1
2014-09-30 13:59hgbotCheckin
2014-09-30 13:59hgbotNote Added: 0070550
2014-09-30 13:59hgbotStatusscheduled => resolved
2014-09-30 13:59hgbotResolutionopen => fixed
2014-09-30 13:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ca3a5cfcc6b8639a992a8e32a7aa804a1817c520 [^]
2014-09-30 14:01vmromanosReview Assigned To => vmromanos
2014-09-30 14:01vmromanosNote Added: 0070555
2014-09-30 14:01vmromanosStatusresolved => closed
2014-09-30 22:33hudsonbotCheckin
2014-09-30 22:33hudsonbotNote Added: 0070590

Notes
(0070419)
fsoto82   
2014-09-26 07:59   
Test plan used:
1- Login into Openbravo ERP
2- Create a Goods Receipt with 1.1234 units of a Product and complete it
3- The Valued Stock Report will show the stock with 2 decimals (as it uses the euroInform format)
(0070550)
hgbot   
2014-09-30 13:59   
Repository: erp/devel/pi
Changeset: ca3a5cfcc6b8639a992a8e32a7aa804a1817c520
Author: Fernando Soto <fernando.soto <at> peoplewalking.com>
Date: Fri Sep 26 00:51:18 2014 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/ca3a5cfcc6b8639a992a8e32a7aa804a1817c520 [^]

Fixed bug 26939: Valued Stock Report does not format the Quantity column.

EuroInform format has been applied to the field Quantity on ReportValuationStock.xml file
Now when Valued Stock Report is executed will show the stock with 2 decimals (as it uses the euroInform format)

---
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.xml
---
(0070555)
vmromanos   
2014-09-30 14:01   
Code review + testing OK
(0070590)
hudsonbot   
2014-09-30 22:33   
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/2cae02185081 [^]
Maturity status: Test