Skip to content

Releases: talesm/orcamento

Version 0.4.1-alpha

04 Mar 10:44
Compare
Choose a tag to compare
Version 0.4.1-alpha Pre-release
Pre-release

Fixed some dll errors.

Version 0.4-alpha

02 Mar 02:23
Compare
Choose a tag to compare
Version 0.4-alpha Pre-release
Pre-release
  • A new and improved model;
  • Some ui tweaks.

Version 0.3-alpha

11 Jul 22:03
Compare
Choose a tag to compare
Version 0.3-alpha Pre-release
Pre-release

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

09 Mar 03:28
Compare
Choose a tag to compare
Version 0.2-alpha Pre-release
Pre-release

New stuff:

  1. Color coded operation;
  2. File management;
  3. CSV export
  4. New file model, without the buggy previous accumulator

Version 0.1.3-alpha

09 Feb 01:15
Compare
Choose a tag to compare
Version 0.1.3-alpha Pre-release
Pre-release

Fixed estimating, now a more realistic sum is done.

The previous version used a simple sum, but it had two downsides:

  1. When you spend more than you estimated it silently ignore it, you had to manually adjust, which is easy to forget.
  2. 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

25 Jan 23:43
Compare
Choose a tag to compare
Version 0.1.2-alpha Pre-release
Pre-release

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

24 Jan 16:58
Compare
Choose a tag to compare
Version 0.1.1-alpha Pre-release
Pre-release

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

24 Jan 16:53
Compare
Choose a tag to compare
Version 0.1-alpha Pre-release
Pre-release

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.