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:
Sérgio Salgado 2023-04-26 23:44:52 +01:00
parent f3ab63766e
commit 4655d733b2
7 changed files with 136 additions and 17 deletions

View file

@ -30,6 +30,8 @@ type OperatorInfo {
type MachineInfo {
deviceId: String!
deviceName: String
numberOfCassettes: Int
numberOfStackers: Int
}
type ReceiptInfo {