feat: add template_id column to invoices table and update_invoice_template command
This commit is contained in:
@@ -57,6 +57,10 @@ pub fn run() {
|
||||
commands::get_invoices,
|
||||
commands::update_invoice,
|
||||
commands::delete_invoice,
|
||||
commands::update_invoice_template,
|
||||
commands::get_invoice_items,
|
||||
commands::create_invoice_item,
|
||||
commands::delete_invoice_items,
|
||||
commands::get_settings,
|
||||
commands::update_settings,
|
||||
commands::export_data,
|
||||
@@ -83,6 +87,7 @@ pub fn run() {
|
||||
commands::get_timesheet_data,
|
||||
commands::import_entries,
|
||||
commands::import_json_data,
|
||||
commands::save_binary_file,
|
||||
commands::open_mini_timer,
|
||||
commands::close_mini_timer,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user