From 365f672cfc43b404f306ebad88a8e20af824c228 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Thu, 25 Jun 2026 00:02:41 +0200 Subject: [PATCH] clarify import order for clockify and harvest --- lang/en/importer.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/en/importer.php b/lang/en/importer.php index 331c7f80..2b3345db 100644 --- a/lang/en/importer.php +++ b/lang/en/importer.php @@ -5,7 +5,8 @@ declare(strict_types=1); return [ 'clockify_time_entries' => [ 'name' => 'Clockify Time Entries', - 'description' => '1. First make sure that you set the Date format to "MM/DD/YYYY" and the Time format to "12-hour" in the user settings.
'. + 'description' => 'Important: If you also want to import your projects use the "Clockify Projects" importer before this one, since that export contains more details such as billable status, billable rates and estimated time.

'. + '1. First make sure that you set the Date format to "MM/DD/YYYY" and the Time format to "12-hour" in the user settings.
'. '2. In the same preferences page change the language of Clockfiy to English.
'. '3. Go to REPORTS -> TIME -> Detailed in the navigation on the left.
'. '4. Now select the date range that you want to export in the right top. '. @@ -61,7 +62,8 @@ return [ ], 'harvest_time_entries' => [ 'name' => 'Harvest Time Entries', - 'description' => '1. Go to Settings (right top corner)
2. Click on "Import/Export" in the left navigation'. + 'description' => 'Important: If you also want to import your projects use the "Harvest Projects" importer before this one, since that export contains more details such as billable status and estimated time.

'. + '1. Go to Settings (right top corner)
2. Click on "Import/Export" in the left navigation'. '
3. Now click on "Export all time" '. '

Before you import make sure that the Timezone settings in Harvest are the same as in solidtime.', ],