Support importing tasks as CSV

This commit is contained in:
Hillel Coren 2024-01-16 15:29:32 +02:00
parent 7cac6c77bb
commit 1abfc65ceb
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ class ImportType extends EnumClass {
EntityType.invoice.apiValue: 'invoices', EntityType.invoice.apiValue: 'invoices',
EntityType.recurringInvoice.apiValue: 'recurring_invoices', EntityType.recurringInvoice.apiValue: 'recurring_invoices',
EntityType.payment.apiValue: 'payments', EntityType.payment.apiValue: 'payments',
EntityType.task.apiValue: 'tasks',
EntityType.product.apiValue: 'products', EntityType.product.apiValue: 'products',
EntityType.vendor.apiValue: 'vendors', EntityType.vendor.apiValue: 'vendors',
EntityType.expense.apiValue: 'expenses', EntityType.expense.apiValue: 'expenses',