Ask not what osTicket community can do for you - ask what you can do for osTicket community

Go Back   osTicket Forums > osTicket 1.6.x > Suggestions and Feedback

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-03-2012, 11:25 PM
Soundy Soundy is offline
Junior Member
 
Join Date: Aug 2012
Posts: 14
Default Simplified "new ticket" for staff

I'm playing with osTicket for possible use by our small company - the owner and his wife, two techs here in town, and a few other subcontact techs out of town. The addition of "Teams" is really useful... looking forward to the addition of time tracking, and ideally the ability to track related expenses for a ticket (parts, mileage, etc.)

Of course, all this will be moot if those who do the dispatching - the owner and/or his wife - don't find it easy to use. And since there's no immediate plan to allow customers to generate their own tickets, it would be much easier if the New Ticket page didn't ask for a name, email address or phone number - when a staff member is logged in, it should just pull this info from the staff member's own profile. Like if user "tim" leaves the system logged in on his desk, then any new ticket should just automatically start up with Tim being the originator, along with his email and phone number.

In the same vein, since 99.9% of our tickets will be support-related, it would be nice to be able to define defaults for pulldown options like Source, Department, and Topic... and perhaps even a default option for Assign To and other such fields.

Thanks
Reply With Quote
  #2  
Old 08-11-2012, 07:15 PM
Qorne Qorne is offline
Junior Member
 
Join Date: Aug 2012
Location: Groningen, The Netherlands
Posts: 1
Default

You can adjust the newticket.inc.php file in includes/staff to arrange your needs.

i customised the staff ticket system to, with more and other options, but its no problem to disable some options.

Quote:
<td align="left"><b>Ticket Source:</b></td>
<td>
<select name="source">
<option value="" selected >Select Source</option>
<option value="Phone" <?=($info['source']=='Phone')?'selected':''?>>Phone</option>
<option value="Email" <?=($info['source']=='Email')?'selected':''?>>Email</option>
<option value="Other" <?=($info['source']=='Other')?'selected':''?>>Other</option>

</select>
&nbsp;<font class="error"><b>*</b>&nbsp;<?=$errors['source']?></font>
change to
Quote:
<tr>
<td align="left"><b>Ticket Source:</b></td>
<td>
<select name="source">
<option value="phone" selected >phone</option>


</select>
&nbsp;<font class="error"><b>*</b>&nbsp;<?=$errors['source']?></font>
</td>
Reply With Quote
  #3  
Old 08-15-2012, 03:07 AM
Soundy Soundy is offline
Junior Member
 
Join Date: Aug 2012
Posts: 14
Default

Thanks, I'll give that a try!
Reply With Quote


Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:02 AM.