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