feat: add automatic receipt printing toggle
This commit is contained in:
parent
c5f3caab2f
commit
818813718e
4 changed files with 25 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ type MachineInfo {
|
|||
|
||||
type ReceiptInfo {
|
||||
paper: Boolean!
|
||||
automaticPrint: Boolean!
|
||||
sms: Boolean!
|
||||
operatorWebsite: Boolean!
|
||||
operatorEmail: Boolean!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue