Time Tracking in Mantis 1.1.6 ?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
test_person
Posts: 1
Joined: 10 Mar 2009, 16:18

Time Tracking in Mantis 1.1.6 ?

Post by test_person »

Hello,
I installed the actual stable version 1.1.6. and would like to use the feature Time Tracking,
but I can not find any way of entering time against an issue. I can not see the Billing Tab in my menu, too.
I founded this feature in the demo version. Is the Time Tracking possible in the 1.6.6 version ? If yes, how can I configure my system,
that it support it too. I am glad to hier from you as soon as possible! Thanks a lot!
Greetz,
Nina
tpradeep
Posts: 3
Joined: 11 Mar 2009, 08:00

Re: Time Tracking in Mantis 1.1.6 ?

Post by tpradeep »

hi nina,

can u help in configuring mantis to ensure that new user gets the activation email.
i have installed mantis 1.1.6.

the new user is unable to recieve email.

thanks
pradeep
Tigre
Posts: 3
Joined: 07 Sep 2008, 20:05

Re: Time Tracking in Mantis 1.1.6 ?

Post by Tigre »

We use this feature in 1.1.6.
You hav to set some parameters in config_defaults_inc.php.
This is how we have configured it:
#####################
# Time tracking
#####################

# Turn on Time Tracking accounting
$g_time_tracking_enabled = ON;

# A billing sums
$g_time_tracking_with_billing = ON;

# Stop watch to build time tracking field
$g_time_tracking_stopwatch = OFF;

# access level required to view time tracking information
$g_time_tracking_view_threshold = DEVELOPER;

# access level required to add/edit time tracking information
$g_time_tracking_edit_threshold = MANAGER;

# access level required to run reports
$g_time_tracking_reporting_threshold = MANAGER;

#allow time tracking to be recorded without a bugnote
$g_time_tracking_without_note = OFF;

Best regards - TIGRE
jonathh
Posts: 5
Joined: 07 Apr 2009, 09:38

Re: Time Tracking in Mantis 1.1.6 ?

Post by jonathh »

Is it possible to get this information out in a CSV? or any export for that mater?
Post Reply