allow to clear database
This commit is contained in:
parent
95a89e568c
commit
badd1595e1
4 changed files with 49 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue