mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user