DescriptionProgram for simple store management in a small store. It calculates receipts and stores them in SQL. Features: custom categories, simple GUI, discounts. Suitable either for Nokia internet tablet as well as for common PC. Written in Python. |
Latest diary entry 25.07.2008I have rewrote XML to SQL. I got a few great ideas. User can have more than one cart. He can name the carts. For picking items from store he can create Store Browsers. In each Store Browser, he can choose what cart the items are inserted to. |
Store Browsers. Category and item available in the store and its amount.
Cart Browsers. User can rename the title.
Note that the program has been written in hurry, without any comments in the source code.
Required packages: python python-gtk2 python-sqlite python-hildon
python-hildon is available at http://maemo.org/community/wiki/applicationrepositories/
Status of the project: Working. However all features planned are not finished.
No rewriting to C! I found problem concerning python-xml library. Some parts can't be imported any more. Now I am experimenting 4suite, which seems to be good choice to future. I am planning to release working version in late June.
Page updated 25.07.2008