Hi,
I wanted to point out the update of the project 'Pyggy Bank' is
available on SourgeForge.
I've update the pyggy_code.7z.
from readme file:
to run pyggybank you need:
python <= 2.6
wxPython version 2.8.10.1
SQLite version 3.7.3
Reportlab version 2.4-4
on my linux shell
beppe@hal9000:~/pyggy$ python pyggy.py
How it work:
Pyggy Bank is a piggy bank so you can put or take money....
To do this you need to handle transactions so ,once the program is
opened,
to add a transaction press the 'Add' button,fill all field in the
frame and
choice which type of transaction want to have selecting the
Transaction check box
(Select = IN, deselect = OUT).Notice that you can check if the
transaction
is settled or no.
Press Save button.
To delete a transaction select it on the listbox and press Delete
button.
To 'modify' a transaction select it and press Edit button, make your
update
and press Save button.
In the main frame, you see all transaction and you can even filter
these using
left check_box that have 3 state.
You can filter even using the combo under the listbox.
Play with these to see the effects on the transaction's listbox.
To print press Print button, the report shows what you are looking at
the
main frame.
To manage categories and suppliers from the menu bar press Utilities/
Categories
or Utilities/Suppliers.
In the status bar:
on left you see total in and out money refer to the applied filters
on right you see your 'Wallet' refer to the applied filters
As last thing, note that when you open the program calendars set to a
year behind
the date range.So you see the last year flows.
I hope that this work may be of help to someone!
enjoy yourself
beppe