<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.abiscorp.com/faq/index.php?action=history&amp;feed=atom&amp;title=Print_Production_Work_Orders</id>
	<title>Print Production Work Orders - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.abiscorp.com/faq/index.php?action=history&amp;feed=atom&amp;title=Print_Production_Work_Orders"/>
	<link rel="alternate" type="text/html" href="http://www.abiscorp.com/faq/index.php?title=Print_Production_Work_Orders&amp;action=history"/>
	<updated>2026-04-28T10:37:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://www.abiscorp.com/faq/index.php?title=Print_Production_Work_Orders&amp;diff=5072&amp;oldid=prev</id>
		<title>Amohammad: Created page with &quot;__NOTOC__   ===Default Menu Location===  &#039;&#039;&#039;Reports &gt;&gt; Production &gt;&gt; Print Production Work Orders&#039;&#039;&#039;  File:Print_Production_Work.png  This screen is also called from the P...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.abiscorp.com/faq/index.php?title=Print_Production_Work_Orders&amp;diff=5072&amp;oldid=prev"/>
		<updated>2024-05-06T21:07:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__   ===Default Menu Location===  &amp;#039;&amp;#039;&amp;#039;Reports &amp;gt;&amp;gt; Production &amp;gt;&amp;gt; Print Production Work Orders&amp;#039;&amp;#039;&amp;#039;  &lt;a href=&quot;/faq/index.php?title=File:Print_Production_Work.png&quot; title=&quot;File:Print Production Work.png&quot;&gt;File:Print_Production_Work.png&lt;/a&gt;  This screen is also called from the P...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Default Menu Location===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Reports &amp;gt;&amp;gt; Production &amp;gt;&amp;gt; Print Production Work Orders&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Print_Production_Work.png]]&lt;br /&gt;
