I haven't had much time for programming recently, so this is a good excuse to get back into it. It's only small, but I'm only a beginner
A bit of background: In Australia, all businesses have to charge 10% GST (tax) on goods and services. I work as a carpenter so I have to account for it.
I do all my accounts in an Access database since I like to do things manually for full control, and when entering data, I have to calculate the GST component. There is probably a way to get this done automatically BUT I want to do it my way.
Pledge:
I want a small app that will background monitor all keystrokes, if there is a series of numerals followed by TAB, it will display the GST component in a discreet manner. It will stay on to to allow it to be entered in if needed, and will dissappear on TAB.
Should include a settings dialoge to allow position of pop up answer, and a few other things.