home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / homecook / garage.zip / GARAGE.HLP < prev    next >
Text File  |  1993-07-18  |  10KB  |  200 lines

  1.  
  2.   Garage Sale Manager (GARAGE.EXE) write or updates each
  3.   record to disk as needed.  This means your data is safe
  4.   from accidental loss due to power failure, computer mal-
  5.   function, or children.  Only the transaction in progress
  6.   could possibly be lost from unexpected termination of
  7.   the program.
  8.  
  9.   THE MENU SYSTEM:
  10.  
  11.   The Main Menu is a horizontal bar at the top of the main
  12.   window.  The choices on it are SELL ITEMS OWNER PRINT HELP
  13.   and QUIT.  The first choice on a menu is always the default,
  14.   so we have tried to place the most frequently used options
  15.   first on all menus.
  16.  
  17.   SELL:  This is the choice you will use during the garage
  18.   sale itself to record the sale of items and print receipts
  19.   for your customers.  You may enter the customer's name, but
  20.   that is not required.  It defaults to "Cash."  The sales
  21.   window displays a running total of the order in the uppper-
  22.   right corner of the screen.  Enter the item number of the
  23.   item from the label on the item.  The item description is
  24.   displayed for confirmation.  Next enter the quantity to
  25.   be sold of this item.  You may not enter more than the
  26.   amount shown as available in the top portion of the win-
  27.   dow.  If there is none of this item available, you will be
  28.   notified and prompted for a different item.  If the item
  29.   displayed is not the correct item, enter a quantity of 0.
  30.   Next, the selling price for the item will appear in an
  31.   editable field.  If you sold the item for the full asking
  32.   price, press ENTER, otherwise enter the actual selling
  33.   price and press ENTER.  That item will be recorded and the
  34.   program will ask you if you have more items to add, with
  35.   the default being yes.  Continue adding items to the order
  36.   until finished.  When the order is complete, the program
  37.   will show you the total and ask for the amount tendered by
  38.   your customer.  It will then calculate the change due and
  39.   ask if you are ready to print the invoice.  If you reply
  40.   "No", the order is cancelled and no sale is recorded.  Say
  41.   "Yes" and the items are marked as sold, the actual selling
  42.   price being captured for each item.  Finally, you will be
  43.   asked if you want to print a receipt for your customer, the
  44.   default being NO.  If you want a receipt, press the right
  45.   arrow and press ENTER, otherwise just press ENTER for the
  46.   default selection.  The screen will clear and be ready for
  47.   another customer.  To exit the SELL function, press ESC
  48.   while at the "Sold To:" prompt, then press ENTER.
  49.  
  50.   ITEMS:  This choice invokes a sub-menu with the following
  51.   options:  ADD ITEM, EDIT ITEM, DELETE ITEM, VIEW ITEMS.
  52.  
  53.       ADD ITEM:  This allows you to add one or more items to
  54.       your list of things for sale.  You have the option of
  55.       printing price labels one by one as you enter new
  56.       items.  If you choose to print labels at this time,
  57.       make sure labels are mounted on your printer and that
  58.       the printer is ready.  If you decline to print labels
  59.       now, you may print them in a batch later by selecting
  60.       from the PRINT menu.  Each new item number is assigned
  61.       automatically.  You type in the description and the
  62.       asking price.  The next field is the quantity offered
  63.       for sale.  The default for new records is 1.  If this
  64.       is correct, just press ENTER, otherwise type the right
  65.       quantity before pressing ENTER.  Just press ENTER in
  66.       the sold price field to leave it 0.  This field is used
  67.       to determine if an item has been sold and may be edited
  68.       later if necessary.  Follow the sold price is the quan-
  69.       tity remaining for sale.  For new adds, this default to
  70.       1 just like the original quantity.  Be sure to change
  71.       this field to the same as the offered quantity for an
  72.       add.  Next is the owner ID.  This is an integer rep-
  73.       resenting the corresponding owner record.  Type it in
  74.       and press ENTER if you know it.  If you do not remember
  75.       the number, just press ENTER and a pop-up window will
  76.       let you select from a scrolling list of owner names.
  77.       Now you will be asked if the labels have already been
  78.       printed for this item.  This defaults to No.  If you do
  79.       not wish to print any labels for this item, now or later,
  80.       change it to Yes.  Finally, if you indicated that you
  81.       wanted to print labels during the item add, and if you
  82.       left the labels printed flag for the item as No, you
  83.       will be asked if you want to print the label(s) for the
  84.       item now.  The default is Yes.
  85.  
  86.       EDIT ITEM:  This works identically to the ADD ITEM
  87.       choice, except that you must enter the item number
  88.       rather than having a new one assigned.  No label print
  89.       is offered during the edit function.  If you need to
  90.       reprint labels, use edit to change the labels printed
  91.       flag for the desired items to No, then use the Print
  92.       Menu to select Item Labels.
  93.  
  94.       DELETE ITEM:  This choice prompts for an item number,
  95.       displays that item, and asks if it is OK to delete.
  96.       It does not actually delete the record...to do so
  97.       would disrupt the item numbering.  Instead it clears
  98.       all fields associated with that record to zeros or
  99.       spaces.  Use this choice with care.  It would be much
  100.       better to use the EDIT ITEM choice to replace the con-
  101.       tents of a record with another item than to leave an
  102.       "empty" record in the middle of your file.
  103.  
  104.       VIEW ITEMS:  This builds a temporary file of your items
  105.       in a format edited for display, then scrolls that file
  106.       in a pop-up window.  Standard, intuitive keys scroll
  107.       the window, up and down arrows, page up, page down, home
  108.       and end.  Use the ESCape key to end the display.
  109.  
  110.   OWNERS:  This choice invokes a sub-menu with the following
  111.   options:  ADD OWNER, EDIT OWNER.
  112.  
  113.       ADD OWNER:  Use this choice to add the name of a person
  114.       owning items offered in your garage sale.  The only data
  115.       required is their name and initials.  The owner number
  116.       is assigned by the program.
  117.  
  118.       EDIT OWNER:  Like the EDIT ITEM, this choice prompts you
  119.       for the record number, then displays the data for change
  120.       on a screen identical to the ADD screen.
  121.  
  122.   PRINT:  This displays a sub menu offering a choice of print
  123.   options:  ITEM LIST, ITEM LABELS, SALES REPORTS, WORKSHEETS.
  124.  
  125.       ITEM LIST:  This is a complete list of items in your
  126.       file, including the owner initials, asking price, and
  127.       status of the item (unsold, sold for $$$).  It provides
  128.       a count of items and a total on the asking prices of
  129.       them.
  130.  
  131.       ITEM LABELS:  Prints item labels in a batch for the
  132.       entire file.  The program uses Avery 4410 or equivalent
  133.       labels.  These are the common 3 1/2" x 15/16" 1-wide
  134.       fan-fold labels you can find anywhere.  Each label has
  135.       the item number, the initials of the owner, the des-
  136.       cription, and the asking price.
  137.  
  138.       SALES REPORTS:  This prints two sales reports.  The
  139.       first lists only sold items.  It is an overall report
  140.       with totals.  The second report is actually a series
  141.       of reports.  One is printed for each person in the
  142.       owner file, showing ALL of their items, sold or unsold,
  143.       along with the selling price of the items that sold.
  144.       It has totals for each owner, so you know how much of
  145.       the sale proceeds are due each owner.
  146.  
  147.       WORKSHEETS:  This prints as many pages of blank work
  148.       sheets as you request.  Use these to record the items
  149.       you want to sell as you tour your attic, basement or
  150.       garage.  Print at least as many worksheets as there
  151.       are persons owning items in the sale.  Use a separate
  152.       worksheet for each person.
  153.  
  154.   HELP:  Displays an on-line help file similar to this docu-
  155.   mentation.  Use the up and down arrows, page up, page down,
  156.   home and end keys to scroll the file.  Press ESCape to end
  157.   the help display.
  158.  
  159.   QUIT:  Terminates the program.  It displays a confirmation
  160.   menu to ask if you really do want to quit.  If you say "No"
  161.   the program returns to the main menu.  If you say "Yes,"
  162.   all loaded data is saved and the program ends.
  163.  
  164.   USING THE PROGRAM:
  165.  
  166.   The first step is to add the owner records.  These will
  167.   be needed when adding items.  Select ITEM from the main
  168.   menu, then ADD OWNER from the sub-menu.
  169.  
  170.   Now print worksheets if you choose to use them, and look
  171.   through your trash and treasures for the things you want
  172.   to sell.
  173.  
  174.   Next, add your items.  Select ITEM from the main menu,
  175.   then ADD ITEM from the sub-menu.  Each item is assigned
  176.   the next number is sequence.   If you wish, you may print
  177.   labels singly as you add items.  This may be helpful if
  178.   you have several people helping organize.  One can enter
  179.   items, another can peel off the labels and apply them to
  180.   the items.
  181.  
  182.   When your items are all entered, print an item list by
  183.   selecting PRINT from the main menu, then ITEM LIST from
  184.   the sub-menu.
  185.  
  186.   Check over your data entry for accuracy.  When you are
  187.   satisfied, print the labels for your sale items by
  188.   picking ITEM LABELS from the PRINT menu (if you did not
  189.   print them during the add item phase).
  190.  
  191.   Set up your computer in a convenient location during the
  192.   sale to record your sales and (optionally)print receipts.
  193.   The SELL item is the first (default) item on the main menu.
  194.   You will need to connect your printer if you want the option
  195.   of printing a receipt for your customers.
  196.  
  197.   When the garage sale is over, use the SALES REPORT option
  198.   on the PRINT menu to tally your sales and divide the
  199.   proceeds between the participants in the sale.
  200.