home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / applicat / 9761 < prev    next >
Encoding:
Text File  |  1993-01-04  |  2.1 KB  |  48 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!think.com!rpi!news.ans.net!nynexst.com!clare
  3. From: clare@nynexst.com (Clare Chu)
  4. Subject: Re: Home budgeting program requested!
  5. Message-ID: <1993Jan4.143111.7729@nynexst.com>
  6. Sender: news@nynexst.com (For News purposes)
  7. Organization: Nynex Science and Technology
  8. References: <19102@mindlink.bc.ca>
  9. Date: Mon, 4 Jan 93 14:31:11 GMT
  10. Lines: 36
  11.  
  12. >>
  13. >> >   Personally, I can't fathom why anyone would use a computer to do Home
  14. >> >Finances. As Dave Barry said, you type in how much money you make and
  15. >> where
  16. >> >you spend it, and (stay with me on this!) it tells you how much money you
  17. >> >made and where you spent it. I use a calculator.
  18. >
  19. >    (Remember, this is all Personal Opinion)
  20. >    Yes, I do all that, and more, in my consulting business. I use a
  21. >spreadsheet to do it. Why? Because packaged programs never seem to suit my
  22. >needs (Which seem to change every month).
  23. >    This is the classic argument of buying vs building. If you do it
  24. >yourself: 1. You know exactly what the program does, 2. it does exactly what
  25. >you want it to , and 3. if it doesn't, you can change it.
  26. >    In the Early Years of personal computing, just about everyone wrote their
  27. >own programs. Now, nobody does. I can whip up an elementary Home Budget on a
  28. >spreadsheet in about 10 minutes. Why should I buy a package?
  29. >
  30.  
  31.   Besides, with a spreadsheet, you can whip up ARexx macros and
  32.   link them to cells to make calculations that aren't available.
  33.   I'm doing this with a Schedule D form for FIFO sales of mutual
  34.   fund shares.  You enter into a cell the amount of shares
  35.   sold, that it is FIFO, and then instruct ARexx to go back
  36.   and look at the amount of shares bought first, update
  37.   the gains, losses, and fill in the Sold column until the
  38.   shares sold == first shares bought (might be several lines
  39.   since I use dollar cost averaging).  This all sounds confusing
  40.   but with ARexx, you can do it, believe me.
  41.  
  42.   You can also do LIFO, or average value of shares throughout
  43.   lifetime method.
  44.  
  45.   With a package, you're stuck to what the developers had in mind.
  46.  
  47.   Good Luck, Clare
  48.