allow to clear database

This commit is contained in:
Martin Brodbeck 2018-08-08 10:22:38 +02:00
parent 95a89e568c
commit badd1595e1
4 changed files with 49 additions and 1 deletions

View file

@ -48,6 +48,8 @@ class Marketplace
std::string getOverallPaymentAsString(int percent, int maxFee);
std::string getOverallRevenueAsString(int percent, int maxFee);
void clear();
void exportReportToCSV(const std::string& filename, int feeInPercent, int maxFeeInEuro);
friend class ExcelReader;