Bug 32390 - Allow one to set an override value for CSVDelimiter per report
Summary: Allow one to set an override value for CSVDelimiter per report
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-01 20:13 UTC by Andrew Fuerste-Henry
Modified: 2022-12-01 20:13 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2022-12-01 20:13:49 UTC
The syspref CSVDelimiter allows one to pick a delimiter to be used when exporting CSV results for all reports. Based on the data included and the intended use, different reports require different delimiters.

It would be helpful to add the field saved_sql.delimiter and save an optional delimiter value for each report. Reports could default to following the syspref but allow one to select an alternate value when saving/editing a report.