Subject
- Posted on
Payment on Account receipt question
- 04-20-2007
April 20, 2007, 2:42 pm
history of the customer's purchases. Is there a way to limit this
information, as some of my customer's history is quite extensive. Thank you
in advance for your help.
RE: Payment on Account receipt question
be able to add another <for> loop in the section that writes out your history
to have it stop at an arbitrary number. I haven't tried it, but something
like the following, right inside your for loop for history, should work
<set name="HistoryCount " type="vbint">0</set>
<if>
<THEN> ---write out history part ---
<set name="HistoryCount " type="vbint">HistoryCount + 1</set>
</if>
--
William Penberthy
Practice Manager
Scarpa Technology, Inc.
"knightsbridge" wrote:
Site Timeline
- » Clearing a customer's information once selected
- — Next thread in » Point-Of-Sale Software
-

- » unable to default Item tax when adding an item from PO screen.
- — Previous thread in » Point-Of-Sale Software
-

- » Price Levels with Price Entry at POS
- — Newest thread in » Point-Of-Sale Software
-

- » Take all my unrealized capital gains this year?
- — The site's Newest Thread. Posted in » Taxes General Forum
-





