printer bugfixes
This commit is contained in:
parent
88d7225e61
commit
4a92832e19
4 changed files with 52 additions and 31 deletions
|
@ -26,6 +26,7 @@ class PosPrinter
|
|||
void printTest();
|
||||
void printSaleReceipt(Sale* sale);
|
||||
void printSellerReceipt(Seller* seller, int percent, int maxFee);
|
||||
bool isValid();
|
||||
|
||||
struct Command {
|
||||
static const std::string RESET;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue