Updated README, included more test data.

This commit is contained in:
Joar Wandborg 2013-12-11 09:32:35 +01:00
parent 047f40deac
commit 266aa455f9
2 changed files with 26 additions and 2 deletions

View file

@ -19,5 +19,5 @@
# Run the web service # Run the web service
LEDGER_FILE=../path/to/your.ledger ./bin/serve LEDGER_FILE=../path/to/your.ledger ./bin/serve
# Run a simple example # Get a balance report via the web service
python3 accounting/__init__.py ./bin/client --balance

View file

@ -30,3 +30,27 @@
2011-04-25 A transaction with ISO date 2011-04-25 A transaction with ISO date
Income:Karma KARMA-10 Income:Karma KARMA-10
Assets:Karma Account KARMA 10 Assets:Karma Account KARMA 10
2013-01-01 Kindly T. Donor
Income:Foo:Donation $ -100
Assets:Checking $ 100
2013-03-15 Another J. Donor
Income:Foo:Donation $ -400
Assets:Checking $ 400
2013-12-11 PayPal donation
Income:Donations:PayPal $ -100
Assets:Checking $ 100
2013-12-11 PayPal donation
Income:Donations:PayPal $ -1000
Assets:Checking $ 1000
2013-12-11 PayPal donation
Income:Donations:PayPal $ -0.25
Assets:Checking $ 0.25
2013-12-11 PayPal donation
Income:Donations:PayPal $ -0.252
Assets:Checking $ 0.252