Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0046794Openbravo ERPA. Platformpublic2021-05-21 18:302021-05-26 11:06
rtoledano 
rtoledano 
urgentmajoralways
feedbackopen 
5
pi 
pi 
Google Chrome
Core
No
0046794: Support the downloads of Plain Text Reports
Currently in BaseReportActionHandler class is not supported the downloads of plain text files
In Weldom there are reports that need to be in Plain Text but not CSV because there is not a unique separator. The fields values in the report lines are formatted/encoded with detailed lengths and indexes. So, to improve the quality of the system response to this kind of report, we need to be able to downloads plain texts as a report.
Here you can find the patch. Is just adding a condition on BaseReportActionHandler.doDownload method.
No tags attached.
diff SupportPlainTextReports.diff (1,435) 2021-05-21 18:30
https://issues.openbravo.com/file_download.php?file_id=15817&type=bug
Issue History
2021-05-21 18:30rtoledanoNew Issue
2021-05-21 18:30rtoledanoAssigned To => Triage Finance
2021-05-21 18:30rtoledanoFile Added: SupportPlainTextReports.diff
2021-05-21 18:30rtoledanoWeb browser => Google Chrome
2021-05-21 18:30rtoledanoModules => Core
2021-05-21 18:30rtoledanoResolution time => 1622152800
2021-05-21 18:30rtoledanoTriggers an Emergency Pack => No
2021-05-24 12:10vmromanosWeb browserGoogle Chrome => Google Chrome
2021-05-24 12:10vmromanosAssigned ToTriage Finance => platform
2021-05-24 12:10vmromanosSeveritycritical => major
2021-05-26 11:05alostaleWeb browserGoogle Chrome => Google Chrome
2021-05-26 11:05alostaleResolution time1622152800 =>
2021-05-26 11:05alostaleTypedefect => feature request
2021-05-26 11:06alostaleNote Added: 0128644
2021-05-26 11:06alostaleAssigned Toplatform => rtoledano
2021-05-26 11:06alostaleStatusnew => feedback

Notes
(0128644)
alostale   
2021-05-26 11:06   
I don't think the patch is complete. It only handles the report download, but not the definition (ie. template for plain text) nor the generation.

How/when this new branch of the code gets executed?