<?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=Setting_up_Default_Quantities_to_Optimize_Dispatch</id>
	<title>Setting up Default Quantities to Optimize Dispatch - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://in.compucrete.com/index.php?action=history&amp;feed=atom&amp;title=Setting_up_Default_Quantities_to_Optimize_Dispatch"/>
	<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Setting_up_Default_Quantities_to_Optimize_Dispatch&amp;action=history"/>
	<updated>2026-05-15T15:24:15Z</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=Setting_up_Default_Quantities_to_Optimize_Dispatch&amp;diff=620&amp;oldid=prev</id>
		<title>WikiAdmin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://in.compucrete.com/index.php?title=Setting_up_Default_Quantities_to_Optimize_Dispatch&amp;diff=620&amp;oldid=prev"/>
		<updated>2023-07-14T13:00:37Z</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 13:00, 14 July 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff::1.12:old-619:rev-620 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>http://in.compucrete.com/index.php?title=Setting_up_Default_Quantities_to_Optimize_Dispatch&amp;diff=619&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=Setting_up_Default_Quantities_to_Optimize_Dispatch&amp;diff=619&amp;oldid=prev"/>
		<updated>2017-01-10T00:02:20Z</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;Keystone Dispatch performance is greatly affected by default the default quantity setting in ARTPROD.  When the AUTO_QTY is set to N, the quantity for any product after line 1 (the mix) will be 0.&lt;br /&gt;
&lt;br /&gt;
Auto Quantity values:&lt;br /&gt;
*Yes (Y): The quantity for each ticket will be set to the Default Quantity.&lt;br /&gt;
:Good for Load Delivery Charge &lt;br /&gt;
*Bringdown (B): Carry down quantity from the main product.&lt;br /&gt;
:Good for admixes by the Yard&lt;br /&gt;
*Order Remaining (R): Will put all undelivered quantity on the ticket.  If the quantity is lowered the remaining will end up on the next ticket.  &lt;br /&gt;
:Good for Rebar, Expansion joints, etc.&lt;br /&gt;
*Order Quantity: The quantity for each ticket gets set to the Order Quantity for every load.  &lt;br /&gt;
:Good for Transportation by the Hour (e.g. 1.5 Hours per ticket).&lt;br /&gt;
:and Test Cylinder (e.g. set to 1)&lt;br /&gt;
&lt;br /&gt;
Simple Default Quantity Review query:&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
select p.product_class,p.product_code,unit_of_measure,auto_qty,default_qty,p.DESCRIPTION_1 from artprod p&lt;br /&gt;
WHERE product_class&amp;lt;&amp;gt;'CO'&lt;br /&gt;
order by product_class,unit_of_measure,auto_qty,default_qty&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
Update artprod&lt;br /&gt;
set AUTO_qty='B' WHERE PRODUCT_CLASS='AD' AND UNIT_OF_MEASURE='YD'&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Alternative to above script...  This one assumes if it is an additive and it is less than $10, it is likely a per-yard based price.  Check this with client before executing, as it is hardly foolproof.)&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
Update artprod&lt;br /&gt;
set AUTO_qty='B' WHERE PRODUCT_CLASS='AD' LIST_PRICE &amp;lt; 10.00&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PRE&amp;gt;&lt;br /&gt;
Update artprod&lt;br /&gt;
set AUTO_QTY='Y' , default_qty=1, WHERE PRODUCT_CLASS='TR' AND UNIT_OF_MEASURE='LD'&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See: [[Dispatch Data Setup ]]&lt;/div&gt;</summary>
		<author><name>Intra&gt;User</name></author>
	</entry>
</feed>