This is a simple XML based database for managing the book-store. The program is written in C++ using the
TrollTech's GUI library Qt and should be runnable under LinuX, Windows and MacOS (it has been tested under Linux and Windows, and it does work). The program stores information about the book title, author, publisher, category, price and quantity and can select and sort the books by any field. It has user view (without the ability to change things and without some data) and the administrator's view (password protected). Current version is 3.0 and the plan is to implement encryption in the next release (using
fEncH, possibly). The sources and binaries are available
here.