Page 1 of 1

Mantis 1.1.1: Time Tracking Date Field Appears Twice

Posted: 07 Feb 2008, 18:45
by gsingh
Hello,

I am using Mantis 1.1.1 on Fedora 8. Recently I enabled Time Tracking and I noticed that when I go to Billing link, I get date field twice (screen shot attached) for both start date and end date. When I go to Mantis bug tracker on mantisbt.org, I don't see this issue.

Has anyone else seen this? Does anyone have any suggestions? Or should we just log this to the Mantis bugtracker? Please feel free to ask for more information.

Our environment includes:
Fedora 8
Mantis - 1.1.1
MySQL - 5.0.45-4.fc8
PHP , php-gd, php-mysql - 5.2.4-3
gd-2.0.35-1.fc8
Apache - 2.2.6-3
jpgraph - 2.1.1

Our Time Tracking configuration:

# 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 = ON;

Thanks in advance,
GSingh

Re: Mantis 1.1.1: Time Tracking Date Field Appears Twice

Posted: 08 Feb 2008, 05:37
by petrpan
I have different problem. There is missing comboboxes for select month and day. Only comboboxes for year are visible. Can anybody tell me why does it happen?
err.JPG
err.JPG (10.94 KiB) Viewed 4411 times
Mantis 1.1.1

Re: Mantis 1.1.1: Time Tracking Date Field Appears Twice

Posted: 11 Feb 2008, 20:49
by gsingh
I had the following setting in my config_inc.php which apparently was conflicting with Time Tracking Date field. I commented out the setting and it fixed the problem.
$g_short_date_format = 'Y-M-d D';

I think time tracking date is in the format Y-M-d and doesn't accept day field if it is set as above. I changed $g_short_date_format = 'Y-M-d'; and it worked.

Re: Mantis 1.1.1: Time Tracking Date Field Appears Twice

Posted: 29 Feb 2008, 03:36
by ketanl
Hey all,

I am a complete newbie, but when I tried to enter the Time Tracking code as GSingh has shown I only get the stop watch feature and do not get the fields for the date etc.

Also I do not get the Billing part either. All I get showing up is the stopwatch.

I put the code into the config_inc.php file, is this where it should be placed?

Cheers

Ketan