chore: create defaults for cashUnitCapacity
This commit is contained in:
parent
ce91591af5
commit
9f520afd71
7 changed files with 61 additions and 27 deletions
|
|
@ -14,6 +14,14 @@ const anonymousCustomer = {
|
|||
}
|
||||
|
||||
const CASH_UNIT_CAPACITY = {
|
||||
default: {
|
||||
cashbox: 600,
|
||||
cassette: 500
|
||||
},
|
||||
douro: {
|
||||
cashbox: 600,
|
||||
cassette: 500
|
||||
},
|
||||
grandola: {
|
||||
cashbox: 2000,
|
||||
recycler: 2800
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue