entry templates CRUD backend

This commit is contained in:
2026-02-20 15:06:50 +02:00
parent 2fd16a1bcb
commit a4c7da4a2a
3 changed files with 189 additions and 0 deletions

View File

@@ -132,6 +132,9 @@ pub fn run() {
commands::bulk_update_entries_project,
commands::bulk_update_entries_billable,
commands::upsert_timesheet_entry,
commands::get_entry_templates,
commands::create_entry_template,
commands::delete_entry_template,
])
.setup(|app| {
#[cfg(desktop)]