X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FHelper%2FMappings.pm;h=8d0ed7e0c74e015c3ff382659a972ed762accde0;hb=a8536f428f1506316a09121f3ff7568c6354c7ab;hp=12e56d06080dc689bb24b38c1c8c22668d9a84d4;hpb=614c48e031ff86a158dfea7eeb2bc255d806c972;p=kivitendo-erp.git diff --git a/SL/DB/Helper/Mappings.pm b/SL/DB/Helper/Mappings.pm index 12e56d060..8d0ed7e0c 100644 --- a/SL/DB/Helper/Mappings.pm +++ b/SL/DB/Helper/Mappings.pm @@ -84,6 +84,7 @@ my @kivitendo_blacklist = (@kivitendo_blacklist_permanent, @kivitendo_blacklist_ my %kivitendo_package_names = ( # TABLE # MODEL (given in C style) acc_trans => 'acc_transaction', + additional_billing_addresses => 'additional_billing_address', 'auth.clients' => 'auth_client', 'auth.clients_users' => 'auth_client_user', 'auth.clients_groups' => 'auth_client_group', @@ -98,6 +99,7 @@ my %kivitendo_package_names = ( 'auth.user_group' => 'auth_user_group', ar => 'invoice', ap => 'purchase_invoice', + ap_gl => 'ap_gl', assembly => 'assembly', assortment_items => 'assortment_item', background_jobs => 'background_job', @@ -105,10 +107,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', @@ -145,6 +150,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', @@ -210,6 +216,8 @@ my %kivitendo_package_names = ( taxkeys => 'tax_key', tax_zones => 'tax_zone', taxzone_charts => 'taxzone_chart', + time_recording_articles => 'time_recording_article', + time_recordings => 'time_recording', todo_user_config => 'todo_user_config', transfer_type => 'transfer_type', translation => 'translation',