import export nearly finished

This commit is contained in:
Martin Brodbeck 2018-08-05 14:52:34 +02:00
parent de91a804a0
commit 3ba230d9b9
5 changed files with 72 additions and 5 deletions

View file

@ -35,10 +35,12 @@ class Marketplace
void sortSellers();
Seller* findSellerWithSellerNo(int sellerNo);
Seller* findSellerWithUuid(const std::string& uuid);
void addArticleToBasket(std::unique_ptr<Article> article);
size_t basketSize();
void finishCurrentSale(std::unique_ptr<Sale> sale);
void removeSale(boost::uuids::uuid uuid);
void setSalesToDelete(int cashPointNo);
int getOverallSumInCent();
std::string getOverallSumAsString();