2022-02-12 Fred Gleason <fredg@paravelsystems.com>

* Rewrote the 'Cart Data Dump (CSV)' report in rdlibrary(1) to
	use the CSV generation routines in 'lib/rdcsv.[cpp|h]'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-02-12 12:07:19 -05:00
parent 1fd581a442
commit 6dd815a570
3 changed files with 137 additions and 88 deletions

View File

@@ -46,7 +46,6 @@ class ListReports : public RDDialog
void GenerateCartReport(QString *report);
void GenerateCutReport(QString *report);
void GenerateCartDumpCsv(QString *report,bool prepend_names);
QString CsvField(QString str) const;
QLabel *list_reports_label;
QComboBox *list_reports_box;
QCheckBox *list_fieldnames_check;