|
|
(Een tussenliggende versie door een andere gebruiker niet weergegeven) |
Regel 1: |
Regel 1: |
| | Dit is een oude pagina, die niet meer wordt bijgehouden |
| | |
| == EekBoek 2.00.xx == | | == EekBoek 2.00.xx == |
|
| |
|
Regel 11: |
Regel 13: |
| [[ poedit ]] | | [[ poedit ]] |
| [[ vertalingen ]] | | [[ vertalingen ]] |
|
| |
| ==EekBoek Quick Start Guide==
| |
| Using EekBoek for the first time can be confusing, not only because it was originally conceived in Dutch, but also because the configurations and options may be hard to find.
| |
| The following assumes that you have a working operating system with the latest version of EekBoek installed and a terminal window logged in as a user with the ability to run sudo commands (root privileges).
| |
|
| |
| ===Setting up an administration===
| |
| Type the following to enter the EekBoek environment in english:
| |
| LANG=en_US.UTF-8 ebshell
| |
| The ebshell is the environment in which all EekBoek commands can be entered.
| |
| If this is the first time you log into the EekBoek environment, you will now be presented with an interactive menu consisting of 6 questions. These questions help to set up an administration for you.
| |
| After completion, there is a directory under <tt>'''$HOME/.eekboek/admdir'''</tt> with the name of the administration that contains the set of configuration files.
| |
| So, if the administration is called <tt>'''eekboek_test_2015'''</tt>, then the configuration files will be stored under <tt>'''$HOME/.eekboek/admdir/eekboek_test_2015'''</tt>.
| |
|
| |
| Type help to get a list of commands.
| |
| Type the following command to find help on that command:
| |
| help
| |
| For instance <tt>'''help memoriaal'''</tt>.
| |
|
| |
| ===Entering bookings===
| |
| EekBoek bookings can be entered as in the following format:
| |
| [kas|bank|inkoop|verkoop]:[booking number] [date] [description] [relation]
| |
| memoriaal [date] [description] [relation]
| |
| Example:
| |
| verkoop:12 20xx-10-20 "Consulting hours" ACME
| |
|
| |
| For backdated bookings, use the following format:
| |
| [kas|bank|inkoop|verkoop]:[year]:[accountnumber] [date] [description] [relation]
| |
| Example:
| |
| verkoop:2006:12 20xx-10-20 "Consulting hours" ACME
| |
|
| |
| ===Removing bookings===
| |
| To remove bookings, use the following command:
| |
| verwijder
| |
| for the last entered booking, or:
| |
| verwijder verkoop:12
| |
| to remove the booking with the specified booking number.
| |
|
| |
| ===Leaving EekBoek===
| |
| Type <tt>'''quit'''</tt> to leave the EekBoek environment.
| |