forked from MapComplete/MapComplete
Themes(atm): Add deposit types
This commit is contained in:
parent
d74d1607f8
commit
8e3d0ce58d
1 changed files with 35 additions and 1 deletions
|
@ -415,6 +415,40 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "cash_in-types",
|
||||||
|
"question": {
|
||||||
|
"en": "In what ways can you deposit cash at this ATM?",
|
||||||
|
"nl": "Op welke manieren kan je geld storten bij deze geldautomaat?"
|
||||||
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "cash_in:coins=yes",
|
||||||
|
"ifnot": "cash_in:coins=no",
|
||||||
|
"then": {
|
||||||
|
"en": "You can deposit coins at this ATM",
|
||||||
|
"nl": "Je kan munten storten bij deze geldautomaat"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "cash_in:notes=yes",
|
||||||
|
"ifnot": "cash_in:notes=no",
|
||||||
|
"then": {
|
||||||
|
"en": "You can deposit notes at this ATM",
|
||||||
|
"nl": "Je kan biljetten storten bij deze geldautomaat"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "cash_in:sealbags=yes",
|
||||||
|
"ifnot": "cash_in:sealbags=no",
|
||||||
|
"then": {
|
||||||
|
"en": "You can deposit sealed bags at this ATM",
|
||||||
|
"nl": "Je kan sealbags storten bij deze geldautomaat"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"condition": "cash_in=yes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "cash_out-denominations-notes",
|
"id": "cash_out-denominations-notes",
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -691,4 +725,4 @@
|
||||||
"enableImproveAccuracy": true,
|
"enableImproveAccuracy": true,
|
||||||
"enableRelocation": false
|
"enableRelocation": false
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue