feat: add goals, profitability, timesheet, and import commands

This commit is contained in:
Your Name
2026-02-18 02:04:10 +02:00
parent 6892bf8b98
commit c6cb26553a
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)]