Search found 226 matches

by istvanb
22 Feb 2011, 18:16
Forum: Help
Topic: Billing based on category
Replies: 1
Views: 1358

Re: Billing based on category

Actually I have created a new function in the graph_api.php see below. This can be called thru something like summary_graph_imp_category.php the issue with this that it is key to set up start and stop date (like billing), but I am not an expert in php, so I can not resolve this. Any help would be ap...
by istvanb
22 Feb 2011, 15:26
Forum: Help
Topic: Billing based on category
Replies: 1
Views: 1358

Billing based on category

I am wondering if it is possible to query the time spent based on a category? We try to monitor station downtimes, and I think mantis could be used to do that easily.
by istvanb
22 Feb 2011, 15:16
Forum: Help
Topic: Newbie Question with GoDaddy Install
Replies: 14
Views: 16377

Re: Newbie Question with GoDaddy Install

You can check out the first sticky issue on the HELP forum, thats about how to send emails.
by istvanb
16 Feb 2011, 21:10
Forum: Help
Topic: Private issue
Replies: 1
Views: 1529

Private issue

I have couple private projects in my database, and however I dont want users with reporter account to see the issues in a private project it would be nice if I can make some of them visible. I thought adding a user to the monitor list will give the user credentials to open the issue, but actually th...
by istvanb
16 Feb 2011, 20:59
Forum: Help
Topic: non-updateable bugnotes?
Replies: 6
Views: 4137

Re: non-updateable bugnotes?

I see... the original question was a little bit misleading. I am somewhat surprized if developers can edit the notes of others. I will check it tomorrow, I dont have an a working mantis installed now. I dont think if there is a solution for your problem exists then. The history will keep all the cha...
by istvanb
16 Feb 2011, 18:13
Forum: Help
Topic: non-updateable bugnotes?
Replies: 6
Views: 4137

Re: non-updateable bugnotes?

Try this: $g_update_bugnote_threshold = DEVELOPER;
by istvanb
01 Feb 2011, 11:28
Forum: Help
Topic: Filter to default closed
Replies: 13
Views: 13435

Re: Filter to default closed

it just hides/shows the filtering options
by istvanb
01 Feb 2011, 10:37
Forum: Help
Topic: Set the "Assign to" field mandatory
Replies: 1
Views: 1513

Set the "Assign to" field mandatory

hi,

is there an easy way to set the "Assign to" field mandatory? (like the categories field)

thx,
i-
by istvanb
04 Jan 2011, 13:37
Forum: Help
Topic: Send mail to new handler in case of feedback
Replies: 2
Views: 3688

Re: Send mail to new handler in case of feedback

Does the "Email on Change of Handler" is turned on? (Manage/Manage Configuration/Email Notifications AND myaccount/preferences page of the users) The behaviour you described makes sense since if the issue was owned by userA when it moved to Feedback and then change to userB then it wont tr...
by istvanb
04 Jan 2011, 13:25
Forum: Help
Topic: Turn off mails when user added to monitoring list
Replies: 2
Views: 2293

Re: Turn off mails when user added to monitoring list

It is in the email_api.php function email_monitor_added( $p_bug_id, $p_user_id ) { log_event( LOG_EMAIL, sprintf( 'Issue #%d monitored by user @U%d', $p_bug_id, $p_user_id ) ); $t_opt = array(); $t_opt[] = bug_format_id( $p_bug_id ); $t_opt[] = user_get_name( $p_user_id ); email_generic( $p_bug_id, ...
by istvanb
04 Jan 2011, 10:27
Forum: Help
Topic: Turn off mails when user added to monitoring list
Replies: 2
Views: 2293

Turn off mails when user added to monitoring list

Now if I add 7 users to the monitor list then the first one is unlucky since he will receive 6 mails about "xy is monitoring the issue now". This is kinda annoying. Is there a way to disable new mails if somebody starts to monitor the issue? (without source code mod)
by istvanb
04 Jan 2011, 10:20
Forum: Help
Topic: Billing exists only for admins
Replies: 5
Views: 4822

Re: Billing exists only for admins

Thanks, I will report this as a bug then!
by istvanb
30 Dec 2010, 15:35
Forum: Help
Topic: Billing exists only for admins
Replies: 5
Views: 4822

Re: Billing exists only for admins

It was a local manager only does it make a difference? (sorry about the late answer, I was on a vacation:)
by istvanb
17 Dec 2010, 11:42
Forum: Help
Topic: Billing exists only for admins
Replies: 5
Views: 4822

Billing exists only for admins

$g_time_tracking_with_billing = ON; $g_time_tracking_enabled = ON; $g_time_tracking_view_threshold = DEVELOPER; $g_time_tracking_reporting_threshold = MANAGER; but the Billing menu appears only if you are logged in as an Administrator. I need it with manager account as well. Mantis 1.2.3 php 5.3.1