home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / WAGES101.ZIP / WAGES.DOC < prev    next >
Text File  |  1993-12-01  |  5KB  |  133 lines

  1.                              -=< WAGES.DOC >=-
  2.  
  3. Wages - FREE Wage Calculator
  4. Copyright 1993 William L. Gerrard, All Rights Reserved.
  5. Released by Digital Daze Software - Internet E-Mail: DigitalDaz@aol.com
  6.  
  7. CONTENTS -
  8.         FREEWARE
  9.         DISCLAIMER
  10.         VERSION HISTORY
  11.         INTRODUCTION
  12.         USING THE PROGRAM
  13.         CONTACTING THE AUTHOR
  14.         FUTURE VERSIONS
  15.         DIGITAL DAZE SOFTWARE
  16.  
  17. FREEWARE -
  18.  
  19. Wages has been released as FREEWARE, feel free to give copies to your
  20. friends and upload to you favorite BBS.  However, keep in mind that no fee
  21. may be charged for this program and both the program executable and
  22. documentation must be distributed together.  All rights are retained by
  23. William L. Gerrard and Digital Daze Software.
  24.  
  25. DISCLAIMER -
  26.  
  27. I have not added much error checking, so if you feed it bad input, you
  28. will get bad output.  William L. Gerrard and Digital Daze Software are
  29. NOT responsible for ANY damages that may arise out of the use or misuse of
  30. this software.  YOU HAVE BEEN WARNED.
  31.  
  32. VERSION HISTORY -
  33.  
  34.         v1.00 - Initial Release
  35.         v1.01 - Added commas to thousands positions in output display.
  36.                 Added new Money() function - an easier and more standard
  37.                 way to display a "money" value--this is used in the NEW 
  38.                 Windows version (see FUTURE VERSIONS section below)
  39.  
  40. INTRODUCTION -
  41.  
  42. Wages was written because my wife is paid a monthly salary and she wondered 
  43. how much she made an hour.
  44.  
  45. Wages will calculate Hourly, Weekly, Monthly, and Yearly wages based on
  46. an input wage of any one of the above wages.  Wages reports values that are
  47. approximated to the nearest penny.  A range of wages can also be displayed.
  48. This may be helpful for someone seeking employment.  When you are asked by
  49. a potential employer if you would except $2000 a month and you currently
  50. make $12.00 an hour, you could quickly print of a chart of wages and would
  51. see that at you current rate of $12/hour, you are making $2080/month.
  52.  
  53. USING THE PROGRAM -
  54.  
  55. Using Wages is simple, just tell it what type of wage you are entering
  56. and the amount, and wages will quickly compute the rest for you.
  57.  
  58. To see what a monthly wage of $2,000 is in hours, you would enter...
  59.         
  60. C\> wages m 2000
  61.  
  62. and wages would respond with...
  63.  
  64. Monthly wage entered is 2,000.00
  65.  
  66.   ---Hourly---   ---Weekly---  ---Monthly---   ---Yearly---
  67.          11.54        461.54        2,000.00      24,000.00
  68.  
  69. To get a range of wages from $10 to $12, incremented by 50 cents...
  70.  
  71. C\> wages h 10 12 .5
  72.  
  73. Hourly wage range entered is 10.00 through 12.00        
  74. Increment value is 0.50         
  75.  
  76.   ---Hourly---  ---Weekly---   ---Monthly---   ---Yearly---
  77.          10.00        400.00        1,733.33      20,800.00
  78.          10.50        420.00        1,820.00      21,840.00
  79.          11.00        440.00        1,906.67      22,880.00
  80.          11.50        460.00        1,993.33      23,920.00
  81.          12.00        480.00        2,080.00      24,960.00
  82.  
  83. CONTACTING THE AUTHOR -
  84.  
  85. You can contact the author in any of three ways...
  86.  
  87. 1) Send a letter via the U.S. Postal Service to:
  88.  
  89.         Digital Daze Software
  90.         Attn. William L. Gerrard
  91.         P.O. Box 6511
  92.         Huntington Beach, CA  92615  USA
  93.  
  94. 2) On the Internet send E-mail to DigitalDaz@aol.com
  95.    
  96. 3) On America Online send mail to screen name DigitalDaz
  97.  
  98. When writing, be sure to include the program name, version and date (all of
  99. which are displayed when running the program)
  100.  
  101. Feel free to send questions, comments, or suggestions on making this program
  102. better or suggestions for future FREE and SHAREWARE programs.
  103.  
  104. FUTURE VERSIONS -
  105.  
  106. First of all, v1.01 of Wages is written in 100% ANSI standard C.  It can be
  107. easily ported to any computer platform that supports the ANSI standard.
  108.  
  109. Since it is entirely standard C, it lacks bells & whistles, mainly a nice
  110. user interface with color and graphics.
  111.  
  112. I may release a DOS version with nice, pretty colors and graphics in the
  113. future depending on feedback I get from YOU, the user.  
  114.  
  115. News Flash!  A Windows version of Wages will be released soon!  I have
  116. standardized some of the code in the DOS version that Windows didn't like.
  117. This will make a DOS AND Windows version easier to maintain.  
  118.  
  119. DIGITAL DAZE SOFTWARE -
  120.  
  121. Look for other free and shareware DOS and Windows programs coming soon
  122. to your local online hangout.
  123.  
  124. To get on the Digital Daze Software electronic mailing list called the
  125. "Infolist" (Program announcements, updates, and other info), send Email
  126. to the Internet address listed above.  OF COURSE, YOU NEED AN INTERNET
  127. ADDRESS OF YOUR OWN TO RECEIVE THE INFOLIST.
  128.  
  129. Thank You for trying a Digital Daze Software product!
  130.  
  131.                           -=< END OF WAGES.DOC >=-
  132.  
  133.