experimental-accounting-api/accounting
Joar Wandborg fcec13c548 [ledgercli] Versioning, error handling
- Switched to passing the command via argv instead of stdin to ledger. We
  might as well as we don't use ledger's long-running mode in an effective
  manner.
- Added version control of the ledger file using pygit2.A
- Added error handling in the case of an unbalanced ledger, and cruder
  error handling in the case of any stderr output from ledger.
- [web] Separated transaction_get into transaction_get and
  transaction_get_all.
2013-12-26 20:48:23 +01:00
..
res [gtk] status_description => activity_description 2013-12-17 14:11:59 +01:00
static [js-client] Added license notice to client.js 2013-12-20 15:32:37 +01:00
storage [ledgercli] Versioning, error handling 2013-12-26 20:48:23 +01:00
templates [js-client] Added javascript account client 2013-12-20 15:04:37 +01:00
tests [tests] Added tests and updated storage.ledgercli 2013-12-26 13:22:27 +01:00
__init__.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
client.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
config.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
decorators.py Added CORS Flask endpoint decorator 2013-12-20 14:51:32 +01:00
exceptions.py [ledgercli] Versioning, error handling 2013-12-26 20:48:23 +01:00
gtkclient.py [license] Added notice to all python files 2013-12-17 15:41:30 +01:00
models.py [test] Added unit tests 2013-12-21 00:24:37 +01:00
transport.py [test] Added unit tests 2013-12-21 00:24:37 +01:00
web.py [ledgercli] Versioning, error handling 2013-12-26 20:48:23 +01:00