Insert Coins For Android
========================
author: Luis Gentil Alperiz
version: 2.1 beta
filename: InsertCoins4Android.py
Project site: http://sourceforge.net/projects/insertcoins/
30 junio 2011.
--------------------------------------
(english translation at bottom).
--------------------------------------
Cuenta monedas de Euro (colectas, caja, recaudaciones), y calcula el importe total con tu movil Android.
Originalmente elaborado para Symbian 3ª edición, ha sido adaptado ahora para el entorno Android. Ha sido probado en Samsung Galaxy Mini (GT-S5570).
Hasta ahora ha sido liberado el código Python, mientras termino de saber cómo crear el archivo apk instalable en Android.
Permite introducir el número de monedas de 2, 1, 0'5, 0'20, 0'10, 0'05, 0'02 y 0'01 Euros, y billetes de 50, 20, 10 y 5 Euros, calcula la suma del total. Almacena ese valor sumándolo a las sucesivas sumas de otros conjuntos de monedas.
Notifica la suma de cada grupo y del total, sucesivamente.
Esta aplicación ha sido creada para facilitar la tarea del consejo económico parroquial de Castilleja de la Cuesta, encargado de contabilizar las colectas de la parroquia.
La versión para Symbian sigue disponible como hasta ahora. El código Python está disponible a finales de diciembre de 2010, y puede ser compilado para otras versiones de Symbian.
El archivo sis está autofirmado. Más información en https://www.symbiansigned.com/
La primera versión se llamó 'Colectas', siendo sustituida por 'InsertCoins' en ediciones sucesivas.
Espero que resulte útil para todos los que deban contar monedas habitualmente, :).
=======================================
English translation
(thanks Google translator).
=======================================
Account Euro coins (collections, cash receipts), and calculates the total amount with your mobile Android.
Originally developed for Symbian 3rd edition, InsertC has been adapted now for Android environment. It has been tested in Samsung Galaxy Mini (GT-S5570).
So far Python code has been released, while I learn how to create the installable Android apk.
Enter the number of coins of 2, 1, 0'5, 0'20, 0.10, 0.05, 0.02 and 0.01 euros, and notes 50, 20, 10 and 5 Euros, calculated sum of the total. Stores that value adding it to the successive sums of other sets of coins.
Reports the sum of each group and the total on.
This application has been created to facilitate the task of the economic council parish Castilleja de la Cuesta, in charge of counting the collections of the parish.
The Symbian version is still available as before. The Python code is available in late December 2010 and can be compiled for other versions of Symbian.
The file system is self-signed. More information https://www.symbiansigned.com/
The first version was called 'Collections', being replaced by 'InsertCoins' in subsequent editions.
I hope it is useful to all those who must count coins usually:).
----------------------------------------
Thanks to everybody who made this app possible:
-Cliparts from www.openclipart.org
-Nokia forum, at http://wiki.forum.nokia.com (Python code examples, how to do..., and more)
-www.croozeus.com
-Android-scripting,
-Google code,
-etc.
June, 2011.