export sales works now

This commit is contained in:
Martin Brodbeck 2018-08-02 15:06:35 +02:00
parent dc54809146
commit c82378dfa9
5 changed files with 61 additions and 8 deletions

View file

@ -10,6 +10,7 @@ class JsonUtil
public:
static void exportSellers(const std::string& filename, Marketplace* market);
static void importSellers(const std::string& filename, Marketplace* market);
static void exportSales(const std::string& filename, Marketplace* market, int cashPointNo);
};
#endif