home *** CD-ROM | disk | FTP | other *** search
- echo off
- ansiclr
- cls
- echo.
- echo 1 - Inquire / Update Inventory = This function will allow you to change info-
- echo rmation about a specific inventory item like cost price, description or quant.
- echo.
- echo 2 - Enter Inventory Transactions = This function is used to enter a new item
- echo into inventory. You must enter the Make and Model name or number. All inv-
- echo entory records are searched by either Make or Model. You can use function 1
- echo to add more information later if not known now.
- echo.
- echo 3 - Enter Inventory Control Transactions =
- echo 4 - Inquire Update Inventory Control Transactions =
- echo.
- echo All other reports are printed reports, be sure to sellect correct printer be-
- echo fore selecting report output.
- echo.
- echo A - Print Control Price Book
- echo B - Print Sale Counter Price Book
- echo C - Print Physical Count Sheet
- echo D - Print Inventory Valuation Report
- echo E - Print Item Stock Status Report
- echo F - Print Purchase Advice Report
- echo.
- echo.
- pause
-