feat: add automatic receipt printing toggle

This commit is contained in:
Sérgio Salgado 2022-07-04 18:27:04 +01:00 committed by Rafael
parent c5f3caab2f
commit 818813718e
4 changed files with 25 additions and 0 deletions

View file

@ -38,6 +38,7 @@ type MachineInfo {
type ReceiptInfo {
paper: Boolean!
automaticPrint: Boolean!
sms: Boolean!
operatorWebsite: Boolean!
operatorEmail: Boolean!