new report dialog
This commit is contained in:
parent
efb1f3ffbf
commit
06c99052df
12 changed files with 334 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue