Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034700 | Openbravo ERP | 04. Warehouse management | public | 2016-12-07 12:35 | 2016-12-16 18:39 |
|
Reporter | maite | |
Assigned To | alekosmp86 | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034700: Warehouse name is cut when Valued Stock Report is exported to Excel |
Description | Warehouse name is cut when Valued Stock Report is exported to Excel |
Steps To Reproduce | 1. Access To Warehouse and Storage Bins window and replace "España Region Norte" name by "Warehouse España Region Norte"
2. Access Valued Stock Report, select "España Region Norte" organization and run report in Excel format
3. Realize that name of warehouse is cut |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0034221 | | closed | Sanjota | Merge Valued Stock Report Enhanced with Valued Stock Report in Core |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-12-07 12:35 | maite | New Issue | |
2016-12-07 12:35 | maite | Assigned To | => Triage Finance |
2016-12-07 12:35 | maite | Modules | => Core |
2016-12-07 12:35 | maite | Resolution time | => 1482879600 |
2016-12-07 12:35 | maite | Triggers an Emergency Pack | => No |
2016-12-07 12:35 | maite | Issue Monitored: networkb | |
2016-12-07 12:35 | maite | Relationship added | related to 0034221 |
2016-12-07 17:50 | collazoandy4 | Assigned To | Triage Finance => alekosmp86 |
2016-12-08 20:15 | alekosmp86 | Status | new => scheduled |
2016-12-08 20:16 | alekosmp86 | Note Added: 0092228 | |
2016-12-12 16:43 | hgbot | Checkin | |
2016-12-12 16:43 | hgbot | Note Added: 0092291 | |
2016-12-12 16:43 | hgbot | Status | scheduled => resolved |
2016-12-12 16:43 | hgbot | Resolution | open => fixed |
2016-12-12 16:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0efbf58a3aaf1c4c7cf751d27de0348f2d0bc121 [^] |
2016-12-12 16:43 | dmiguelez | Review Assigned To | => dmiguelez |
2016-12-12 16:43 | dmiguelez | Note Added: 0092292 | |
2016-12-12 16:43 | dmiguelez | Status | resolved => closed |
2016-12-12 18:03 | aferraz | Fixed in Version | => 3.0PR17Q1 |
2016-12-14 11:37 | hgbot | Checkin | |
2016-12-14 11:37 | hgbot | Note Added: 0092342 | |
2016-12-14 11:37 | hgbot | Status | closed => resolved |
2016-12-14 11:37 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/0efbf58a3aaf1c4c7cf751d27de0348f2d0bc121 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced/rev/e878a022d1ac7efcb9453dfd11f1878457d5e3e8 [^] |
2016-12-14 11:37 | hgbot | Checkin | |
2016-12-14 11:37 | hgbot | Note Added: 0092343 | |
2016-12-14 11:38 | aferraz | Note Added: 0092344 | |
2016-12-14 11:38 | aferraz | Status | resolved => closed |
2016-12-16 18:39 | hudsonbot | Checkin | |
2016-12-16 18:39 | hudsonbot | Note Added: 0092699 | |
Notes |
|
(0092228)
|
alekosmp86
|
2016-12-08 20:16
|
|
Test Plan
Log in as GroupAdmin
Go to Warehouse and Storage Bins window
Select record with name España Region Norte. Open it and change the name to Warehouse España Region Norte.
Save the record
Go to Valued Stock Report.
Select Organization: España Región Norte
Run Export in Excel format process
Open the generated excel report and notice that the Warehouse name is Warehouse España Region Norte and is no longer cut. |
|
|
(0092291)
|
hgbot
|
2016-12-12 16:43
|
|
Repository: erp/devel/pi
Changeset: 0efbf58a3aaf1c4c7cf751d27de0348f2d0bc121
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Dec 07 15:52:11 2016 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/0efbf58a3aaf1c4c7cf751d27de0348f2d0bc121 [^]
Fixes issue 34700: Warehouse name cut when Valued Stock Report exported to Excel
Warehouse name was cut when Valued Stock Report is exported to Excel. The problem
was that the field storing the warehouse name had a small width, so when the report
is exported, it cuts the name if it exceded the field's width. Since the warehouse's
name is stored in a varchar(60) in DB, the field's width was expanded to cover
the full length of the name.
Note: this problem can be extended to the remaining fields of the report.
---
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStockExcel.jrxml
---
|
|
|
|
|
|
(0092342)
|
hgbot
|
2016-12-14 11:37
|
|
Repository: erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced
Changeset: e878a022d1ac7efcb9453dfd11f1878457d5e3e8
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Wed Dec 14 10:33:14 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.reportvaluedstockenhanced/rev/e878a022d1ac7efcb9453dfd11f1878457d5e3e8 [^]
Fixes issue 34700: Warehouse name cut when Valued Stock Report exported to Excel
Warehouse name was cut when Valued Stock Report is exported to Excel. The problem
was that the field storing the warehouse name had a small width, so when the report
is exported, it cuts the name if it exceded the field's width. Since the warehouse's
name is stored in a varchar(60) in DB, the field's width was expanded to cover
the full length of the name.
Note: this problem can be extended to the remaining fields of the report.
---
M src/org/openbravo/warehouse/reportvaluedstockenhanced/ad_reports/ReportValuedStockEnhancedExcel.jrxml
---
|
|
|
(0092343)
|
hgbot
|
2016-12-14 11:37
|
|
|
|
|
|
|
|
|