| | $Id: 2-HowToUse.txt,v 1.3 2001/07/17 21:13:27 tundra Exp $ |
---|
| | $Id: 2-HowToUse.txt,v 1.4 2002/09/04 23:29:21 tundra Exp $ |
---|
| | |
---|
| | HOW TO USE HB |
---|
| | ============= |
---|
| | |
---|
| |
---|
| | You then have to make one edit to the hb.py file and tell it where |
---|
| | it can find its budget files. At the top of the program a very few |
---|
| | variables that users should change. You'll see something like this: |
---|
| | |
---|
| | BASEDIR = "./" |
---|
| | BASEDIR = getenv("HOME") + "/" |
---|
| | BUDFIL = "hb.txt" |
---|
| | |
---|
| | This says that the directory which holds HB budget files is the |
---|
| | current directory, and the default budget files is called 'hb.txt' |
---|
| |
---|
| | there is not one, the feature will not appear on the toolbar. |
---|
| | |
---|
| | <C>redit Add funds to an account. |
---|
| | |
---|
| | <D>ebit Remove funds from an account. |
---|
| | <D>ebit Remove funds from an account. If you just hit Enter, HB |
---|
| | understands this to mean you want to debit the entire |
---|
| | current balance - i.e. Set the account to 0. |
---|
| | |
---|
| | <L>oad Load a new budget. If you just hit Enter at the prompt, |
---|
| | it will reload the budget you are working on. |
---|
| | |
---|
| |
---|
| | |