harvesthq / platform

A whole new way to add time tracking to your web application.
https://www.getharvest.com/platform
59 stars 11 forks source link

[FR] Specify client together with project_name #58

Open robinostlund opened 3 years ago

robinostlund commented 3 years ago

Hi, I am wondering if it would be possible to specify both client_name and project_name for the button?

We have Shared project names for all our customers, example:

Client X: Consultancy Client Y: Consultancy

Consultancy is the Project name.

I would like to be able to pre select the correct client and project name in my button so it is would be easy to report time on each client.

Brg Robin

pusewicz commented 3 years ago

Hi @robinostlund,

Thanks for getting in touch!

We don't currently have plans for adding this feature, but I will definitely let our product team know that this is something that you find useful. We will consider this for future product roadmap.

In the meantime, you could try using and passing the default_project_code and set it to the name of your client. Obviously this would not work if you do already use project codes.

robinostlund commented 3 years ago

Oright thank you for that, but if i am using the button and not the ifram, how should i specify the default_project_code? :)

/ R

Hi @robinostlund,

Thanks for getting in touch!

We don't currently have plans for adding this feature, but I will definitely let our product team know that this is something that you find useful. We will consider this for future product roadmap.

In the meantime, you could try using and passing the default_project_code and set it to the name of your client. Obviously this would not work if you do already use project codes.

robinostlund commented 3 years ago

data-default='{"project_code": "Client X"}' didn't work.