/home/tutor/chap1.html | ||
Prev: Index of Content | Up: Index of Content | Next: Create Accounts |
Tinybooker is an accounting program offering the dual accounting core functionality for moderate size accountings:
This is a guide for Tinybooker accounting program. This is NOT a general introduction to dual accounting. If you know nothing of accounting, you should first read some book of it. You may start here: http://en.wikibooks.org/wiki/Accountancy/Introduction_to_Accountancy. Study also the local legislation.
Tinybooker is available for downloading at its home page; http://tinybooker.org/ or at Tinybooker development projects page: http://sourceforge.net/projects/tinybooker/files. To install Tinybooker:
Tinybooker is build under Fedora and Gnome desktop, but is tested also in Ubuntu and KDE desktop. If you try Tinybooker in some other Linux distribution I would be glad to hear how it works.
To install Python visit Python's home site: http://python.org/download.
When you have downloaded Tinybooker, the installation goes as follows:
$ tar -xzf tinybooker-0.2.x.tar.gz # uncompress the downloaded Tinybooker package $ cd tinybooker-0.2.x # go to the uncompressed directory $ ls # it should look like that |
Tinybooker installation is now done. By default Tinybooker is installed to folder .../site-packages/tinybooker under your Python library and a short Tinybooker startup script 'tinybooker' is put to folder /usr/bin. Write
$ tinybookerand your Tinybooker starts.
You can also run Tinybooker without running the setup script.
$ cd tinybooker # In the folder tinybooker-0.2.x change to folder tinybooker $ ls # it looks like that booker.py |
![]() Image 2: New User |
When you first time open the Tinybooker, you are asked to select the user interface language and the program you want to use to view plain text format reports. Languages in this early release are only English and Finnish. We are waiting for more localizations. When establishing accountings you may select different language for their reports. Select text viewer from drop down menu or type path to your favorite text editor. To view plain text reports you shall use fixed width font. Ensure that such one is available in your editor. HTML format reports are opened in your default WEB browser. |
Click
Next you are advised to open Tinybooker Demo from main menu
Before you rush to create your real accounting, please read the next chapter.
Prev: Index of Content | Up: Index of Content | Next: Create Accounts |
/home/tutor/chap1.html |