home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / dos / biz / auction / aucgd102.txt next >
Text File  |  1995-10-31  |  12KB  |  269 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. AUCTION Program User's Guide
  10. Version 1.02
  11.  
  12. 23Sep95
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. Copyright 1994, 1995  Stephen J. Slager
  25. INTRODUCTION
  26.  
  27. This program was created with a rather limited intent:  to make the annual
  28. gifts and crafts "Time and Talent" auction of the First Reformed Church of
  29. Cary, NC easier to handle.  It's not particularly elegant.  But it achieves
  30. its purpose fairly well...  most of the important functions needed for a
  31. church or charity auction are included, it isn't too difficult to master
  32. and when things go wrong the program usually recovers (or restarts, if
  33. necessary) gracefully and without losing much of its hard-gained data.
  34.  
  35. There are two executable files, AUCTION.EXE and PRINTLOG.EXE.  The main
  36. program, AUCTION.EXE, will present the user with menu screens to handle
  37. basic auction functions.  It is small, fairly fast and reasonably robust.
  38.  
  39. The PRINTLOG.EXE file has (so far) never been needed.  It will simply print
  40. out the transaction log recorded by the AUCTION program should that program
  41. become unusable for any reason.
  42.  
  43.  
  44. PROGRAM OVERVIEW
  45.  
  46. The AUCTION program implements a straight-forward method of preparing for
  47. and carrying out an auction.  Users of the AUCTION program can:
  48.  
  49. 1. Create and update a numbered list of items to be auctioned, optionally
  50.     including the identity of the individual or business providing the
  51.     item.
  52. 2. Create a list of buyers and assign an identification number to each
  53.     buyer.
  54. 3. Customize headers for Bills of Sale.
  55. 4. Print out a list of auction items for buyers to peruse.
  56. 5. Print out a list of buyers with buyer numbers assigned.
  57. 6. Print out buyer certificates for donated services.
  58. 7. Print out cue cards for use by the auctioneer.
  59. 8. Record auction transactions as the auction proceeds.
  60. 9. Optionally provide for including "silent auction" or "craft table"
  61.     transactions in the Bill of Sale for each buyer.
  62. 10. Print out a Bill of Sale for each buyer who purchases an auction item.
  63. 11. Print out a summary of the proceeds of the entire auction.
  64.  
  65.  
  66. PROGRAM CHARACTERISTICS
  67.  
  68. 1. AUCTION runs in standard DOS mode, in MS Windows DOS windows and in OS/2
  69.     Warp DOS (full-screen).
  70. 2. AUCTION does not provide mouse support.
  71. 3. AUCTION stores its information in four data files (BUYER.DAT,
  72.     AUCTLIST.DAT, SALESLOG.DAT and SETUP.DAT) which will normally need
  73.     to be erased and recreated for each auction.
  74. 4. AUCTION's user interface is line-oriented.  When you are editing a
  75.     record or title, hitting the Enter key will normally retain the
  76.     information displayed.  If you change anything shown on a line, you
  77.     will need to re-type all of the information you wish to save in that
  78.     line.
  79. 5. Most menu screens in AUCTION will permit you to back out to the previous
  80.     level by typing a "9", a "space" or an "Esc".
  81.  
  82.  
  83. GETTING STARTED
  84.  
  85. System requirements:
  86. AUCTION requires an IBM-compatible PC running DOS.  It has been run with
  87. DOS versions 3.20 through 6.0.  It has been used with machines having 512K
  88. of RAM or more, but should be able to run with considerably less RAM if
  89. necessary.  It has been used with b oth monochrome and color monitors.
  90. AUCTION uses only ASCII characters in printing, so it isn't too fussy about
  91. the type of printer that it's directed to use as long as it's attached to
  92. the LPT1:  parallel printer port.
  93.  
  94. Installation:
  95. Nothing fancy -- create the directory you want AUCTION to run from, then
  96. copy AUCTION.EXE and PRINTLOG.EXE to that directory.  Enter "AUCTION" at
  97. the DOS prompt to start the program.  The following sequence would suffice:
  98.    C:> md auction
  99.    C:> cd auction
  100.    C:/AUCTION> copy a:auction.exe
  101.    C:/AUCTION> copy a:printlog.exe
  102.    C:/AUCTION> auction
  103. You can also run AUCTION from a diskette in the A:  drive quite
  104. satisfactorily.
  105.  
  106.  
  107. FIRST TIME SETUP
  108.  
  109. When you first start AUCTION, feel free to poke around a bit.  The main
  110. menu, like most menus in the program, asks you to choose an option by
  111. typing a number.  Doing so will take you to another menu or invoke an
  112. action.
  113.  
  114. To begin setting up for an auction, type "7" and you will see the "Set up
  115. for the coming auction..."  menu screen.  If you've used AUCTION
  116. previously, you'll want to use menu option 1 ("Start everything fresh') to
  117. clear out data records from the previous a uction.  Option 2 ("Erase
  118. records from prior auction") will keep the existing buyer list and the
  119. existing list of auction items intact while erasing the record of actual
  120. auction transactions.  This is very useful for doing practice runs before
  121. an auction.
  122.  
  123. To register as a user of AUCTION, follow the instructions found in option
  124. 4. Use option 5 to edit the identification information which will be shown
  125. on the menu screens and will be printed on Bills of Sale.  Option 9 will
  126. return you to the main menu screen.
  127.  
  128.  
  129. PREPARING A LIST OF ITEMS FOR AUCTION
  130.  
  131. From the main menu screen, option 5 "Add an Item to the auction list" will
  132. provide several functions to create and maintain a list of auction items.
  133.  
  134. Option 1 "Add a NEW item" is the basic tool.  It presents a template of
  135. information fields for the next available item number.  Use the "Enter" key
  136. to move from one field to the next.  If you do not type in new data,
  137. AUCTION will leave the information field unchanged.  If you make a mistake,
  138. press "Enter" repeatedly until you have moved through the rest of the
  139. information fields, type "n" to return to the Item menu screen and then use
  140. option 2 "EDIT and existing item" to enter the correct information.  The i
  141. nformation field "Item type......:"  deserves special mention.  Most items
  142. for auction are objects, but AUCTION allows certificates for services (such
  143. as baby-sitting or yard work) to be auctioned as well.  Type "c" to
  144. identify an item as a Certificate for s uch services.  Type "m" to identify
  145. the item as a Miscellaneous auction item.
  146.  
  147. Option 2 allows you to modify the information for an item already entered
  148. into the auction list.  Type the number of the item to be edited in the
  149. first field and the information for that item will be retrieved.  Press
  150. "Enter" to keep the data originally rec orded and move to the next field.
  151. To change the information in any field, type in all of the information for
  152. that field, then press "Enter".
  153.  
  154. Option 4 will show a summary of the entire list of items for auction.
  155. Option 5 will print out a copy of that list.  Option 7 erases the data file
  156. containing the all of the information entered for the auction item list.
  157.  
  158.  
  159. PREPARING THE BUYER LIST
  160.  
  161. From the main AUCTION menu screen, use option 6 "ADD a Buyer to the auction
  162. list" to create and modify the list of buyers for the auction.
  163.  
  164. Option 1 "Add a NEW buyer" is the basic tool.  It presents a template of
  165. information fields for the next available buyer number.  Use the "Enter"
  166. key to move from one field to the next.  If you do not type in new data,
  167. AUCTION will leave the information fie ld unchanged.  If you make a
  168. mistake, press "Enter" repeatedly until you have moved through the rest of
  169. the information fields, then type "n" to return to the top of the entry
  170. screen to enter the correct information.
  171.  
  172. Option 2 allows you to modify the information for an buyer already entered
  173. into the auction list.  Type the number of the buyer to be edited in the
  174. first field and the information for that buyer will be retrieved.  Press
  175. "Enter" to keep the data originally recorded and move to the next field.
  176. To change the information in any field, type in all of the information for
  177. that field, then press "Enter".
  178.  
  179. Option 4 will show a summary of the entire list of buyers for auction.
  180. Option 5 will print out a copy of that list with all of the identifying
  181. information that has been entered.  Option 7 erases the data file
  182. containing the all of the information entered for the buyer list.
  183.  
  184.  
  185. DURING THE AUCTION
  186.  
  187. From the main menu screen, use option 1 "Auction an item" to record auction
  188. transactions while the auction is in progress.  When you first enter the
  189. auction screen, enter the number of the item being auctioned.  AUCTION will
  190. prompt you for the sale price of the item being auctioned and the prompt
  191. you for the buyer number.  After these have been entered, AUCTION will give
  192. you a chance to verify or re-enter the information (type "n" if the
  193. information is NOT correct).  If the information is correct, press a ny key
  194. except "n".  Another prompt will appear asking whether you wish to
  195. continue; press any key except "n" and you will be prompted with the next
  196. sequential item number.  Type in the number of the next item or press
  197. "Enter" to accept the prompt.  If the quantity of any item is greater than
  198. one, you will be prompted for the same item until all have been sold )or
  199. until you enter a different number).  If you accept the prompt, the price
  200. paid by the previous buyer will be displayed for you to accept or chang e.
  201.  
  202.  
  203. CLOSING AN ACCOUNT
  204.  
  205. Use option 3 "Close an account" from the main menu screen when a buyer is
  206. ready to leave the auction.  Enter the buyer number; you will be prompted
  207. with the buyer's name and asked to verify that this is indeed the account
  208. to close.  AUCTION will present t he sum of all items purchases and provide
  209. an opportunity to add in purchases from "silent auction" or "craft table"
  210. sales if those options were included when setting up for the auction.  When
  211. the totals have been entered, a Bill of Sale will be printed an d AUCTION
  212. will mark the account "Closed".  AUCTION will not allow any further
  213. transactions for that buyer number.
  214.  
  215. NOTE that if the printer is not attached to the parallel printer port, or
  216. is not responding, AUCTION will wait patiently, forever, until the problem
  217. is corrected.  If the problem cannot be corrected, you may have to turn off
  218. your computer to get out of the situation.  If so, know that AUCTION will
  219. retrieve all transactions execpt the one in progress when the program
  220. terminated.
  221.  
  222.  
  223. CLOSING THE AUCTION
  224.  
  225. Use option 4 "Close the entire auction" when all accounts have been closed.
  226.  
  227. Option 1 "Summarize and close the auction" will total the entire auction
  228. receipts, display them and print them out.  It will also give you an
  229. opportunity to register or renew as a user of the program.  All buyer
  230. accounts must be closed before closing the auction; AUCTION will display a
  231. list of unclosed accounts if you try to close the auction before closing
  232. all buyer accounts.
  233.  
  234. Options 3 and 4 enable you to print a copy of the items sold at the
  235. auction, sorted by item number and by buyer number respectively.  These
  236. have proven to be very useful records to retain.
  237.  
  238.  
  239. GENERAL OBSERVATIONS
  240.  
  241. It's a really good idea to make up a short list of auction items and buyers
  242. and to practice with those before getting into a real auction.  Things
  243. happen quickly, often with some confusion, during an auction and you'll
  244. want to be comfortable with AUCTION when that happens.
  245.  
  246. Note that you can add new items and new buyers during the course of an
  247. auction with no ill effects.  You can also close accounts of buyers leaving
  248. early during an auction -- though it helps to have a fast, quiet printer.
  249.  
  250. We hope you find AUCTION useful in achieving your organization's goals.  We
  251. do request that users make an annual donation of $25.00 to the memorial
  252. fund established in memory of the originator "of this program, Paul Kosht.
  253. Checks can be made out to "First Reformed Church - Kosht Memorial Fund" and
  254. mailed to the address shown above.  And, yes, your donation is tax
  255. deductible.  Thank you.
  256.  
  257. For an additional $15.00 registration fee, you may register as a user of
  258. the program.  You'll receive a User's Guide with some potentially useful
  259. information and a 3.5" diskette with the current version of the program or
  260. with the next version (if there ever is one) if you already have the
  261. current version.
  262.  
  263. First Reformed Church of Cary, NC
  264. Kosht Memorial Fund
  265. PO Box 4373
  266. 700 Old Apex Rd
  267. Cary, NC  27511
  268.  
  269.