feat: add goals, profitability, timesheet, and import commands
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user