From 8e3d0ce58ddc9d6c4c8bed5a4d9994f3d50da7c8 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Mon, 14 Jul 2025 11:28:39 +0200 Subject: [PATCH] Themes(atm): Add deposit types --- assets/layers/atm/atm.json | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/assets/layers/atm/atm.json b/assets/layers/atm/atm.json index 4101aa11b..c656e4522 100644 --- a/assets/layers/atm/atm.json +++ b/assets/layers/atm/atm.json @@ -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", "question": { @@ -691,4 +725,4 @@ "enableImproveAccuracy": true, "enableRelocation": false } -} +} \ No newline at end of file