X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/62f2141002f5b8c11fa9d881473fd3bc469b4eef..c0a781b51f38e1d980cfdcf28168606a9fda516b:/SL/DB/Helper/Mappings.pm diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 6290bd3f4..da931f9c8 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -105,10 +105,13 @@ my %kivitendo_package_names = ( ap => 'purchase_invoice', bank_accounts => 'bank_account', bank_transactions => 'bank_transaction', + bank_transaction_acc_trans => 'bank_transaction_acc_trans', buchungsgruppen => 'buchungsgruppe', bin => 'bin', business => 'business', chart => 'chart', + contact_departments => 'contact_department', + contact_titles => 'contact_title', contacts => 'contact', customer => 'customer', csv_import_profiles => 'csv_import_profile', @@ -136,6 +139,7 @@ my %kivitendo_package_names = ( email_journal => 'EmailJournal', email_journal_attachments => 'EmailJournalAttachment', employee => 'employee', + employee_project_invoices => 'EmployeeProjectInvoices', exchangerate => 'exchangerate', files => 'file', finanzamt => 'finanzamt', @@ -144,6 +148,7 @@ my %kivitendo_package_names = ( follow_ups => 'follow_up', generic_translations => 'generic_translation', gl => 'GLTransaction', + greetings => 'greeting', history_erp => 'history', inventory => 'inventory', invoice => 'invoice_item',