Billing exists only for admins

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Billing exists only for admins

Post by istvanb »

$g_time_tracking_with_billing = ON;
$g_time_tracking_enabled = ON;
$g_time_tracking_view_threshold = DEVELOPER;
$g_time_tracking_reporting_threshold = MANAGER;

but the Billing menu appears only if you are logged in as an Administrator. I need it with manager account as well.

Mantis 1.2.3
php 5.3.1
atrol
Site Admin
Posts: 8534
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Billing exists only for admins

Post by atrol »

Is the user you try a global manager or just a manager for a certain project?
Please use Search before posting and read the Manual
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Billing exists only for admins

Post by istvanb »

It was a local manager only does it make a difference? (sorry about the late answer, I was on a vacation:)
atrol
Site Admin
Posts: 8534
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Billing exists only for admins

Post by atrol »

istvanb wrote:It was a local manager only does it make a difference?
IIRC I a had a short look at the sourcecode and yes, that's the way it's implemented at the moment.
Please use Search before posting and read the Manual
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Billing exists only for admins

Post by istvanb »

Thanks, I will report this as a bug then!
Post Reply