<? include('includes/main.php'); ?>
<? //helpapvendlist.php - copyright 2001 - Noguska - Fostoria, OH 44830
echo '<center><b>VENDOR LISTS</b></center><br>';
echo '<font size="-1"><i>Creates lists, mailing labels, spreadsheet-compatible files of vendors.</i><br><br>
<b>CSV LIST:</b> Produces a spread-sheet compatible .CSV (comma separated variable) file on disk that can then be called into a spreadsheet program to sort, etc.<br><br>
<b>VENDOR LIST (Order From):</b> Vendor List (to the screen) showing the order-from name and address.<br><br>
<b>VENDOR LIST (Pay To):</b> Vendor List (to the screen) showing the pay-to name and address.<br><br>
<b>MAILING LABELS (Order From):</b> Creates vendor mailing labels using the order-from name and address.<br><br>
<b>MAILING LABELS (Pay To):</b> Creates vendor mailing labels using the pay-to name and address.<br><br>
'?>
<? include('includes/footer.php'); ?>