<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Dispatch_Issues</id>
	<title>Dispatch Issues - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Dispatch_Issues"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Dispatch_Issues&amp;action=history"/>
	<updated>2026-05-15T16:10:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Dispatch_Issues&amp;diff=166&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Dispatch_Issues&amp;diff=166&amp;oldid=prev"/>
		<updated>2023-07-14T12:58:49Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:58, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff::1.12:old-165:rev-166 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Dispatch_Issues&amp;diff=165&amp;oldid=prev</id>
		<title>Intra&gt;User: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Dispatch_Issues&amp;diff=165&amp;oldid=prev"/>
		<updated>2017-01-10T00:01:37Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Trucks Disappear from Schedule Screen==&lt;br /&gt;
&lt;br /&gt;
If Dispatch End of Day is run without date selection, trucks that are currently out on loads will disappear from the Schedule screen. Additionally, the trucks will not appear in the Available Trucks grid.&lt;br /&gt;
&lt;br /&gt;
To remedy this situation, run the following query, substituting today's date where you see 6/29/07:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
UPDATE DITPRJLD&lt;br /&gt;
SET STATUS_COL = 8, RETURN_DT = CURRENT_TIMESTAMP&lt;br /&gt;
WHERE&lt;br /&gt;
 (SCHED_DATETIME BETWEEN '6/29/07 00:00' AND '6/29/07 23:59') AND&lt;br /&gt;
 (STATUS_COL &amp;lt;&amp;gt; 8) AND&lt;br /&gt;
 (RETURN_DT IS NULL) AND&lt;br /&gt;
 (NOT EXISTS&lt;br /&gt;
  (SELECT SESSION_NO FROM ARTPTKHD TK&lt;br /&gt;
   WHERE (TK.ORDER_SESSION_NO = DITPRJLD.ORDER_SESSION_NO) AND&lt;br /&gt;
         (TK.ORDER_TRANS_NO = DITPRJLD.ORDER_TRANS_NO) AND&lt;br /&gt;
         (TK.ORDER_LOAD_NO = DITPRJLD.LOAD_NO)))&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;/div&gt;</summary>
		<author><name>Intra&gt;User</name></author>
	</entry>
</feed>