Menu

SiGeFi / News: Recent posts

SiGeFi v0.3.5 released

What's new in this version?

- Keeps a backup of the project when open.
- Saves the position of the main window.
- Finished config structure polishing.
- Added a dirty flag in the Controllers.
- Added shortcuts
- The GUI now asks to confirm if modifications will be lost.
- The persisted data is now compressed (gzip compatible).
- Implemented the Core Wrapper, for logging and interception of core exceptions.
- Fixed some docs.
- Added methods to the Controllers (needed by the GUI).
- Created a more complex demo project.
- Created the vVerPrestamos window.
- Now gettext() is integrated in the GUI
- Parent accounts show their childs' balances total.
- The account name can be changed directly from the account tree.... read more

Posted by Facundo Batista 2006-02-26

SiGeFi v0.3.4 released

What's new in this version?

- Implemented the New Currencies, New Loans and Interests administration (including creation) windows.
- Full functionality to the 'File' menu.
- Added the toolbar.
- Refactored the whole configuration structure.
- Added other demo with movements in a parent account.
- Several bugfixes and small improvements (including support for 800x600 resolution!)

See roadmap.txt to find out the milestone for each version, and TODO.txt for more detail.... read more

Posted by Facundo Batista 2006-01-12

SiGeFi v0.3.3 released

What's new in this version?

- Finished one of the more important windows of the system: vIngAsientos, for creating new entries.
- Almost finished vAdmMonedas, the window where we can manage the different currencies.
- Kept polishing the whole interface.

See roadmap.txt to find out the milestone for each version, and TODO.txt for more detail.

Be aware that most of the documentation is not translated yet, it's only in Spanish.... read more

Posted by Facundo Batista 2005-11-16

SiGeFi v0.3.2 released

What's new in this version?

Changes to the Core:
- Refactored controller for the new Persistence architecture.
- Found (and corrected) a bug related to the exchange rate in Monto's logic.
- Corrected bug with account's imputable property.
- Changed Cuenta syntax
- Now we store the entries in the Controller in chronological order.

Changes to the GUI:
- Made the Entries Report panel (full with its control panel).
- Created the DateSelector widget
- Created the validation framework (through a ValidationSupervisor object).
- Removed some black magic, now the GUI behaviour is better even with less tweaking.... read more

Posted by Facundo Batista 2005-08-06

SiGeFi v0.3.1 released

What's new in this version?

GUI:
- Main window, with the full menu structure.
- Opening of a database and accounts' tree loading.

Internal changes:
- Specified the start-up procedure.
- Implemented consistency controls in the Persistence layer.
- Bugfixing (mainly with exchange rates constraints).

Created a "demo" application that shows how to work with the core by hand,
useful as documentation, and allows to create datasets for GUI testing.... read more

Posted by Mariano Draghi 2005-04-09

SiGeFi v0.3 released

What's new in this version?

Functionality change:
- Added the LoanChecker, a programmable asynchronous alert that verifies the loans due date.

Internal changes:
- Ended the docstrings, and generated the classes documentation using epydoc (that soon will be published in the web as part of its content).
- Translated all the code texts to English, and did the gettext integration, so now SiGeFi is multilanguage (so far we have English and Spanish only).
- Bugfixing.... read more

Posted by Mariano Draghi 2005-02-19

Decimal data type for Python - final 2.4 version

This is the decimal.py module distribution for Python 2.3 (decimal will be included in Python 2.4). Decimal is the implementation of a decimal data type, with bounded precision and floating point. With decimal-1.2, it's included the decimal.py version released in Python 2.4 final.

Here is the module packaged separately, for you to be able to install the Decimal module in your Python 2.3 (and even run the tests) without further effort. There're .tar.gz, .rpm and .exe installers for you to choose according to your platform and taste. ... read more

Posted by Facundo Batista 2004-12-22

Decimal data type for Python

This is the decimal.py module distribution for Python 2.3 (decimal will be included in Python 2.4). Decimal is the implementation of a decimal data type, with bounded precision and floating point.

Here is the module packaged separately, for you to be able to install the Decimal module in your Python 2.3 (and even run the tests) without further effort. There're .tar.gz, .rpm and .exe installers for you to choose according to your platform and taste.... read more

Posted by Facundo Batista 2004-09-23

SiGeFi 0.2 released

SiGeFi is a Financial Management System, with focus in the needs of the administration of the money in each personal life and house. It's written in Python, so it'll run in every system that supports Python.

We are in Alpha status! (ohmmmmm...)

This is because we finished with all the modules and their unit tests, so
we shouldn't have functionality changes in the future.

Functionality change:
- Added the posibility of checking a transaction as already controlled (e.g.
against a bank statement).... read more

Posted by Mariano Draghi 2004-09-01

New bugfix release

We've included two files: one with the full project, and other with the code only (much smaller!). We've translated the roadmap, README, TODO, etc.

Posted by Mariano Draghi 2004-06-19