From 2de0dc19a0fe1354ad1283cb009ee5d39188fb0f Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Sun, 12 Jul 2026 08:10:23 -0300 Subject: [PATCH] per-column Hide/Show total toggle in column menu (on/off flag, relocate JS) (v1.2.0) --- Plugin.php | 2 +- README.md | 4 ++++ VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Plugin.php b/Plugin.php index 56068ea..c78bba4 100644 --- a/Plugin.php +++ b/Plugin.php @@ -85,7 +85,7 @@ class Plugin extends Base public function getPluginVersion() { - return '1.1.2'; + return '1.2.0'; } public function getPluginHomepage() diff --git a/README.md b/README.md index fa3ea0d..ddcd652 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ Each column header shows a **`Total:`** of its cards -- credits positive, debits net): red when negative (what you owe), green when positive, gray at zero. It is shown for every column, including `Total: R$0,00`. +You can hide the total on a per-column basis: open the column's dropdown menu (the caret next to +the column title) and pick **"Hide column total"**; the same menu then offers **"Show column +total"** to bring it back. This is a per-board manager action, remembered per column. + ### Installments and recurrence FinanceBuddy carries the money across copies. Kanboard's built-in recurrence and RecoReco's diff --git a/VERSION b/VERSION index c546c4c..01351fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -FinanceBuddy v1.1.2 +FinanceBuddy v1.2.0