Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0012463 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 04. Warehouse management | minor | always | 2010-02-24 20:21 | 2010-05-18 12:12 | |||
Reporter | RenateNieuwkoop | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | urgent | Resolution | duplicate | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 2.50MP17 | |||
OS | Any | Database | PostgreSQL | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP11 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0012463: Issue 4370: Valued Stock Report doesn't include changes made on the selected date | |||||||
Description | Warehouse Management || Analysis Tools || Valued Stock Report || Valued Stock Report The report looks at changes made previous to the date you select, rather than to include the changes from that day. So if you changed a price on a product on a Purchase Order, performed a goods receipt for that product on 10-7-2008, you then run 'Generate Average Costs' and go to the valued Stock report and select 10-7-2008 as the date and run the report, the new Average Cost is not reflected on the output. However, when you click on the Product, to take you to the Costing of the product setup, you do see the changed average cost reflected there. So you need to run the report for 11-7-2008 to see the changes made on 10-7-2008. | |||||||
Steps To Reproduce | Enter PO for Product with large quantity and a different price than the default. Do Goods Receipt for the PO. Run Generate Average Costs. Go to Valued Stock Report and query that product. | |||||||
Proposed Solution | This is a regression. It needs to be fixed for 250M14. The solution must be: In the stored procedure (M_GET_PRODUCT_COST) when comparing the dateto entered the value has to be compared as: v_dateto+1>DATETO instead of v_dateto>=DATETO. This is the way it's done in the whole application and doing this you get the whole day of the v_dateto. For example if DATETO is "25/02/2010 15:34:15" and you compare with the date entered in the report, for example "25/02/2010" then actually how it's done: "25/02/2010" >= "25/02/2010 15:34:15" and as you can see it doesn't fit so that's the bug But if you my approach: ""25/02/2010" +1 = "26/02/2010" > "25/02/2010 15:34:15" and this fits it | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|||
Date Modified | Username | Field | Change |
2010-02-24 20:21 | RenateNieuwkoop | New Issue | |
2010-02-24 20:21 | RenateNieuwkoop | Assigned To | => adrianromero |
2010-02-24 20:21 | RenateNieuwkoop | OBNetwork customer | => No |
2010-02-26 11:45 | psarobe | Proposed Solution updated | |
2010-02-26 11:46 | psarobe | Status | new => scheduled |
2010-02-26 11:46 | psarobe | Proposed Solution updated | |
2010-03-01 12:20 | adrianromero | Relationship added | duplicate of 0012492 |
2010-03-01 12:20 | adrianromero | Status | scheduled => closed |
2010-03-01 12:20 | adrianromero | Resolution | open => duplicate |
2010-03-08 16:05 | jpabloae | Target Version | 2.50MP14 => 2.50MP15 |
2010-03-10 17:24 | anonymous | sf_bug_id | 0 => |
2010-03-10 18:30 | anonymous | sf_bug_id | => 2968104 |
2010-05-18 12:12 | gorka_gil | Target Version | 2.50MP15 => 2.50MP17 |
Copyright © 2000 - 2009 MantisBT Group |