|
Posted by Danny on September 13, 2007, 12:42 pm
Please log in for more thread options Hi Jeff
My 40col receipt looks differently from what MS says to replace... Why?
Thanks
Danny
<FOR each="entry">
<IF>
<CONDITION> ShowLineDiscounts & (Entry.ExtendedDiscount <>
0) </CONDITION>
<THEN>
<IF>
<CONDITION> (Receipt.TaxSystem = taxsystemVAT) & (Entry.Taxable =
0) </CONDITION>
<THEN>
<SET name="ExtendedExclsvPricePlusDiscount" type="vbcurrency">
Entry.ExtendedExclsvPrice + Entry.ExtendedDiscount </SET>
<ROW> Entry.Item.ItemLookupCode "|"
Entry.Description "|" ExtendedExclsvPricePlusDiscount </ROW>
</THEN>
<ELSE>
<ROW> Entry.Item.ItemLookupCode "|"
Entry.Description "|" Entry.ExtendedFullPrice </ROW>
</ELSE>
> thanks worked fine... BUT 2 questions i hope you can help with.
>
> 1. how the heck did you find this How-to item?? I had searched the
> CustomerSource previously & even today but can't find the article.
>
> 2. The instructions worked easily by inserting a "~" and the details are
> suppressed. In my desire to understand is there some material or a course
> to
> take that will educate me on this?
>
> Thanks again for you time/assistance
> --
> Lasting Impressions
>
>
> "Jeff @ Check Point Software" wrote:
>
>> ginop,
>>
>> Try this; http://tinyurl.com/2n9gza
>>
>> Must have access to CustomerSource.
>>
>> --
>>
>> Jeff
>> Check Point Software
>>
>> =====================================================
>>
>> You must be using Outlook Express/Windows Mail or some other type of
>> newsgroup reader to
>> see and download the file attachment(s). If you are not using a reader,
>> follow
>> the link below to setup Outlook Express. Click on "Open with newsreader"
>> under the MS Retail Management System on the right.
>>
>> http://tinyurl.com/75bgz
>> =====================================================
>>
>> when we sell a kit we are creating a 40 col receipt as well as a full
>> page.
>> We reprint the full page invoice for on-Account customers, but we wish
>> to
>> suppress the details of the kit item details included. Can this be
>> done?
>> --
>> Lasting Impressions
>>
|