per-column Hide/Show total toggle in column menu (on/off flag, relocate JS) (v1.2.0)

This commit is contained in:
2026-07-12 08:10:23 -03:00
parent 405c7d2431
commit 2de0dc19a0
3 changed files with 6 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ class Plugin extends Base
public function getPluginVersion() public function getPluginVersion()
{ {
return '1.1.2'; return '1.2.0';
} }
public function getPluginHomepage() public function getPluginHomepage()

View File

@@ -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 net): red when negative (what you owe), green when positive, gray at zero. It is shown for every
column, including `Total: R$0,00`. 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 ### Installments and recurrence
FinanceBuddy carries the money across copies. Kanboard's built-in recurrence and RecoReco's FinanceBuddy carries the money across copies. Kanboard's built-in recurrence and RecoReco's

View File

@@ -1 +1 @@
FinanceBuddy v1.1.2 FinanceBuddy v1.2.0