aboutsummaryrefslogtreecommitdiff
path: root/src/templates.rs
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-18 11:04:47 +0200
committerJoris Guyonvarch2026-04-18 11:05:17 +0200
commit6d1300640051baa23360846197b54e1e69ae32e3 (patch)
tree46219dcf5b5c9e5da0920ffd966d49ba80947a9b /src/templates.rs
parentb35589eb90f2e5ee5521964e64eb578e9eb99032 (diff)
Add balancing capabilities
If payment are too unbalanced, it’s easier to make a transfer.
Diffstat (limited to 'src/templates.rs')
-rw-r--r--src/templates.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates.rs b/src/templates.rs
index 5ea91b4..2c65ddb 100644
--- a/src/templates.rs
+++ b/src/templates.rs
@@ -8,6 +8,7 @@ pub enum Header {
Payments,
Categories,
Incomes,
+ Balancing,
Balance,
Statistics,
}