feat: improve bill math
feat: add escrow storage for aveiro and changes in related UI feat: add cassettes and stackers count to trader
This commit is contained in:
parent
f3ab63766e
commit
4655d733b2
7 changed files with 136 additions and 17 deletions
|
|
@ -30,6 +30,8 @@ type OperatorInfo {
|
|||
type MachineInfo {
|
||||
deviceId: String!
|
||||
deviceName: String
|
||||
numberOfCassettes: Int
|
||||
numberOfStackers: Int
|
||||
}
|
||||
|
||||
type ReceiptInfo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue