Releases: talesm/orcamento
Version 0.4.1-alpha
Fixed some dll errors.
Version 0.4-alpha
- A new and improved model;
- Some ui tweaks.
Version 0.3-alpha
Some very needed interface improvements and a minor model extension:
- Line colors less carnival, more intuitive;
- Filtering feature;
- Ordering Feature;
- Undo / Redo support.
The project build also was changed to CodeLite, instead of Code::blocks. This makes the development a little easier through better code completion support and slight better visual form builder (wxCrafter).
Version 0.2-alpha
New stuff:
- Color coded operation;
- File management;
- CSV export
- New file model, without the buggy previous accumulator
Version 0.1.3-alpha
Fixed estimating, now a more realistic sum is done.
The previous version used a simple sum, but it had two downsides:
- When you spend more than you estimated it silently ignore it, you had to manually adjust, which is easy to forget.
- If you receive more than expected, same thing would occur.
So it's better using the accounted as estimated when the absolute accounted value is larger than the absolute estimated value.
Version 0.1.2-alpha
Version 0.1.2-alpha
Welcome to the initial release of OrcaMento, a small app to manage personal finances.
It works using a very simple model, where each month is a budget that contains estimates, your credits and debts. When a budget is created, it is in plan mode, you can create, edit and delete freely. Then, when time's come, you execute it and can add executions, the money you actually paid/received. A estimate can have multiple execution, witch allow you to define generic estimates (like "Trashfood" money, party money and so on). Each execution run in a Wallet, that is any money container, as your pocket, purse, bank account, credit card and so on. An estimate can even be executed on multiple wallets!
This is first ready to use version, with small error correction from un-pushed code. It may have some uncaught bugs, so I marked it as alpha. This is a small patch to solve a wrong signal put on "remaining" column and indicators. Also a delete execution button was put, as it was already implemented on the database. The development cycle is in beginning, so it will never be beta or released, nor other 0.1.x-alpha will be done unless a Very Big Ugly Bug appears. Instead I will focus on the next version.
The binaries bellow are both for windows. If you use Linux or Mac you will have to build yourself (sorry!). Both files contain the same files, the only difference is that the .exe version is self-extracting and a little bigger because of that.
Version 0.1.1-alpha
Version 0.1.1-alpha
Welcome to the initial release of OrcaMento, a small app to manage personal finances.
It works using a very simple model, where each month is a budget that contains estimates, your credits and debts. When a budget is created, it is in plan mode, you can create, edit and delete freely. Then, when time's come, you execute it and can add executions, the money you actually paid/received. A estimate can have multiple execution, witch allow you to define generic estimates (like "Trashfood" money, party money and so on). Each execution run in a Wallet, that is any money container, as your pocket, purse, bank account, credit card and so on. An estimate can even be executed on multiple wallets!
This is first ready to use version, with small error correction from un-pushed code. It may have some uncaught bugs, so I marked it as alpha. The development cycle is in beginning, so it will never be beta or released, nor other 0.1.x-alpha will be done unless a Very Big Ugly Bug appears. Instead I will focus on the next version.
The binaries bellow are both for windows. If you use Linux or Mac you will have to build yourself (sorry!). Both files contain the same files, the only difference is that the .exe version is self-extracting and a little bigger because of that.
Version 0.1-alpha
Version 0.1-alpha
Welcome to the initial release of OrcaMento, a small app to manage personal finances. It works using a very simple model, where each month is a budget that contains estimates, your credits and debts. When a
This is first ready to use version. It may have some uncaught bugs, so I marked it as alpha. The development cycle is in beginning, so it will never be beta or released, nor other 0.1.x-alpha will be done unless a Very Big Ugly Bug appears. Instead I will focus on the next version.
The binaries bellow are both for windows. If you use Linux or Mac you will have to build yourself (sorry!). Both files contain the same files, the only difference is that the .exe version is self-extracting and a little bigger because of that.