Default Menu Location
Reports >> Order Entry >> Print Sales Order
Click here for screenshotGeneral Description
Print Sales Order screen has the ability to generate one or more sales orders and the packing lists. To print a sales order, enter the SO number. To print more than one SO, enter the beginning SO number and the ending SO number with colon in between the two numbers.
Fields/Filters
Sales Order Numbers: To generate reports for these Sales Order(s)
Sales Order: Check this button for Sales Orders only
Packing list: Check this button for Packing List only
Both: Check this button to print both the Sales Orders and Packing List
Standard Report Fields(Page Header)¶
Company- a_cid.address1
- alltrim(a_cid.city)+", "+alltrim(a_cid.state)+" "+a_cid.zipcode
- "Phone: "+alltrim(a_cid.phone)
- "Fax: " + a_cid.fax
Order DateForm Type and Sales Order numberShipping EventBill To
- alltrim(a_ent.city)+", "+alltrim(a_ent.state)+" "+a_ent.zipcode
- "Phone: "+alltrim(a_ent.phone)+ " Fax: " + a_ent.fax
Ship To
- alltrim(a_ent.city)+", "+alltrim(a_ent.state)+" "+a_ent.zipcode
- "Phone: "+alltrim(a_ent.phone)+ " Fax: " + a_ent.fax
Page Header continued
CustomerShip ViaF.O.BTermsPurchase Order NumberSalespersonReference No.Standard Report Fields(Line Items)¶
Qty. OrderedQty. ShippedBack OrderedItem NumberItem DescriptionUnitReq DatePrice- transform(sprice) + "/" + spriceunit
DiscTaxExtended PriceStandard Report Fields(Page Footer)¶
Shipping Sub-TotalPacking Sub-TotalNon Taxable Sub-TotalTaxable Sub-TotalTax AmountLess DiscountTotal Ordered- ln_shiptot+ln_nontaxsub+ln_taxsub+ln_tottax - ln_disamt + ln_packtot
Additional Report Fields for Customization