feat: add project budgets and rounding override columns

This commit is contained in:
Your Name
2026-02-18 02:02:13 +02:00
parent ee30647b44
commit 68ce724980
4 changed files with 179 additions and 7 deletions

View File

@@ -72,6 +72,7 @@ pub fn run() {
commands::delete_tag,
commands::get_entry_tags,
commands::set_entry_tags,
commands::get_project_budget_status,
])
.setup(|app| {
#[cfg(desktop)]