<-- Back to Projects
Expense Calculator
(x86 and x64)
Copyright ©2006 Jacob Stephenson
This program allows you to make a simulation of the account balance of your bank account over time. Input into the "Items" page anything that you will need to have taken into account. Use the "Item" page to add or edit items. Then go to the "Calculate" page to run the simulation. The program will list any times that your account will be over-drafted and then displays the final account balance as well as the amount that would need to be added in order to avoid any over-drafting, or, if the account does not overdraft, will display the lowest balance that occurs. PLEASE NOTE: The amount shown for each overdraft assumes that the account will be restored to a 0 balance before continuing. In the example screen-shot, the account will be fine until 10/18. If the starting balance were $45 higher, the account would be fine until 5/23, when the account would need $20.17 MORE than what it needed before ($45 + $20.17 = $65.17)
Permission is hereby granted, free of charge, to any person obtaining a copy of this Software, to deal in the Software without restriction, including the rights to use and copy the Software, but THIS PROGRAM CANNOT BE SOLD.
The above copyright notice, this permission notice, and the disclaimer below shall be included in all copies of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Current Version: 1.3.2
-Known Bugs: (to submit a bug, thealliedhacker@yahoo.com subject:"Expenses Bugs")
-ToDo:
- Convert save file to XML
- Possibly add a graph of the account balance