mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
Add harvest and generic imports
This commit is contained in:
committed by
Constantin Graf
parent
9faa8fe6e1
commit
f93c5370bf
4
resources/testfiles/generic_projects_import_test_1.csv
Normal file
4
resources/testfiles/generic_projects_import_test_1.csv
Normal file
@@ -0,0 +1,4 @@
|
||||
name,color,billable_rate,is_public,client,billable_default,estimated_time,archived_at
|
||||
"Project for Big Company",,10001,false,"Big Company",true,,
|
||||
"Project without Client",#ef5350,,false,,false,1000,
|
||||
"Project (Archived)",#6a407f,,true,"Some client",true,0,2024-08-25T10:00:00Z
|
||||
|
@@ -0,0 +1,3 @@
|
||||
description,billable,client,project,tags,start,end,task,user_name,user_email
|
||||
"","false","","Project without Client","Development, Backend","2024-03-04T09:23:52Z","2024-03-04T09:23:52Z","","Peter Tester","peter.test@email.test"
|
||||
"Working hard","true","Big Company","Project for Big Company","","2024-03-04T09:23:00Z","2024-03-04T10:23:01Z","Task 1","Peter Tester","peter.test@email.test"
|
||||
|
3
resources/testfiles/harvest_clients_import_test_1.csv
Normal file
3
resources/testfiles/harvest_clients_import_test_1.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
Client Name,Address
|
||||
Example Client,""
|
||||
"\\ 🔥 Special characters """"""`!@#$%^&*()_+\-=\[\]{};':""\\|,.''<>\/?~ \\\",""
|
||||
|
3
resources/testfiles/harvest_projects_import_test_1.csv
Normal file
3
resources/testfiles/harvest_projects_import_test_1.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
Client,Project,Project Code,Start Date,End Date,Project Notes,Total Hours,Billable Hours,Billable Amount,Budget By,Budget,Budget Spent,Budget Remaining,Total Costs,Team Costs,Expenses
|
||||
Example Client,Example Project,,"","",This is an example project to help you trial Harvest. You can track time to this project and see what insights you can get from our reports! Feel free to make any edits you want to this project or even delete it.,"20,01","20,01","2.001,0",Hours,"50,0","20,01","29,99","0,0","0,0","0,0"
|
||||
"\\ 🔥 Special characters client """"""`!@#$%^&*()_+\-=\[\]{};':""\\|,.''<>\/?~ \\\","\\ 🔥 Special characters project """"""`!@#$%^&*()_+\-=\[\]{};':""\\|,.''<>\/?~ \\\",,"","",,"0,0","0,0","0,0",Hours,"0,0","0,0","50,0","0,0","0,0","0,0"
|
||||
|
@@ -0,0 +1,3 @@
|
||||
Date,Client,Project,Project Code,Task,Notes,Hours,Billable?,Invoiced?,Approved?,First Name,Last Name,Roles,Employee?,Billable Rate,Billable Amount,Cost Rate,Cost Amount,Currency,External Reference URL
|
||||
2024-03-04,,Project without Client,,,"","20,0",No,No,No,Peter,Tester,,Yes,"100,0","2.000,0","0,0","0,0",Euro - EUR,
|
||||
2024-03-04,Big Company,Project for Big Company,,Task 1,Working hard,"0,01",Yes,No,No,Peter,Tester,,Yes,"100,0","1,0","0,0","0,0",Euro - EUR,
|
||||
|
Reference in New Issue
Block a user