new report dialog

This commit is contained in:
Martin Brodbeck 2018-07-30 09:50:54 +02:00
parent efb1f3ffbf
commit 06c99052df
12 changed files with 334 additions and 1 deletions

View file

@ -47,4 +47,8 @@ class Marketplace
BasketVec basket_;
};
double marketFee(int sum, int percent, int maxFee = 5000);
std::string marketFeeAsString(int sum, int percent, int maxFee = 5000);
std::string paymentAsString(int sum, int percent);
#endif