Skip to content

Commit 49e0458

Browse files
committed
Enhanced description for Clockify imports
1 parent e90fa83 commit 49e0458

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

lang/en/importer.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@
55
return [
66
'clockify_time_entries' => [
77
'name' => 'Clockify Time Entries',
8-
'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> '.
9-
'2. Go to REPORTS -> TIME -> Detailed in the navigation on the left. <br>'.
10-
'3. Now select the date range that you want to export in the right top. '.
8+
'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>'.
9+
'2. In the same preferences page change the language of Clockfiy to English.<br>'.
10+
'3. Go to REPORTS -> TIME -> Detailed in the navigation on the left. <br>'.
11+
'4. Now select the date range that you want to export in the right top. '.
1112
'It is currently not possible to select more than one year. You can export each year separately and import them one after another .'.
1213
'<br> 4. Now click Export -> Save as CSV. The Export dropdown is in the header of the export table left of the printer symbol. '.
1314
'<br><br>Before you import make sure that the Timezone settings in Clockify are the same as in solidtime.',
1415
],
1516
'clockify_projects' => [
1617
'name' => 'Clockify Projects',
17-
'description' => '1. Go to PROJECTS in the navigation on the left.<br> '.
18-
'2. Now click on the three dots on the right of the project that you want to export and select Export.<br> '.
19-
'3. Now click Export -> Save as CSV. The Export dropdown is in the header of the export table in the top right corner.',
18+
'description' => '1. Make sure to set the language of Clockify to English in "Preferences -> General".<br>'.
19+
'2. Go to PROJECTS in the navigation on the left.<br> '.
20+
'3. Now click on the three dots on the right of the project that you want to export and select Export.<br> '.
21+
'4. Now click Export -> Save as CSV. The Export dropdown is in the header of the export table in the top right corner.',
2022
],
2123
'toggl_data_importer' => [
2224
'name' => 'Toggl Data Importer',

tests/Unit/Service/BillableRateServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class BillableRateServiceTest extends TestCaseWithDatabase
2525

2626
private BillableRateService $billableRateService;
2727

28-
public function setUp(): void
28+
protected function setUp(): void
2929
{
3030
parent::setUp();
3131
$this->billableRateService = app(BillableRateService::class);

tests/Unit/Service/DashboardServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DashboardServiceTest extends TestCase
2727

2828
protected DashboardService $dashboardService;
2929

30-
public function setUp(): void
30+
protected function setUp(): void
3131
{
3232
parent::setUp();
3333
$this->dashboardService = app(DashboardService::class);

0 commit comments

Comments
 (0)