Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029111 | Openbravo ERP | 04. Warehouse management | public | 2015-03-03 13:39 | 2015-04-01 08:47 |
|
Reporter | umartirena | |
Assigned To | umartirena | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Coding ( Testing ) |
Regression date | 2015-02-12 |
Regression introduced in release | 3.0PR15Q1.1 |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/1ea341e8c283 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0029111: Valued Stock Report does not display data while filtering by Product Category |
Description | Valued Stock Report does not display data while filtering by Product Category. An erroneous extra line without Product Category is displayed also. |
Steps To Reproduce | In live.builds:
Go to Valued Stock Report. Enter a Date, Warehouse and Currency. Press html format. Notice that data is shown. An erroneous extra line without Product Category is displayed.
Now add a value in Product Category('Alcohol'). Press html format.
Notice that no values are displayed. The erroneous extra line without Product Category is also displayed. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | defect | 0028890 | | closed | umartirena | Valued stock report is showing wrong qty after a manual cost adjustment |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-03 13:39 | umartirena | New Issue | |
2015-03-03 13:39 | umartirena | Assigned To | => Sandrahuguet |
2015-03-03 13:39 | umartirena | OBNetwork customer | => No |
2015-03-03 13:39 | umartirena | Modules | => Core |
2015-03-03 13:39 | umartirena | Triggers an Emergency Pack | => No |
2015-03-03 13:39 | umartirena | Assigned To | Sandrahuguet => umartirena |
2015-03-03 13:43 | umartirena | Regression level | => Coding ( Testing ) |
2015-03-03 13:43 | umartirena | Regression date | => 2015-02-12 |
2015-03-03 13:43 | umartirena | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/1ea341e8c283 [^] |
2015-03-03 13:43 | umartirena | Description Updated | bug_revision_view_page.php?rev_id=7826#r7826 |
2015-03-03 13:43 | umartirena | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=7828#r7828 |
2015-03-03 13:43 | umartirena | Regression introduced in release | => 3.0PR15Q1.1 |
2015-03-03 16:06 | dmitry_mezentsev | Relationship added | caused by 0028890 |
2015-03-04 18:23 | vmromanos | Status | new => scheduled |
2015-03-04 18:23 | vmromanos | fix_in_branch | => pi |
2015-03-04 18:26 | hgbot | Checkin | |
2015-03-04 18:26 | hgbot | Note Added: 0075169 | |
2015-03-04 18:26 | hgbot | Status | scheduled => resolved |
2015-03-04 18:26 | hgbot | Resolution | open => fixed |
2015-03-04 18:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f06d7018a52bbc85ff4be3a2894c90efcfdbf2f4 [^] |
2015-03-04 18:26 | vmromanos | Review Assigned To | => vmromanos |
2015-03-04 18:26 | vmromanos | Note Added: 0075170 | |
2015-03-04 18:26 | vmromanos | Status | resolved => closed |
2015-03-05 17:01 | hudsonbot | Checkin | |
2015-03-05 17:01 | hudsonbot | Note Added: 0075209 | |
2015-04-01 08:05 | hgbot | Checkin | |
2015-04-01 08:05 | hgbot | Note Added: 0076196 | |
2015-04-01 08:05 | hgbot | Status | closed => resolved |
2015-04-01 08:05 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/f06d7018a52bbc85ff4be3a2894c90efcfdbf2f4 [^] => http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/d83bb42ad90335b8202c37f88361ae2d071174f8 [^] |
2015-04-01 08:47 | priyam | Status | resolved => closed |
2015-04-01 08:47 | priyam | Note Added: 0076279 | |
Notes |
|
(0075169)
|
hgbot
|
2015-03-04 18:26
|
|
Repository: erp/devel/pi
Changeset: f06d7018a52bbc85ff4be3a2894c90efcfdbf2f4
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Tue Mar 03 13:57:53 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f06d7018a52bbc85ff4be3a2894c90efcfdbf2f4 [^]
Fixes bug 29111: Valued Stock report filter properly by Product Category
A new language parameter was added in the issue that has caused the regression, but in wrong order, causing not to be able to filter by Product Category.
Also a left join was being done instead of inner join, so the query was displaying an wrong extra line with a sum up of all not necessary m_transaction records.
---
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock_data.xsql
---
|
|
|
|
|
|
|
|
|
(0076196)
|
hgbot
|
2015-04-01 08:05
|
|
Repository: erp/backports/3.0PR15Q2
Changeset: d83bb42ad90335b8202c37f88361ae2d071174f8
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Tue Mar 03 13:57:53 2015 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q2/rev/d83bb42ad90335b8202c37f88361ae2d071174f8 [^]
Fixes bug 29111: Valued Stock report filter properly by Product Category
A new language parameter was added in the issue that has caused the regression, but in wrong order, causing not to be able to filter by Product Category.
Also a left join was being done instead of inner join, so the query was displaying an wrong extra line with a sum up of all not necessary m_transaction records.
---
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock_data.xsql
---
|
|
|
(0076279)
|
priyam
|
2015-04-01 08:47
|
|
closed again, as the status changes due to merge of tag 15Q1.2 to backport repo Q2 |
|