Thread: [Fremantle Maemo5] Share your code
View Single Post
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#18
Hi All!

After some learning and using my previous script I decided to rewrite my "wallet" application for n900.
Please note that I'm not a programmer it is just a hobby for me and all the features represent mainly my needs and my logic.
Bugs can occur so please tell me if there is any.
This is my first .deb package too (it should work but who knows...)...

Description:

The application does not depend on matplotlib and numpy directly. If you do not have those installed you just simply cannot see the graphs.
Important: there is no automatic rollover so if you have some money at the end of the month you have to enter that manually for next month's income (maybe I should add rollover function too).

There are two views available:
- Main view
- Calendar view

Main view:
You can see all expenses, incomes for the current month, and all Savings that you added so far to the database (not just for current month). You can tap all of them.
There is a “speedclock” that shows all expense as percentage of all income.
There is a trend line that shows all expense and all income for the months of the current year.

If you tap on expenses, incomes or savings you can see the detailed view for the current month by category. There is a menu button that shows a graph which represents summarized expense for categories as percentage of all expense for that month.
There is also a button which you can click on and add an entry.
There is the category name, amount of money and if there is a difference (+percentage, -percentage, equal) to previous month for that category. If there were no such expense, income or saving for that category in previous month then there is no text.

There is a difference between expenses, incomes, and savings as for expenses you can add tags. If you tap on a particular category (preferably left side of the screen) then the current row is expanded and you can see the summarized tags and expenses for that tag.

There is an arrow which you can tap and see the very details for that category: on the left side of the window you can see every entry that is in the database. You can change order by tag, day, and expense. On the right side of the window there is a graph that shows summarized expense for tags as percentage of all expense for that category. If you long press on a particular entry you can edit or delete that entry.

For incomes and savings there are no such options (yet) because for incomes and savings you can specify only category. Therefore you can modify these entries in a different way (I shall improve this in the future).

If you want to add an entry you have to tap on the button next to the all expenses label. The date is automatically set to current date. For amount of money you can enter only numbers (do not have to use blue arrow key with keyboard!). You can specify categories in the entry box or if there is any in the database then you select it from the list if you click on the category button. For expenses there is a tag entry and button. If you selected a category then all tags for that category are shown when you click on the tag button. But you can specify new ones in the entry as well. Be aware the latest information will be written to the database (e.g.: you selected a category but want to modify that you can simply choose another one or specify a new one in the entry). In the entry box you always have to press “enter” to store the information.
If everything is set you can click on “save”. If something is missing there will be a warning and no entry will be written to the database. If all data is set then clicking on save button will save that entry to the database and a short message will be shown about that. Important! If you add something to savings then it will be set into expenses as “Saving” category! Be aware that all the latest information are stored so if you click on save button again then it will write those information to the database again. For me the advantage of this is that iIf you would like you can set another entry by changing only category or amount or tag or date. This eases setting more entries with the similar category for example as you have to modify only tag and amount of money. If you do not want to set more entry you only have to press on back arrow. Then you will be taken to the main view and all the data will be refreshed.

Calendar view:
There is a calendar for the particular month. In the calendar you can see expenses, incomes and savings for that day. If you tap on a day then you can see the summarized information for that day – from here all the functions are the same as written in main view. The advantage of calendar view is that if you want to see a particular day or want to add an entry for that day you can do that. In the adding window date is automatically set to that date and all the details are shown for that day if you go to the details window.

There are menu buttons both in calendar view and main view:
- Next month
- Previous month
- Specific month
- A button which you can change the view with
- Settings
- Search

I hope the names are speaking for themselves… (: But here are some details:
- Specific month can be selected between 2016 and 2045
- In settings window you can set currency, default view and an expense which if you add to expenses then it will be automatically set as a saving as well (so you do not have to add that amount to savings).
- You can search for everything and anything in all three databases – no whole words required and capital letter doesn’t matter. Incomes and savings entries can be modified or deleted only this way (for now). Important! If you modify or delete a saving entry, the “connected” expense entry remains the same as before (no automatic modification or deletion done) so you have to manually modify that expense entry as well (and vice versa: if you modify an expense which is technically a saving entry, the saving entry remains…).

Planned features:
- apply details view for incomes and savings
- maybe connect savings and expenses more
- some kind of password protection and/or encryption
- export-import (backup?) functionality
- make multiple edition available (e.g. whole category)
- try to add portrait support – relayout windows on rotation if there is a graph
- more report options (more charts, report between dates, compare years/categories, etc.) suggestions and ideas are welcomed (:
- make add budget option available
- make bill (and maybe reminder?) option available
- make recurring expense/income/saving option available
- maybe draw a new, fancy icon... (:
- automatic rollover between months

Known bugs:
- date selection with hildon.DateButton results segmentation fault when no date selected – i.e. the user taps outside the date selection dialog. This does not happen in the search window though…
- Sometimes warnings are raised – maybe in connection to rotation and matplotlib. E.g.: weakref.py:232 – assertion G_IS_OBJECT failed.
- hildon button relief setting (i.e.: hildon.Button().set_relief(gtk.RELIEF_NONE)) does not always work so it looks like a normal button.


That is all. Hope you will find it useful.

jm
Attached Images
   
Attached Files
File Type: deb maemoneypot_0.1.0-1_all.deb (38.1 KB, 203 views)
File Type: gz maemoneypot_0.1.0-1.tar.gz (121.1 KB, 176 views)

Last edited by justmemory; 2017-01-31 at 10:20. Reason: Clarification
 

The Following 10 Users Say Thank You to justmemory For This Useful Post: