Docs | Wiki | Billing

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
manofspider
Posts: 3
Joined: 29 Apr 2010, 16:25

Docs | Wiki | Billing

Post by manofspider »

Hello all,

You see ? http://www.mantisbt.org/demo/my_view_page.php
It has extra 3 menus = Docs | Wiki | Billing.
it is not default menus.

How to configure to make these 3 menus appeared?

Thanks in advance.
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Docs | Wiki | Billing

Post by istvanb »

For docs and billing add the following lines to your config_inc.php

$g_enable_project_documentation = ON;
$g_time_tracking_with_billing = ON;

for billing I guess you should enable the time tracking as well: $g_time_tracking_enabled = ON;

A related global variable (who can track time): $g_time_tracking_view_threshold = DEVELOPER;

About wiki integration, I guess this is a good start to read: http://www.mantisbt.org/wiki/doku.php/m ... h_dokuwiki

I have made the docowiki to work with mantis easily, its not a big deal. I can not recall it though since I just dont need the feature so uninstalled it.
manofspider
Posts: 3
Joined: 29 Apr 2010, 16:25

Re: Docs | Wiki | Billing

Post by manofspider »

Thanks you all.
It appear more menus.

But I wonder, when I click on button "Get Time Tracking Information", it display 00:00 with specific user.

- why not specific task? not user
- why total time is 00:00? i am sure, i have update Time tracking (HH:MM) = 00:30 already
istvanb
Posts: 226
Joined: 22 Aug 2010, 21:00

Re: Docs | Wiki | Billing

Post by istvanb »

Billing works fine on my computer. You should select the project you want to see and then set the start and the end date. This will give you a list of which user spent how much time on the project. If you select a project with subprojects (or if you select "all projects") then all the subprojects will be included.
Post Reply