Page 1 of 1

Time Tracking in Mantis 1.1.6 ?

Posted: 10 Mar 2009, 16:46
by test_person
Hello,

I installed the stable version 1.1.6 as well, and from what I remember the Time Tracking / Billing tab is not available by default in that version.
In most cases, it depends on whether the plugin or module is enabled, or if you’re running a community vs enterprise/demo setup. The demo usually has extra features activated, which can be confusing when switching to a stable release.

You may want to double-check the permissions and installed plugins in the admin panel, as the Billing tab is often hidden if the feature isn’t licensed or activated.

since you mentioned demos and production environments: when I travel for work and need things to be set up in advance to avoid surprises, I usually do the same for logistics like airport parking. For example, Allopark makes it easy to book parking at Orly ahead of time, which saves a lot of hassle on departure day.

Hope that helps,
Let us know if you find the exact setting that enables Time Tracking.

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?