Page 1 of 1

Time Tracking in Mantis 1.1.6 ?

Posted: 10 Mar 2009, 16:46
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

Re: Time Tracking in Mantis 1.1.6 ?

Posted: 14 Mar 2009, 06:10
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

Re: Time Tracking in Mantis 1.1.6 ?

Posted: 04 Apr 2009, 11:06
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

Re: Time Tracking in Mantis 1.1.6 ?

Posted: 07 Apr 2009, 09:40
by jonathh
Is it possible to get this information out in a CSV? or any export for that mater?