<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding Ticket Aging, Ticket Summary, and Ticket for Staff Report Feature into osTicket v1.6 RC5</title>
	<atom:link href="http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/</link>
	<description>... where solutions for script programming are found ...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:54:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Masino Sinaga</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-6231</link>
		<dc:creator>Masino Sinaga</dc:creator>
		<pubDate>Wed, 28 Dec 2011 06:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-6231</guid>
		<description>Find this following code in /include/class.ticket.php file:
&lt;pre lang=&quot;php&quot;&gt;
$sql= &#039;UPDATE &#039;.TICKET_TABLE.&#039; SET status=&#039;.db_input(&#039;closed&#039;).&#039;,staff_id=0,isoverdue=0,duedate=NULL,updated=NOW(),closed=NOW() &#039;.
              &#039; WHERE ticket_id=&#039;.db_input($this-&gt;getId());
&lt;/pre&gt;

then replace it with the following:
&lt;pre lang=&quot;php&quot;&gt;
$sql= &#039;UPDATE &#039;.TICKET_TABLE.&#039; SET status=&#039;.db_input(&#039;closed&#039;).&#039;,isoverdue=0,duedate=NULL,updated=NOW(),closed=NOW() &#039;.
              &#039; WHERE ticket_id=&#039;.db_input($this-&gt;getId());
&lt;/pre&gt;

Hope it helps!</description>
		<content:encoded><![CDATA[<p>Find this following code in /include/class.ticket.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$sql</span><span style="color: #339933;">=</span> <span style="color: #0000ff;">'UPDATE '</span><span style="color: #339933;">.</span>TICKET_TABLE<span style="color: #339933;">.</span><span style="color: #0000ff;">' SET status='</span><span style="color: #339933;">.</span>db_input<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'closed'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">',staff_id=0,isoverdue=0,duedate=NULL,updated=NOW(),closed=NOW() '</span><span style="color: #339933;">.</span>
              <span style="color: #0000ff;">' WHERE ticket_id='</span><span style="color: #339933;">.</span>db_input<span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getId</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>then replace it with the following:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$sql</span><span style="color: #339933;">=</span> <span style="color: #0000ff;">'UPDATE '</span><span style="color: #339933;">.</span>TICKET_TABLE<span style="color: #339933;">.</span><span style="color: #0000ff;">' SET status='</span><span style="color: #339933;">.</span>db_input<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'closed'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">',isoverdue=0,duedate=NULL,updated=NOW(),closed=NOW() '</span><span style="color: #339933;">.</span>
              <span style="color: #0000ff;">' WHERE ticket_id='</span><span style="color: #339933;">.</span>db_input<span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getId</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-6230</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 27 Dec 2011 22:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-6230</guid>
		<description>Typed too fast, sorry, I meant not having closed tickets show up as &#039;unassigned&#039; in the Ticket Summary Report -&gt; Total Number of Unassigned Tickets.</description>
		<content:encoded><![CDATA[<p>Typed too fast, sorry, I meant not having closed tickets show up as &#8216;unassigned&#8217; in the Ticket Summary Report -&gt; Total Number of Unassigned Tickets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-6229</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 27 Dec 2011 22:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-6229</guid>
		<description>Thanks, this went in very easy, however, I can&#039;t figure out why closed tickets are showing on the &#039;unassigned&#039;  Is there a way to modify the code so that closed tickets are not showed as part of the assigned tickets?</description>
		<content:encoded><![CDATA[<p>Thanks, this went in very easy, however, I can&#8217;t figure out why closed tickets are showing on the &#8216;unassigned&#8217;  Is there a way to modify the code so that closed tickets are not showed as part of the assigned tickets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Monteiro</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-5102</link>
		<dc:creator>Bruno Monteiro</dc:creator>
		<pubDate>Tue, 27 Sep 2011 13:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-5102</guid>
		<description>Good work and thanks for the MOD.

I have a litle problem on Ticket for Staff, it shows a blank page.

Why??? Can anyone help me?</description>
		<content:encoded><![CDATA[<p>Good work and thanks for the MOD.</p>
<p>I have a litle problem on Ticket for Staff, it shows a blank page.</p>
<p>Why??? Can anyone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-4356</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 26 Jul 2011 00:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-4356</guid>
		<description>Just installed this MOD. I have over 70 tickets that are OPEN and some are LATE. But the MOD works and only shows 4 active. AM I missing anything here?</description>
		<content:encoded><![CDATA[<p>Just installed this MOD. I have over 70 tickets that are OPEN and some are LATE. But the MOD works and only shows 4 active. AM I missing anything here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rashmani</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-4304</link>
		<dc:creator>rashmani</dc:creator>
		<pubDate>Thu, 21 Jul 2011 15:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-4304</guid>
		<description>&lt;a href=&quot;#comment-4303&quot; rel=&quot;nofollow&quot;&gt;@rashmani &lt;/a&gt; 
Well, I&#039;ve simply tried and everything seems to work a treat!

Thanks again!
Cheers,
rash*</description>
		<content:encoded><![CDATA[<p><a href="#comment-4303" rel="nofollow">@rashmani </a><br />
Well, I&#8217;ve simply tried and everything seems to work a treat!</p>
<p>Thanks again!<br />
Cheers,<br />
rash*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rashmani</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-4303</link>
		<dc:creator>rashmani</dc:creator>
		<pubDate>Thu, 21 Jul 2011 14:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-4303</guid>
		<description>Hi Masino, 
first of all, good job. Then, article says this mod is for OT1.6 RC5: I want to use it with OT1.6, could you confirm nothing has changed since RC5 in setup info as posted?

Thanks,
rash*</description>
		<content:encoded><![CDATA[<p>Hi Masino,<br />
first of all, good job. Then, article says this mod is for OT1.6 RC5: I want to use it with OT1.6, could you confirm nothing has changed since RC5 in setup info as posted?</p>
<p>Thanks,<br />
rash*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorg</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-3636</link>
		<dc:creator>Jorg</dc:creator>
		<pubDate>Fri, 27 May 2011 08:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-3636</guid>
		<description>I followed the instructions very carefully. 
First it looked like it didn&#039;t work.
Then I found that the tickets must be ASSIGNED to staff members, otherwise it looks like it doesn&#039;t work...

GREAT MOD!
Thank you!</description>
		<content:encoded><![CDATA[<p>I followed the instructions very carefully.<br />
First it looked like it didn&#8217;t work.<br />
Then I found that the tickets must be ASSIGNED to staff members, otherwise it looks like it doesn&#8217;t work&#8230;</p>
<p>GREAT MOD!<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-3384</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Tue, 19 Apr 2011 10:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-3384</guid>
		<description>exellent easy to implemented worked first time.</description>
		<content:encoded><![CDATA[<p>exellent easy to implemented worked first time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chung</title>
		<link>http://www.openscriptsolution.com/2010/01/31/adding-ticket-aging-ticket-summary-and-ticket-for-staff-report-feature-into-osticket-v1-6-rc5/comment-page-1/#comment-3037</link>
		<dc:creator>Chung</dc:creator>
		<pubDate>Thu, 03 Mar 2011 02:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1105#comment-3037</guid>
		<description>Great Day Masino,
Have deployed the mod. Hassle free and really look great.
By the way, any mod to enable printing the entire historical thread and internal notes of a ticket with using print screen?

Thank you.</description>
		<content:encoded><![CDATA[<p>Great Day Masino,<br />
Have deployed the mod. Hassle free and really look great.<br />
By the way, any mod to enable printing the entire historical thread and internal notes of a ticket with using print screen?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
