Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0047434Openbravo ERP04. Warehouse managementpublic2021-07-21 21:262021-08-06 09:24
lbressan 
AtulOpenbravo 
highminoralways
closedfixed 
5
pi 
PR21Q4 
Core
No
0047434: Product fields gets truncated on Excel format in "Valued stock report" windows
If a product field is too long, the field in excel format gets truncated.
Steps (We made an example with the product category, but it's gets truncated for the rest of the fields):

1- Changed a product category name and make sure it has 60 characters. (for this specific field, for example, the product name should be more than 200)
2- Go to "Valued stock report" windows.
3- Print it in HTML, and check that it's ok
4- Export it to Excel and check the product category.
No tags attached.
Issue History
2021-07-21 21:26lbressanNew Issue
2021-07-21 21:26lbressanAssigned To => Triage Finance
2021-07-21 21:26lbressanModules => Core
2021-07-21 21:26lbressanResolution time => 1628546400
2021-07-21 21:26lbressanTriggers an Emergency Pack => No
2021-07-21 21:28PracticsIssue Monitored: Practics
2021-08-05 09:10AtulOpenbravoStatusnew => scheduled
2021-08-05 09:10AtulOpenbravoAssigned ToTriage Finance => AtulOpenbravo
2021-08-05 14:46hgbotNote Added: 0130988
2021-08-05 14:49AtulOpenbravoNote Added: 0130989
2021-08-06 09:22hgbotResolutionopen => fixed
2021-08-06 09:22hgbotStatusscheduled => closed
2021-08-06 09:22hgbotNote Added: 0130994
2021-08-06 09:22hgbotFixed in Version => PR21Q4
2021-08-06 09:22hgbotNote Added: 0130995
2021-08-06 09:24dmiguelezSeveritymajor => minor

Notes
(0130988)
hgbot   
2021-08-05 14:46   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/420 [^]
(0130989)
AtulOpenbravo   
2021-08-05 14:49   
Test Plan

- Changed a product category name and make sure it has 60 characters, Change Warehouse Name with 60 Characters, Product Name with 60 characters, Change Product Search Key with 40 characters, etc.
- Go to "Valued stock report".
- Print it in HTML, and check that it's ok
- Export it to Excel and check that product name, product category name, warehouse name, product search key has full text in the respective cells.
(0130994)
hgbot   
2021-08-06 09:22   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/420 [^]
(0130995)
hgbot   
2021-08-06 09:22   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: fb2f5001e7b22320dd77789f5ab8f864144a496b
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 2021-08-05T18:12:28+05:30
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/fb2f5001e7b22320dd77789f5ab8f864144a496b [^]

Fixes BUG-0047434: Product fields gets truncated on Excel format
in "Valued stock report" windows

**Add property to keep full text in report template used to
export valued stock report.

---
M src/org/openbravo/erpCommon/ad_reports/ReportValuationStockExcel.jrxml
---