| View previous topic :: View next topic |
| Author |
Message |
wooly_sammoth
Joined: 12 May 2009 Posts: 634 Location: Gloucester UK
|
Posted: Mon Feb 15, 2010 3:52 pm Post subject: Ledger - Keep track of your finances |
|
|
I am useless at keeping track of my money.
My bank often doesn't show the actual amount of money that I have in my account so I end up spending money I don't have.
To help I created Ledger.
If you input what you spend each day into Ledger it will display your balance as well as your available balance. These are based on the balance of your bank account which is recorded when Ledger is run for the first time.
The available balance takes into account any overdraft facility you have as well as any cash you have in your pocket. This means that it gives you a real view of how much money you have.
You can also put details of any debts into Ledger. When you add a spending transaction with the same name as the debt, the transaction amount is deducted from the debt so that you can always see how much you owe (useful for credit cards etc.)
Ledger can also keep track of bills. If you have a regular bill which is paid by monthly Direct Debit, Ledger will automatically deduct that amount from your balance on the specified day.
Any transaction, debt or bill can be double clicked and edited or deleted
Ledger.ahk
(Thanks Titan)
(My mum expressed an interest in having a copy of Ledger so the GUI is built with her in mind ie. the font size is big)
Last edited by wooly_sammoth on Tue Feb 16, 2010 1:54 pm; edited 1 time in total |
|
| Back to top |
|
 |
doyle
Joined: 14 Nov 2007 Posts: 325 Location: London, England
|
Posted: Tue Feb 16, 2010 12:56 pm Post subject: |
|
|
Wow.
So cool. |
|
| Back to top |
|
 |
wooly_sammoth
Joined: 12 May 2009 Posts: 634 Location: Gloucester UK
|
Posted: Tue Feb 16, 2010 1:42 pm Post subject: |
|
|
Thank you very much. Glad you like it and I hope you are finding it useful.
You may want to re-download, there was a > which should have been a >= in one equation which was causing the balance to be displayed incorrectly in later months.
There was also a stray 'D' in a parsing loop which may have caused the wrong transaction type to be displayed when the transaction had been double clicked for editing |
|
| Back to top |
|
 |
luffy
Joined: 11 Mar 2010 Posts: 177 Location: glendale, az
|
Posted: Thu Mar 11, 2010 7:24 am Post subject: |
|
|
when i copy pasted this to notepad it said i needed to put it in unicode. i don't know why, but i did. then when i double clicked it i got this error:
Error at line 1
Line Text: yp;
Error: This line does not contain a recognized action.
the program will exit.
the "yp" was all funny looking though, it had a sideways : over the "y" and the "p" was funny looking, almost like a "b"
****edit!!!****
i re-saved it as "UTF-8" and that fixed it for some reason. i have no idea why.... can some one explain for me please? |
|
| Back to top |
|
 |
wooly_sammoth
Joined: 12 May 2009 Posts: 634 Location: Gloucester UK
|
Posted: Thu Mar 11, 2010 2:16 pm Post subject: |
|
|
| It was written as UTF-8 so should be kept as that. Not sure why the Unicode message came up. Maybe someone else will have experienced the same thing and will know why |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Mar 14, 2010 4:19 pm Post subject: |
|
|
| might give it a try, but a screenshot would have been nice |
|
| Back to top |
|
 |
|