Currently, the book to connect to is fixed in the config as the DATABASE_NAME, but it should not be difficult to make this dynamically selectable. A dropdown menu in the navbar that allows entry of new strings should suffice. The previously used books can be saved in a session cookie so that a user can easily switch between their books.
Glenn asked about this on the GnuCash-User Mailinglist.
Currently, the book to connect to is fixed in the config as the
DATABASE_NAME
, but it should not be difficult to make this dynamically selectable. A dropdown menu in the navbar that allows entry of new strings should suffice. The previously used books can be saved in a session cookie so that a user can easily switch between their books.