From 7f24bd6b2a9571d0454335d3551fdfc127f0893a Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Mon, 18 May 2026 12:42:34 +0000 Subject: [PATCH] fix(file-format): hide rarely-used 'Use Currency From File' toggle Multi-currency Bank Accounts (one account holding several currencies in parallel) exist with some western banks like Revolut/Wise, but in AZ the convention is one Bank Account per currency. The toggle was extra noise on the File Format tab for every user. Kept the field and the underlying parse/import logic intact (hidden=1 only). Removing the hidden flag re-exposes it if a real multi-currency case ever shows up. --- .gitignore | 3 ++- .../bank_statement_importer/bank_statement_importer.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba04025..8841ca6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ *.swp tags node_modules -__pycache__ \ No newline at end of file +__pycache__ +Screenshot*.png diff --git a/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json b/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json index ee0f961..f41dc48 100644 --- a/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json +++ b/jey_erp/jey_erp/doctype/bank_statement_importer/bank_statement_importer.json @@ -207,6 +207,7 @@ "description": "Off: every imported Bank Transaction gets its Bank Account's currency.\nOn: the parsed Currency column on each row is used, falling back to the Bank Account's currency when empty. Enable only for multi-currency Bank Accounts where the statement actually carries per-row currency.", "fieldname": "use_currency_from_file", "fieldtype": "Check", + "hidden": 1, "label": "Use Currency From File" }, {