Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add expenses without Full Permission #67

Open
alanp5 opened this issue Jan 2, 2018 · 2 comments
Open

Can't add expenses without Full Permission #67

alanp5 opened this issue Jan 2, 2018 · 2 comments

Comments

@alanp5
Copy link

alanp5 commented Jan 2, 2018

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?

capture

@partyp
Copy link

partyp commented Jan 2, 2018

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.

How would you ideally expect this to work?

@alanp5
Copy link
Author

alanp5 commented Jan 11, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants