experimental-accounting-api
f2b9decf27
- Made the storage model slightly more flexible - Made a small P-o-C GUI application in GTK - Polished accounting.client - models.Transaction.id is now a str - Fixed transaction.id marshalling for storage.ledgercli |
||
---|---|---|
accounting | ||
bin | ||
doc | ||
LICENSE | ||
non-profit-test-data.ledger | ||
README.rst | ||
requirements.txt |
==================== The Accounting API ==================== -------------- Dependencies -------------- - ledger-cli version 3 (I have not tried with version 2.x) - Flask (install by running ``pip install -r requirements.txt``). ------- Usage ------- .. code-block:: bash # Run the web service LEDGER_FILE=../path/to/your.ledger ./bin/serve # Get a balance report via the web service ./bin/client balance