<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Different Color Codes for Overdue Orders]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4724</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4724&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Different Color Codes for Overdue Orders.]]></description>
		<lastBuildDate>Fri, 07 Feb 2014 05:23:26 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Different Color Codes for Overdue Orders]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19217#p19217</link>
			<description><![CDATA[<p>thanks Farhaj , if i get time will try to make it as per function ext.</p>]]></description>
			<author><![CDATA[null@example.com (tester1)]]></author>
			<pubDate>Fri, 07 Feb 2014 05:23:26 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19217#p19217</guid>
		</item>
		<item>
			<title><![CDATA[Re: Different Color Codes for Overdue Orders]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19216#p19216</link>
			<description><![CDATA[<p>hmm Good.</p>]]></description>
			<author><![CDATA[null@example.com (Farhaj)]]></author>
			<pubDate>Fri, 07 Feb 2014 05:15:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19216#p19216</guid>
		</item>
		<item>
			<title><![CDATA[Re: Different Color Codes for Overdue Orders]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19207#p19207</link>
			<description><![CDATA[<p>BTW which farhaj2 : 3 person listed</p>]]></description>
			<author><![CDATA[null@example.com (tester1)]]></author>
			<pubDate>Thu, 06 Feb 2014 08:01:21 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19207#p19207</guid>
		</item>
		<item>
			<title><![CDATA[Re: Different Color Codes for Overdue Orders]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19206#p19206</link>
			<description><![CDATA[<p>Hi Farhaj,</p><p>Thanks for reply , but luck i found the solution :</p><p>What i did is :</p><p>Under includes/ui/db_pager_view.inc</p><div class="codebox"><pre><code>foreach($pager-&gt;data as $line_no =&gt; $row) {    

        $marker = $pager-&gt;marker;
        if ($marker &amp;&amp; $marker($row)) 
                    
                if($row[&quot;statusid&quot;] == A){
                start_row(&quot;class=&#039;overduebgA&#039;&quot;);    
                }elseif($row[&quot;statusid&quot;] == B){
                start_row(&quot;class=&#039;overduebgB&#039;&quot;);         
                }elseif($row[&quot;statusid&quot;] == C){
            start_row(&quot;class=&#039;overduebgC&#039;&quot;);
                }elseif($row[&quot;statusid&quot;] == D){
            start_row(&quot;class=&#039;overduebgD&#039;&quot;);
                }elseif($row[&quot;statusid&quot;] == E){
            start_row(&quot;class=&#039;overduebgE&#039;&quot;);
                }else {
                  start_row(&quot;class=&#039;$pager-&gt;marker_class&#039;&quot;);
                }</code></pre></div><p>Note : <strong> row[statusid] </strong>&nbsp; &nbsp;because its my Personal Page : ,</p><p>Also i let you know that i have made many such page which may or may not help FA .. will try to share all such page once i am done with my work .</p>]]></description>
			<author><![CDATA[null@example.com (tester1)]]></author>
			<pubDate>Thu, 06 Feb 2014 07:27:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19206#p19206</guid>
		</item>
		<item>
			<title><![CDATA[Re: Different Color Codes for Overdue Orders]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19205#p19205</link>
			<description><![CDATA[<p>send me code function file, i will change it. <br />email me=farhajuddin@hotmail.com<br />skype=farhaj2</p>]]></description>
			<author><![CDATA[null@example.com (Farhaj)]]></author>
			<pubDate>Thu, 06 Feb 2014 07:05:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19205#p19205</guid>
		</item>
		<item>
			<title><![CDATA[Different Color Codes for Overdue Orders]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19204#p19204</link>
			<description><![CDATA[<p>Hi ,</p><p>Under&nbsp; </p><div class="quotebox"><blockquote><p>manufacturing/search_work_orders.php</p></blockquote></div><p> , Can we have multiple Color Ordering for Overdue Orders , By type or by Location as PER&nbsp; required Date&nbsp; </p><p>I have seen its PHP file :</p><p>$table-&gt;set_marker(&#039;check_overdue&#039;, _(&quot;Marked orders are overdue.&quot;));</p><p>Where check_overdue is a function , i have try writing <strong>if ..elseif .. if&nbsp; &nbsp;condition </strong> in it but its taking Only ONE ROW ( that&nbsp; FIRST IF condition as over marked color .</p><p>Kindly let me know what can be solution for it.</p>]]></description>
			<author><![CDATA[null@example.com (tester1)]]></author>
			<pubDate>Thu, 06 Feb 2014 05:04:41 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19204#p19204</guid>
		</item>
	</channel>
</rss>
