AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Ledger - Keep track of your finances

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
wooly_sammoth



Joined: 12 May 2009
Posts: 634
Location: Gloucester UK

PostPosted: Mon Feb 15, 2010 3:52 pm    Post subject: Ledger - Keep track of your finances Reply with quote

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
View user's profile Send private message Visit poster's website
doyle



Joined: 14 Nov 2007
Posts: 325
Location: London, England

PostPosted: Tue Feb 16, 2010 12:56 pm    Post subject: Reply with quote

Wow.

So cool.
Back to top
View user's profile Send private message Visit poster's website
wooly_sammoth



Joined: 12 May 2009
Posts: 634
Location: Gloucester UK

PostPosted: Tue Feb 16, 2010 1:42 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
luffy



Joined: 11 Mar 2010
Posts: 177
Location: glendale, az

PostPosted: Thu Mar 11, 2010 7:24 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
wooly_sammoth



Joined: 12 May 2009
Posts: 634
Location: Gloucester UK

PostPosted: Thu Mar 11, 2010 2:16 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Guest






PostPosted: Sun Mar 14, 2010 4:19 pm    Post subject: Reply with quote

might give it a try, but a screenshot would have been nice
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group