Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034221 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] 09. Financial management | major | always | 2016-10-17 17:37 | 2016-12-16 18:38 | |||
Reporter | dmiguelez | View Status | public | |||||
Assigned To | Sanjota | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR17Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 7c6330348e78 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | dmiguelez | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034221: Merge Valued Stock Report Enhanced with Valued Stock Report in Core | |||||||
Description | Merge Valued Stock Report Enhanced with Valued Stock Report in Core. The Valued Stock Report present in core is a subset of what it is present in the module. Merge the module in Core to bring all the improvements into the Product. | |||||||
Steps To Reproduce | Merge Valued Stock Report Enhanced with Valued Stock Report in Core. The Valued Stock Report present in core is a subset of what it is present in the module. Merge the module in Core to bring all the improvements into the Product. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||||||||||
|
Notes | |
(0091478) hgbot (developer) 2016-11-14 18:13 |
Repository: erp/devel/pi Changeset: d21bcfbec8aec4908cfc0f0c59d5e15d75fdba40 Author: Sanjota <sanjota.nelagi <at> promantia.com> Date: Mon Nov 14 11:35:11 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/d21bcfbec8aec4908cfc0f0c59d5e15d75fdba40 [^] Fixes Issue 34221. Merge Enhanced Valued Stock Report with Valued Stock Report present in Core. Merges the report from the Enhanced Valued Stock Report into Core. Adds enhancements made in the module like: *Consolidated results at Organization Level *Huge performance improvements *Export to PDF and Excel --- M modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_MERGE.xml M src-db/database/sourcedata/AD_TEXTINTERFACES.xml M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.xml M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock_data.xsql A src/org/openbravo/erpCommon/ad_reports/ReportValuationStock2.html A src/org/openbravo/erpCommon/ad_reports/ReportValuationStock2.xml A src/org/openbravo/erpCommon/ad_reports/ReportValuationStockExcel.jrxml A src/org/openbravo/erpCommon/ad_reports/ReportValuationStockPDF.jrxml A src/org/openbravo/erpCommon/ad_reports/SumaryProductCategory.jrxml A src/org/openbravo/erpCommon/ad_reports/SummaryProductCategory.java --- |
(0091479) hgbot (developer) 2016-11-14 18:13 |
Repository: erp/devel/pi Changeset: e4be1dd0c5d3a295b27b6de7b04697ebd4b5b9c4 Author: David Miguelez <david.miguelez <at> openbravo.com> Date: Mon Nov 14 17:51:38 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/e4be1dd0c5d3a295b27b6de7b04697ebd4b5b9c4 [^] Related to Issue 34221. Fixed several problems. *Added missing messages included in module before. *Added missing AD_MODEL_OBJECT_MAPPING *Fixed update of currency field (only when organization changes) *Fixed conversion date for non-aggregated data. --- M src-db/database/sourcedata/AD_MESSAGE.xml M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.html M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock.java M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock_data.xsql --- |
(0091483) dmiguelez (developer) 2016-11-14 18:41 |
Code Review + Testing Ok |
(0091637) hgbot (developer) 2016-11-17 17:04 |
Repository: erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced Changeset: 7c6330348e78f5858f18d1b801bcb54bbd478f7b Author: Sanjota <sanjota.nelagi <at> promantia.com> Date: Wed Nov 16 23:29:04 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced/rev/7c6330348e78f5858f18d1b801bcb54bbd478f7b [^] Fixes Issue 34221 :Fixed several problems. *Added missing messages included in module before. *Fixed update of currency field (only when organization changes) --- M src/org/openbravo/warehouse/reportvaluedstockenhanced/ReportValuedStockEnhanced.html M src/org/openbravo/warehouse/reportvaluedstockenhanced/ReportValuedStockEnhanced.java M src/org/openbravo/warehouse/reportvaluedstockenhanced/ReportValuedStockEnhanced2.html --- |
(0091638) hgbot (developer) 2016-11-17 17:05 |
Repository: erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced Changeset: 5741f88145e618b3c571cef92da4d481917ff5ed Author: David Miguelez <david.miguelez <at> openbravo.com> Date: Thu Nov 17 09:09:03 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced/rev/5741f88145e618b3c571cef92da4d481917ff5ed [^] Related to Issue 34221. Do not set the currency each time the Window is loaded. --- M src/org/openbravo/warehouse/reportvaluedstockenhanced/ReportValuedStockEnhanced.html M src/org/openbravo/warehouse/reportvaluedstockenhanced/ReportValuedStockEnhanced.java M src/org/openbravo/warehouse/reportvaluedstockenhanced/ReportValuedStockEnhanced2.html --- |
(0091639) hgbot (developer) 2016-11-17 17:05 |
Repository: erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced Changeset: 7ded41cb827bf6c897730c135f39faf810a7c501 Author: David Miguelez <david.miguelez <at> openbravo.com> Date: Thu Nov 17 16:47:32 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced/rev/7ded41cb827bf6c897730c135f39faf810a7c501 [^] Related to Issue 34221. Updated module version. --- M src-db/database/sourcedata/AD_MODULE.xml --- |
(0091640) dmiguelez (developer) 2016-11-17 17:05 |
Code Review + Testing OK |
(0091645) hgbot (developer) 2016-11-18 08:49 |
Repository: erp/devel/pi Changeset: 6ed815b78c3f7f63599b93bbcdf4b872648e05e7 Author: David Miguelez <david.miguelez <at> openbravo.com> Date: Thu Nov 17 16:42:39 2016 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/6ed815b78c3f7f63599b93bbcdf4b872648e05e7 [^] Related to Issue 34221. Do not set default currency each time the Window is loaded. --- M src/org/openbravo/erpCommon/ad_reports/ReportValuationStock2.html --- |
(0092620) hudsonbot (developer) 2016-12-16 18:38 |
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/dc8bf00badd0 [^] Maturity status: Test |
(0092621) hudsonbot (developer) 2016-12-16 18:38 |
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/dc8bf00badd0 [^] Maturity status: Test |
(0092644) hudsonbot (developer) 2016-12-16 18:38 |
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/dc8bf00badd0 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2016-10-17 17:37 | dmiguelez | New Issue | |
2016-10-17 17:37 | dmiguelez | Assigned To | => Triage Finance |
2016-10-17 17:37 | dmiguelez | Modules | => Core |
2016-10-17 17:37 | dmiguelez | Triggers an Emergency Pack | => No |
2016-10-17 17:38 | dmiguelez | Type | defect => feature request |
2016-10-17 18:12 | ngarcia | Issue Monitored: ngarcia | |
2016-11-14 18:13 | hgbot | Checkin | |
2016-11-14 18:13 | hgbot | Note Added: 0091478 | |
2016-11-14 18:13 | hgbot | Status | new => resolved |
2016-11-14 18:13 | hgbot | Resolution | open => fixed |
2016-11-14 18:13 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d21bcfbec8aec4908cfc0f0c59d5e15d75fdba40 [^] |
2016-11-14 18:13 | hgbot | Checkin | |
2016-11-14 18:13 | hgbot | Note Added: 0091479 | |
2016-11-14 18:15 | dmiguelez | Relationship added | related to 0034261 |
2016-11-14 18:15 | dmiguelez | Relationship added | related to 0034482 |
2016-11-14 18:41 | dmiguelez | Review Assigned To | => dmiguelez |
2016-11-14 18:41 | dmiguelez | Note Added: 0091483 | |
2016-11-14 18:41 | dmiguelez | Status | resolved => closed |
2016-11-15 08:45 | alostale | Relationship added | causes 0034510 |
2016-11-17 17:04 | hgbot | Checkin | |
2016-11-17 17:04 | hgbot | Note Added: 0091637 | |
2016-11-17 17:04 | hgbot | Status | closed => resolved |
2016-11-17 17:04 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/d21bcfbec8aec4908cfc0f0c59d5e15d75fdba40 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced/rev/7c6330348e78f5858f18d1b801bcb54bbd478f7b [^] |
2016-11-17 17:05 | hgbot | Checkin | |
2016-11-17 17:05 | hgbot | Note Added: 0091638 | |
2016-11-17 17:05 | hgbot | Checkin | |
2016-11-17 17:05 | hgbot | Note Added: 0091639 | |
2016-11-17 17:05 | dmiguelez | Note Added: 0091640 | |
2016-11-17 17:05 | dmiguelez | Status | resolved => closed |
2016-11-18 08:49 | hgbot | Checkin | |
2016-11-18 08:49 | hgbot | Note Added: 0091645 | |
2016-12-07 12:20 | maite | Relationship added | related to 0034699 |
2016-12-07 12:35 | maite | Relationship added | related to 0034700 |
2016-12-13 11:29 | aferraz | Assigned To | Triage Finance => Sanjota |
2016-12-13 11:58 | aferraz | Fixed in Version | => 3.0PR17Q1 |
2016-12-16 18:38 | hudsonbot | Checkin | |
2016-12-16 18:38 | hudsonbot | Note Added: 0092620 | |
2016-12-16 18:38 | hudsonbot | Checkin | |
2016-12-16 18:38 | hudsonbot | Note Added: 0092621 | |
2016-12-16 18:38 | hudsonbot | Checkin | |
2016-12-16 18:38 | hudsonbot | Note Added: 0092644 |
Copyright © 2000 - 2009 MantisBT Group |