YuiBook is a C# application that allows you to manage receipt and expense bookings. The booking entries contain a booking type, amount, tax, date, comment, etc. and can be filtered by date and type (receipt or expense) and exported to a xml-file with optional conversion to html or other formats using a xslt-file. YuiBook provides a xslt-file that converts the exported data to html referencing a stylesheet as well. Bookings can also be imported into the system. YuiBook of course uses a db4o database in embedded mode. A sample db4o database file holding a view created bookings comes with the application (feel free to create your own).
The source code of the application is available for download. Have fun with YuiBook!
http://projects.db4o.com/YuiBook
We thank Peter Brightman for this contribution!!