|
Posted by Rob on December 7, 2005, 3:38 pm
Please log in for more thread options
Mitch, can we fix it? Yes we can!
But you will need to modify the receipt. If you are using the original RMS
reciept follow the instructions below, if not you may not have to do 1 and 2.
1. First make a copy of the receipt you are using. (located in your Store
OperationsReceipt Template folder)
2. Rightclick copy and choose properties and uncheck ReadOnly.
3. You then have to remove these lines of code in the TransactionDetails
section of the receipt:
<IF>
<CONDITION> ((Entry.QuantityOnOrder <> 0) | (Entry.QuantityRTD <> 0)) &
(Transaction.Type <> transactionQuote) </CONDITION>
<THEN>
<ROW> "|RTD:|" Entry.QuantityRTD " "
</ROW>
<ROW> "|On Order:|" Entry.QuantityOnOrder " "
</ROW>
<ROW> "|Picked up:|" Entry.QuantityPurchased " "
</ROW>
<ROW> "||"
</ROW>
</THEN>
</IF>
4. Then save the receipt and reassign it to your Receipt Format in SO
Manager.
5.Restart POS Application and give it a try.
For detailed specifics on assigning receipts in SO Manager check your help
screen.
Rob
"Mitch" wrote:
> When we tender as a work order a receipt is printed. Below each item on the
> reciept the following items are also printed... We would like to omit
> (remove or hide) these items on the receipt if possible. Is this possible?
>
> Item Lookup Code...........
> Description.........................................Quantity......Price.....
> Ext
>
Product1...........................Widgit...........................................................1.......$1.00...$1.00
> ..........................................Quantity
> RTD............................................0
> ..........................................Quantity On
> Order.....................................1
> ..........................................Quantity Picked
> Up....................................0
>
> Product2
>
...........................Widgit2.........................................................1.......$1.00...$1.00
> ..........................................Quantity
> RTD............................................0
> ..........................................Quantity On
> Order.....................................1
> ..........................................Quantity Picked
> Up....................................0
>
> We would prefer the receipt look like this... Is This possible?
> Item Lookup Code...........
> Description.........................................Quantity......Price.....
> Ext
>
Product1...........................Widgit...........................................................1.......$1.00...$1.00
> Product2
>
...........................Widgit2.........................................................1.......$1.00...$1.00
>
>
>
>
|