Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025112Openbravo ERP04. Warehouse managementpublic2013-11-08 09:072014-03-17 13:39
ioritzCia 
AtulOpenbravo 
normalmajoralways
closedfixed 
30Ubuntu 12.04
 
3.0PR14Q23.0PR14Q2 
jonalegriaesarte
Google Chrome
Core
No
0025112: hasTrxWithNoCost method in valued stock report does not filter by stocked products.
hasTrxWithNoCost method in valued stock report is the one in charge to check if there is any transaction without calculated cost to fire a warning. While the cost calculating background process only runs for stocked products, the hasTrxWithNoCost method does not filter by this column. Therefore, once you have a product with transactions with not calculated costs, the warning will always appear even if the costing process finishes correctly.
- Configure the cost calculating process so that it does not execute.
- Create a shipment for a stocked product so that a transaction gets created for that product.
- Check that a transaction has been created for that product.
- Set the stocked check of that product to 'No'.
- Run the cost calculating process and see that it finishes properly.
- Go to the valued stock report and execute it. See that the transactions without calculated cost warning appears.
No tags attached.
Issue History
2013-11-08 09:07ioritzCiaNew Issue
2013-11-08 09:07ioritzCiaAssigned To => dmiguelez
2013-11-08 09:07ioritzCiaWeb browser => Google Chrome
2013-11-08 09:07ioritzCiaModules => Core
2013-11-08 09:07ioritzCiaTriggers an Emergency Pack => No
2013-11-08 12:14dmiguelezAssigned Todmiguelez => jonalegriaesarte
2014-02-19 12:43jonalegriaesarteAssigned Tojonalegriaesarte => pramakrishnan
2014-02-19 12:44jonalegriaesarteWeb browserGoogle Chrome => Google Chrome
2014-02-19 12:44jonalegriaesarteTarget Version => 3.0MP32
2014-02-25 07:03AtulOpenbravoAssigned Topramakrishnan => AtulOpenbravo
2014-02-25 07:04AtulOpenbravoStatusnew => scheduled
2014-02-25 07:04AtulOpenbravofix_in_branch => pi
2014-02-25 07:38AtulOpenbravoNote Added: 0064548
2014-03-03 13:23hgbotCheckin
2014-03-03 13:23hgbotNote Added: 0064728
2014-03-03 13:23hgbotStatusscheduled => resolved
2014-03-03 13:23hgbotResolutionopen => fixed
2014-03-03 13:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8bed44ca01d9edc5e27452a908e6259fcd11c309 [^]
2014-03-05 16:09hudsonbotCheckin
2014-03-05 16:09hudsonbotNote Added: 0064835
2014-03-17 13:39jonalegriaesarteReview Assigned To => jonalegriaesarte
2014-03-17 13:39jonalegriaesarteNote Added: 0065226
2014-03-17 13:39jonalegriaesarteStatusresolved => closed
2014-03-17 13:39jonalegriaesarteFixed in Version => PR14Q2

Notes
(0064548)
AtulOpenbravo   
2014-02-25 07:38   
Test Plan
- Configure the cost calculating process so that it does not execute.
- Create a shipment for a stocked product so that a transaction gets created for that product.
- Check that a transaction has been created for that product.
- Set the stocked check of that product to 'No'.
- Run the cost calculating process and see that it finishes properly.
- Go to the valued stock report and execute it. See that the transactions without calculated cost warning does not appears and Valued Stock Report is displayed properly.
(0064728)
hgbot   
2014-03-03 13:23   
Repository: erp/devel/pi
Changeset: 8bed44ca01d9edc5e27452a908e6259fcd11c309
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Tue Feb 25 12:05:58 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/8bed44ca01d9edc5e27452a908e6259fcd11c309 [^]

Fixes Issue 25112 Valued stock report does not filter by stocked products

---
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java
---
(0064835)
hudsonbot   
2014-03-05 16:09   
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/d34c34b81a92 [^]
Maturity status: Test
(0065226)
jonalegriaesarte   
2014-03-17 13:39   
Working fine