austinlobi.blogg.se

Gnucash org
Gnucash org








Most WSGI web server require setting a "module", which is the WSGI object that runs theĪpp. GnuCash WebĬomes as a WSGI application, so there are many It is not recommended to use the builtin Flask web server in production. AUTH_MECHANISM = None # The maximum number of transactions per page in the ledger TRANSACTION_PAGE_LENGTH = 25 Running WARN # Supported values: 'sqlite', 'mysql' or 'postgres' DB_DRIVER = 'mysql' # Host name of the database (ignored for DB_DRIVER = 'sqlite') DB_HOST = '' # Name of the Database on the host (for DB_DRIVER = 'sqlite', this is the 'path/to/db.sqlite') DB_NAME = 'gnucash_data' # Supported values: None, 'passthrough'. to encrypt the session cookie or for other cryptographic operations SECRET_KEY = 'devel' # Python standard library log level LOG_LEVEL = logging. This is the normal Flask configuration file, so all standardĬan also be set. The following example illustrates possible values forĪll available options. Set the environment variable GNUCASH_WEB_CONFIG to loadĪ different config file. If both files are present, values from the latter ConfigurationĬreate a config file in /etc/gnucash_web/config.py or in GnuCash Web is aimed at system administrators, but is otherwise easy to set up. If your database is not publicly accessible, using an Official GnuCash desktop app, since GnuCash Web is only a companion and not To be able to access the database directly from your desktop/notebook with the (#Initialising Database) for more information.

gnucash org

You also need to setup a database that stores the GnuCash data, see Note that at least Python 3.8 is required. Included in the python standard library).

gnucash org

Mysql or psycopg2, depending on which back end you want to use (sqlite back end is

GNUCASH ORG INSTALL

Simply install it via pip install GnuCash-Web.

gnucash org

GnuCash Web is available on PyPI, so you can Add and edit two-split transactions, delete transactions.View transaction history and balance for an account.to record a cash expense when buying a coffee. The primary use case for GnuCash Web is adding simple two-split transactions on the It can access a singleĭevelopment status should be considered at most Beta, see below for GnuCash Web is a simple, easy to use, mobile-friendly web interface for








Gnucash org