Mantis 1.1.1: Time Tracking Date Field Appears Twice

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
gsingh
Posts: 6
Joined: 15 Jan 2008, 21:31

Mantis 1.1.1: Time Tracking Date Field Appears Twice

Post 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
Attachments
TimeTracking.JPG
TimeTracking.JPG (15.31 KiB) Viewed 4297 times
petrpan
Posts: 7
Joined: 07 Feb 2008, 14:59

Re: Mantis 1.1.1: Time Tracking Date Field Appears Twice

Post 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 4407 times
Mantis 1.1.1
Mantis 1.1.1
gsingh
Posts: 6
Joined: 15 Jan 2008, 21:31

Re: Mantis 1.1.1: Time Tracking Date Field Appears Twice

Post 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.
ketanl
Posts: 1
Joined: 28 Feb 2008, 23:12

Re: Mantis 1.1.1: Time Tracking Date Field Appears Twice

Post 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
Post Reply