]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Helper/ALL.pm
Zeiterfassung: Auswählbare Artikel: DB-Upgrade und Rose
[kivitendo-erp.git] / SL / DB / Helper / ALL.pm
index 5698036e86902316ef32412a3c57fd7dd1f58ba3..e0ab57845c0aeddb75aa62ceb14fe79a7fb8f16a 100644 (file)
@@ -21,11 +21,14 @@ use SL::DB::BackgroundJob;
 use SL::DB::BackgroundJobHistory;
 use SL::DB::BankAccount;
 use SL::DB::BankTransaction;
+use SL::DB::BankTransactionAccTrans;
 use SL::DB::Bin;
 use SL::DB::Buchungsgruppe;
 use SL::DB::Business;
 use SL::DB::Chart;
 use SL::DB::Contact;
+use SL::DB::ContactDepartment;
+use SL::DB::ContactTitle;
 use SL::DB::CsvImportProfile;
 use SL::DB::CsvImportProfileSetting;
 use SL::DB::CsvImportReport;
@@ -61,6 +64,7 @@ use SL::DB::FollowUpAccess;
 use SL::DB::FollowUpLink;
 use SL::DB::GLTransaction;
 use SL::DB::GenericTranslation;
+use SL::DB::Greeting;
 use SL::DB::History;
 use SL::DB::Inventory;
 use SL::DB::Invoice;
@@ -130,6 +134,8 @@ use SL::DB::Tax;
 use SL::DB::TaxKey;
 use SL::DB::TaxZone;
 use SL::DB::TaxzoneChart;
+use SL::DB::TimeRecording;
+use SL::DB::TimeRecordingArticle;
 use SL::DB::TodoUserConfig;
 use SL::DB::TransferType;
 use SL::DB::Translation;