mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
69 lines
4.6 KiB
PHP
69 lines
4.6 KiB
PHP
<?php
|
|
|
|
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.<br>'.
|
|
'2. In the same preferences page change the language of Clockfiy to English.<br>'.
|
|
'3. Go to REPORTS -> TIME -> Detailed in the navigation on the left. <br>'.
|
|
'4. Now select the date range that you want to export in the right top. '.
|
|
'In the free Clockify plan it\'s currently not possible to select more than one year. '.
|
|
'You can export each year separately and import them one after another.'.
|
|
'<br> 4. Now click Export -> Save as CSV. The Export dropdown is in the header of the export table left of the printer symbol. '.
|
|
'<br><br>Before you import make sure that the Timezone settings in Clockify are the same as in solidtime.',
|
|
],
|
|
'generic_projects' => [
|
|
'name' => 'Generic Projects',
|
|
'description' => 'If you want to import many projects yourself this importer the right choice. Please see our docs for <a href="https://docs.solidtime.io/user-guide/import">more information about the CSV structure</a>',
|
|
],
|
|
'generic_time_entries' => [
|
|
'name' => 'Generic Time Entries',
|
|
'description' => 'If you want to import many time entries yourself this importer the right choice. Please see our docs for <a href="https://docs.solidtime.io/user-guide/import">more information about the CSV structure</a>',
|
|
],
|
|
'clockify_projects' => [
|
|
'name' => 'Clockify Projects',
|
|
'description' => '1. Make sure to set the language of Clockify to English in "Preferences -> General".<br>'.
|
|
'2. Go to PROJECTS in the navigation on the left.<br> '.
|
|
'3. Now click on the three dots on the right of the project that you want to export and select Export.<br> '.
|
|
'4. Now click Export -> Save as CSV. The Export dropdown is in the header of the export table in the top right corner.',
|
|
],
|
|
'toggl_data_importer' => [
|
|
'name' => 'Toggl Data Importer',
|
|
'description' => '1. Go to Admin -> Settings -> Data export. <br>'.
|
|
'2. Under "Data Export" select all items for export and click on "Export to email". <br> '.
|
|
'3. You will receive an email with a download link. Download the ZIP and upload it here. '.
|
|
'<br><br>The "Data Export" exports everything except time entries. '.
|
|
'If you want to also import time entries use the "Toggl Time Entries" importer afterwards.',
|
|
],
|
|
'toggl_time_entries' => [
|
|
'name' => 'Toggl Time Entries',
|
|
'description' => '<strong>Important:</strong> If you want to import a Toggl organization use the "Toggl Data Importer" before using this importer, since this export contains more details. '.
|
|
'<br><br>1. Go to Admin -> Settings -> Data export. <br>2. Under "Time entries" select the year you want to export and click on "Export time entries". <br><br>You can export all years one after another and import them one after another. '.
|
|
' <br>Before you import make sure that the Timezone settings in Toggl are the same as in solidtime.',
|
|
],
|
|
'solidtime_importer' => [
|
|
'name' => 'Solidtime',
|
|
'description' => '1. Choose the organization you want to export in dropdown in the left top corner<br>2. Click on "Export" in the left navigation under "Admin" (You need to be Admin or Owner of the organization to see this)<br>3. Click on "Export". <br>4. Save the file and upload it here.',
|
|
],
|
|
'harvest_clients' => [
|
|
'name' => 'Harvest Clients',
|
|
'description' => '1. Go to "Manage" (top navigation)<br>2. Click on the "Clients"'.
|
|
'<br>3. Click on "Import/Export" and in the dropdown "Export clients to CSV" '.
|
|
'<br>',
|
|
],
|
|
'harvest_projects' => [
|
|
'name' => 'Harvest Projects',
|
|
'description' => '1. Go to "Projects" (top navigation)<br>2. Click on the "Export" button'.
|
|
'<br>3. Select which projects you would like to export and select CSV format '.
|
|
'<br><br>Before you import make sure that the Timezone settings in Harvest are the same as in solidtime.',
|
|
],
|
|
'harvest_time_entries' => [
|
|
'name' => 'Harvest Time Entries',
|
|
'description' => '1. Go to Settings (right top corner)<br>2. Click on "Import/Export" in the left navigation'.
|
|
'<br>3. Now click on "Export all time" '.
|
|
'<br><br>Before you import make sure that the Timezone settings in Harvest are the same as in solidtime.',
|
|
],
|
|
];
|