&lt;br /&gt;
This screen is also called from the Production Work Order screen when the Print icon is clicked and from the Sales Order screen when a SO is submitted to production.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Description===&lt;br /&gt;
&lt;br /&gt;
The Print Production Work Orders screen allows you to preview, print, and email Production Work Orders.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Report Filters===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;First Number&amp;#039;&amp;#039;&amp;#039;:  The first Production Work Order you want to print.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Last Number&amp;#039;&amp;#039;&amp;#039;:  The last Production Work Order you want to print.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Unprinted in Range&amp;#039;&amp;#039;&amp;#039;:  Check this box to only print the Production Work Orders that have not been printed before.  A PWO with a new revision is marked as not printed.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;All Unprinted&amp;#039;&amp;#039;&amp;#039;:  Check this box only if you want to ignore the First/Last Number fields and print every PWO that has not been printed yet.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Number of Copies&amp;#039;&amp;#039;&amp;#039;:  Enter a number other than 1 if you want more than 1 copy of each PWO.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Print Only&amp;#039;&amp;#039;&amp;#039;:  Check this box to bypass Message Control and go directly to the Windows print screen.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Auto Process&amp;#039;&amp;#039;&amp;#039;:  Check this box to auto-process the PWOs. [pwoemails|See this page for more information.]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Report Fields (Header)===&lt;br /&gt;
&lt;br /&gt;
Every customer&amp;#039;s production work order form is different, however there are certain fields that are common.  Listed beneath each field is the report expression(s).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Sold To&amp;#039;&amp;#039;&amp;#039;:  The Customer&amp;#039;s name and address.&lt;br /&gt;
&lt;br /&gt;
* a_ent.company&lt;br /&gt;
* a_ent.address1&lt;br /&gt;
* alltrim(a_ent.city)+&amp;quot;, &amp;quot;+alltrim(a_ent.state)+&amp;quot;  &amp;quot;+a_ent.zipcode&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ship To&amp;#039;&amp;#039;&amp;#039;:  The Ship To name and address.&lt;br /&gt;
&lt;br /&gt;
* a_shipto.company&lt;br /&gt;
* a_shipto.address1&lt;br /&gt;
* alltrim(a_shipto.city)+&amp;quot;, &amp;quot;+alltrim(a_shipto.state)+&amp;quot;  &amp;quot;+a_shipto.zipcode&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;PWO#&amp;#039;&amp;#039;&amp;#039;:  The Production Work Order number&lt;br /&gt;
&lt;br /&gt;
* lc_wono&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Plant&amp;#039;&amp;#039;&amp;#039;:  The Production Plant name.&lt;br /&gt;
&lt;br /&gt;
* lc_plant&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Order Date&amp;#039;&amp;#039;&amp;#039;:  The Sales Order date (if the PWO was generated by a SO)&lt;br /&gt;
&lt;br /&gt;
* ttod(a_pomast.sodate)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Load Date&amp;#039;&amp;#039;&amp;#039;:  The Sales Order Load Date (if the PWO was generated by a SO).&lt;br /&gt;
&lt;br /&gt;
* ttod(a_pomast.estdate)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ship To Revision&amp;#039;&amp;#039;&amp;#039;:  The revision number based upon the Ship To field.&lt;br /&gt;
&lt;br /&gt;
* getsomastrev(&amp;quot;SHIPID&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Customer ID&amp;#039;&amp;#039;&amp;#039;:  The customer&amp;#039;s Organization ID.&lt;br /&gt;
&lt;br /&gt;
* a_ent.custno&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Purchase Order&amp;#039;&amp;#039;&amp;#039;:  The Customer PO# on the Sales Order.&lt;br /&gt;
&lt;br /&gt;
* a_pomast.custpo&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Department&amp;#039;&amp;#039;&amp;#039;:  The Department on the PWO.&lt;br /&gt;
&lt;br /&gt;
* lc_dept&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Salesperson&amp;#039;&amp;#039;&amp;#039;:  The Salesperson on the Sales Order.&lt;br /&gt;
&lt;br /&gt;
* a_pomast.sp&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ship Via&amp;#039;&amp;#039;&amp;#039;:  The Ship Via on the Sales Order.&lt;br /&gt;
&lt;br /&gt;
* a_pomast.shipvia&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Due Date&amp;#039;&amp;#039;&amp;#039;:  The PWO Due Date.&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Report Fields (Line Items)===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Description&amp;#039;&amp;#039;&amp;#039;:  The line item description and line item notes.&lt;br /&gt;
&lt;br /&gt;
* alltrim(descrip) + &amp;quot; &amp;quot; + alltrim(linenote)&lt;br /&gt;
&lt;br /&gt;
OR TO INCLUDE THE SOC DESCRIPTION:&lt;br /&gt;
&lt;br /&gt;
* alltrim(descrip) + &amp;quot; &amp;quot; + alltrim(linenote) + &amp;quot; &amp;quot;  + alltrim(sopdesc)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Qty&amp;#039;&amp;#039;&amp;#039;:  The quantity of the line item that is to be produced.&lt;br /&gt;
&lt;br /&gt;
* qty&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Total Weight&amp;#039;&amp;#039;&amp;#039;:  The total weight of the line item.&lt;br /&gt;
&lt;br /&gt;
* gw&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Rev&amp;#039;&amp;#039;&amp;#039;:  The revision number of the line item.&lt;br /&gt;
&lt;br /&gt;
* revlevel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Report Fields (Configurable Items)===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Length&amp;#039;&amp;#039;&amp;#039;:  The length per piece.&lt;br /&gt;
&lt;br /&gt;
* custbinch&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please note that the report code of the configuration must be &amp;#039;B&amp;#039; in order for this to work.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inches&amp;#039;&amp;#039;&amp;#039;:  The length per piece converted to inches.&lt;br /&gt;
&lt;br /&gt;
* transform(val(getsoc(&amp;quot;B&amp;quot;,linenum))*12,&amp;quot;99,999.9999&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Please note that the report code of the configuration must be &amp;#039;B&amp;#039; in order for this to work.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;All other configurations can be found using the following expression&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* getsoc(&amp;quot;X&amp;quot;,linenum)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Replace X with the report code on the configuration question.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Additional Report Fields for Customization===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;quot;*PL&amp;quot;+alltrim(str(keyno))+&amp;quot;*&amp;quot;&amp;#039;&amp;#039;&amp;#039; : This expression will print a barcode on the form. This is only for use in a Wireless Warehouse Management System.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;getdirudfanslotno(&amp;quot;UDFRCODE&amp;quot;,1,tmpdata.ikey,&amp;quot;FORMNAME&amp;quot;,tmpdata.lot,gc_cid)&amp;#039;&amp;#039;&amp;#039; : This fetches the answer to a lot number user defined field.  Replace UDFRCODE with the report code of the UDF. Replace FORMNAME with the formname the UDF is linked to.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;getdirudfans(&amp;quot;UDFRCODE&amp;quot;,1,tmpdata.ikey,&amp;quot;FORMNAME&amp;quot;,tmpdata.lot,gc_cid)&amp;#039;&amp;#039;&amp;#039; : This fetches the answer to a item user defined field.  Replace UDFRCODE with the report code of the UDF. Replace FORMNAME with the formname the UDF is linked to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Production]]&lt;/div&gt;</summary>
		<author><name>Amohammad</name></author>
		
	</entry>
</feed>