The database holds all the user data as well as the session data of the ea-Geier.
Using the third-party library ADOdb the ea-Geier should be able to use lots of different database engines. For a start we will concentrate on MySQL.
Table | Explanation |
---|---|
clientconfig | table holding the client configuration data |
clients | table holding the client data |
config | table holding the system configuration |
session2 | table holding the session data |
simpletest | table for unit testing of the database functionality |
userconfig | table holding the user configuration data |
users | table holding the user data |
cashbook | table holding the cash-book data |
assets | table holding the assets-book data |
purchasebook | table holding the purchase-book data |
travels | table holding the traveling-expenses data |
balance | table holding the accounting-balance data |