You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup contracts so that users can bill against them and log expenses. So far the billing part is working as expected however, it doesn't seem that there is any way to allow employees to add expenses without giving them full access to the contract. Below are the permissions that I'm using currently which allows employees to select the contract when billing their time. Is there a way something similar can be done for expenses?
The text was updated successfully, but these errors were encountered:
With your current permissions you can go directly here: /projects/[project_name]/expenses/new and add an expense. Although, the user will not be able to see that it was posted anywhere because they don't have the "view all contracts for project" and/or "view contract details" permissions.
Right, I figured that out. Ideally it would work just like the time keeping aspect in that you can add expenses associated with a contract without having the ability to see the details of the contract. The time keeping aspect already works that way but expenses do not.
I am trying to setup contracts so that users can bill against them and log expenses. So far the billing part is working as expected however, it doesn't seem that there is any way to allow employees to add expenses without giving them full access to the contract. Below are the permissions that I'm using currently which allows employees to select the contract when billing their time. Is there a way something similar can be done for expenses?
The text was updated successfully, but these errors were encountered: