0.5.0 • Published 10 years ago

accountant v0.5.0

Weekly downloads
37
License
-
Repository
-
Last release
10 years ago

Accountant

Build Status

Double Entry Accounting

Accountant is a set of utilities and scripts that I've developed to allow me to do accounts from the command line. In some way it's similar to (Ledger)http://ledger-cli.org/3.0/doc/ledger3.html, although it's a lot simpler.

accounts.json

You use accountant by creating (or generating) an account.json file. This is simply a list of transactions and statements about your accounts.

ie:

[ {'date' : '2012-01-02', 'typ' : 'statement', 'acct' : 'mybank', 'balance' : 0, 'currency' : 'USD'}
, {'date' : '2012-01-03', 'typ' : 'transaction', 'src' : 'myjob',  'dest' : 'mybank', 'amount' : 1000.01, 'currency' : 'USD'}
]
0.5.0

10 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.0

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago