jueves, 3 de septiembre de 2009

New changes // Nuevos cambios

As I mentioned when I released the version 0.2.3, I'm working in the next release 0.3 of Mufly. I'm doing a lot of changes. The first thing I did was remove the old and unused libraries, then I upgraded all libraries to its latest versions. During this process I also have upgraded hibernate4gwt to Gilead. This is the library that I use to integrate GWT with Hibernate. With this process I have been able to reduce the size of the Mufly.war file from 21.7 MBytes to 17.2 MBytes; not so bad...

I'm also migrating Mufly to use GXT 2.0 instead of GWT native components. You can see a demo of GXT 2.0 here. GXT 2.0 is a wonderful framework to develop GWT RIA without to much effort and in a simple and easy way. I'm learning the framework and trying a lot of examples so I think that the next release of Mufly is going to be delayed at least until Christmas. Even so, I'm going to post the progress of my work.

Stay tuned! :-D

SPANISH
Tal y como conté cuando liberé la versión 0.2.3 de Mufly, estoy trabajando en la próxima versión 0.3 de Mufly. Estoy haciendo muchos cambios. La primera cosa que hice fue eliminar todas las librerías antiguas y no utilizadas. Luego actualicé todas las librerías a sus últimas versiones. Durante este proceso también he actualizado hibernate4gwt a Gilead. Esta es la librería que utilizo para integrar GWT con Hibernate. Con este proceso he conseguido reducir el tamaño del archivo Mufly.war de 21.7 MBytes a 17.2 MBytes; no está mal...

También estoy migrando Mufly a GXT 2.0 en lugar de utilizar los componentes nativos de GWT. Puedes ver una demo de GXT 2.0 aquí. GXT 2.0 es un magnífico framework para desarrollar GWT RIA sin mucho esfuerzo y de una manera simple y sencilla. Estoy aprendiendo a usar el framework y probando muchos ejemplos, por lo que creo que la próxima versión de Mufly se retrasará al menos hasta Navidad. Aún así, seguiré contando el avance de mi trabajo.

¡Permaneced atentos! :-D

domingo, 23 de agosto de 2009

Hide account // Ocultar cuentas

Last week I fixed the bug #20. I've added a new property to accounts to indicate if the account is hidden or not. If you active this flag, the account will only be displayed in Account Manager, but not in the rest of the application. This is useful when you cancel and account. You can't delete it because it has associated transactions, but as the money in the account is zero (or maybe not), you don't want to display the account in the application.
In the screenshots you can see that the account "Account hidden" has the flag activated, so it is not displayed in the rest of the application.



SPANISH
La semana pasada arreglé la incidencia #20. He añadido una nueva propiedad a las cuentas para indicar si la cuenta está oculta o no. Si activas esta propiedad, la cuenta sólo se mostrará en el Gestor de Cuentas, pero no en el resto de la aplicación. Esto es útil cuando das de baja una cuenta. No puedes borrarla porque tiene transacciones asociadas, pero como el dinero es cero (o no), no quieres que se muestre en la aplicación.
En las capturas de pantalla puedes ver que la cuenta "Account hidden" tiene el flag activo, por lo que no se muestra en el resto de la aplicación.

jueves, 13 de agosto de 2009

Comments on transactions // Comentarios en transacciones

I've just committed to the svn the revision 101 that fixes the bug #13.
I've added a new field in the transaction table to store comments on transactions. The new, update, transfer and split forms have a new comment field as you can see in the image. This comment is displayed in a hint when you place the mouse over the transaction description.



SPANISH
Acabo de subir al svn la revisión 101 que arregla la incidencia #13.
He añadido un nuevo campo a la tabla de transacciones para almacenar los comentarios de las mismas. Los formularios de crear, actualizar, transferir y dividir tienen un nuevo campo como puedes ver en la imagen. El comentario de la transacción se muestra en un hint cuando dejas el ratón en la descripción de la transacción.

martes, 4 de agosto de 2009

Mufly-0.2.3 is available // Disponible Mufly-0.2.3

A new version of Mufly is available. The changes implemented in release Mufly-0.2.3 are the following:
- Upgrade Mufly to GWT 1.7.0.
- Fixed bugs #4, #14, #17, #18 and #21.
- As a result of the correction of the bugs #17 and #18, I've implemented two usability options. It is possible to edit a transactions doing double-click on it. And a new contextual menu (which appears doing right-click) has been added with the options: New, Edit, Delete, Split and Transfer.
- New Summary tab with the totals grouped by month and by account.
- The database has not been changed.

I think this is going to be the last 0.2.X release. I'm going to start working on the 0.3 release in which I'm going to refactor some code and add new exciting features. Stay close!.

SPANISH
Una nueva versión de Mufly está disponible. Los cambios implementados en la versión Mufly-0.2.3 son los siguientes:
- Actualización a GWT 1.7.0.
- Arregladas las incidencias #4, #14, #17, #18 y #21.
- Como consecuencia de las incidencias #17 y #18, he implementado dos opciones de usabilidad. La primera en la posibilidad de editar las transacciones haciendo doble-click en ellas. La segunda es un menú contextual (que aparece haciendo click con el botón derecho) con las opciones: Crear, Editar, Borrar, Dividir y Transferir.
- Nueva solapa Resumen con los totales agrupados por mes y por cuenta.
- La base de datos no ha cambiado.

Creo que esta va a ser la última versión de la rama 0.2.X. Voy a empezar a trabajar en la versión 0.3 en la que voy a refactorizar gran parte del código y voy a añadir nuevas características. Permaneced atentos!.

lunes, 20 de julio de 2009

Mufly live demo // Demo de Mufly

Today is a big day for Mufly. A friend has a linux server and he has created a shell account for me. I have installed java, tomcat and deployed Mufly in the server. I have the pleasure to present the Live demo of Mufly.

The demo is available at http://mufly.dyndns.org:8080.

You can test Mufly: create tags, accounts, transactions, transfers, make splits, delete tags, accounts and transfers,... Definitely try Mufly in deep without the need of installing on your own computer MySQL, Tomcat and configure it. Just a few remarks:
- The server is a dual Atom with other process running so sometimes it could be slow, please be pacient.
- As there is no user account login system implemented, all the data is common to all the users, so you can see data that you have not created. Please, try Mufly all you want but don't delete the "master" data.
- Although the server is running 24x7 sometimes the server may be down. Mufly is being monitored but you can contact me at lopez.ivan (at) gmail.com and I will restart the tomcat.

Now, with the demo is easier to you to try Mufly, so please, please, send me some feedback in this blog or at lopez.ivan (at) gmail.com.

Thanks Euti for the server :-D


SPANISH
Hoy es un gran día para Mufly. Un amigo tiene un servidor linux y me ha creado una cuenta para mi. He instalado java, tomcat y desplegado Mufly en el servidor. Tengo el placer the presentaros la Demo online de Mufly.

La demo está disponible en http://mufly.dyndns.org:8080.

Puedes probar Mufly: crear etiquetas, cuentas, transacciones, transferencias, hacer splits, borrar etiquetas, cuentas y transferencias,... Definitivamente, probar Mufly en profundidad sin tener que instalar en tu ordenador MySQL, Tomcat y configurarlo todo. Sólo unos aspectos a tener en cuenta:
- El servidor es un Atom dual con otros procesos corriendo, por lo que a veces puede ir lento, por favor sé paciente.
- Como no hay implementado un sistema de autenticación de usuarios, todos los datos son comunes para todos los usuarios. Así es posible que veas datos que no has creado. Por favor, prueba Mufly todo lo que quieras pero no borres los datos "maestros".
- Aunque el servidor está operativo 24x7, a veces puede fallar. Mufly está monitorizado, pero si algo falla puedes contactar conmigo en lopez.ivan (arroba) gmail.com y reiniciaré el tomcat.

Ahora, con la demo es más fácil probar Mufly, así que por favor, envíame algún comentario en este blog o a lopez.ivan (arroba) gmail.com.

Gracias Euti por el servidor :-D

miércoles, 1 de julio de 2009

Mufly-0.2.2 released // Liberada versión Mufly-0.2.2

I've just tagged the release 0.2.2 of Mufly. The main improvements added since release 0.2.1 are the following:
- Upgraded Mufly to GWT 1.6.4.
- Added support for Czech language (Thanks ChT).
- Improved the management of the ClickHandler. Now only one handler is created per class instead one for every object.
- Fixed bugs #3, #5, #7, #8 and #9.
- Changed the component to manage the tags when creating a transaction (of course when editing, spliting and doing a trasfer) to a more usable one.
- The database has not been changed.

SPANISH
Acabo de etiquetar la versión 0.2.2 de Mufly. Las principales características añadidas desde la versión 0.2.1 son:
- Actualización a GWT 1.6.4.
- Añadido el idioma Checo (gracias ChT).
- Mejorada la gestión de los ClickHandlers. Ahora sólo se crea un handler por clase en lugar de uno por objeto.
- Arreglados los bugs #3, #5, #7, #8 y #9.
- Cambiado el componente para administrar las etiquetas durante la creación de una transacción (y por supuesto cuando editamos, hacemos un split y una transferencia) por uno más usable e intuitivo.
- La base de datos se mantiene sin cambios.

martes, 30 de junio de 2009

New Tag widget // Nuevo componente para las Etiquetas


I've changed the widget to manage the tags in the transactions. After looking for a new widget and trying some of them, finally I found one that is perfect for me. After changing the code and adding some methods to set the tags by code after reading them from the database and to clear all the tags, I finally finished the work.
The widget is like the autocomplete in facebook and it allows to manage the tags associated to a transaction in an easy way.

I hope you like it!.

SPANISH
He cambiado el componente para administrar las etiquetas en las transacciones. Después de buscar uno nuevo y probar algunos, finalmente encontré uno que es perfecto. Después de cambiar el código y añadir algunos métodos para escribir las etiquetas por código después de leerlas de la base de datos y para borrar todas las etiquetas, terminé el trabajo.
El componente es similar al de autocompletado de facebook y permite manejar las etiquetas asociadas a una transacción de una manera sencilla.

Espero que os guste!.