code cleanup
This commit is contained in:
parent
710b4cf9fb
commit
9fd29d588f
24 changed files with 60 additions and 101 deletions
|
@ -36,7 +36,8 @@ class PosPrinter
|
|||
void printHeader(const std::string& commune = "Musterhausen");
|
||||
void printTest();
|
||||
void printSaleReceipt(Sale* sale, const std::string& commune = "Dettingen");
|
||||
void printSellerReceipt(Seller* seller, const int percent, const int maxFeeInCent, const std::string& commune = "Dettingen");
|
||||
void printSellerReceipt(Seller* seller, const int percent, const int maxFeeInCent,
|
||||
const std::string& commune = "Dettingen");
|
||||
bool isValid();
|
||||
|
||||
struct Command {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue