add goals, profitability, timesheet, and import commands

This commit is contained in:
2026-02-18 02:04:10 +02:00
parent 307386b2cc
commit a2b892756a
3 changed files with 333 additions and 0 deletions

View File

@@ -77,6 +77,11 @@ pub fn run() {
commands::create_favorite,
commands::delete_favorite,
commands::reorder_favorites,
commands::get_goal_progress,
commands::get_profitability_report,
commands::get_timesheet_data,
commands::import_entries,
commands::import_json_data,
])
.setup(|app| {
#[cfg(desktop)]