forked from dawneye/beancount
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
72 lines (46 loc) · 1.71 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
========================================================
beancount: Double-Entry Accounting from Text Files
========================================================
.. contents::
..
1 Description
2 Documentation
3 Download & Installation
4 Filing Bugs
5 Copyright and License
6 Author
Description
===========
A double-entry bookkeeping computer language that lets you define financial
transaction records in a text file, read them in memory, generate a variety of
reports from them, and provides a web interface.
Documentation
=============
Documentation lives on Google Docs. You can find an index to all the available
documents here:
http://furius.ca/beancount/doc/index
There's a `mailing-list dedicated to Beancount
<https://groups.google.com/forum/#!forum/beancount>`_, please post questions
there, so others can share in the responses. More general discussions about
command-line accounting also occur on the `Ledger mailing-list
<https://groups.google.com/forum/#!forum/ledger-cli>`_ so you might be
interested in that group as well.
Download & Installation
=======================
You can obtain the source code from the official Mercurial repository on
BitBucket:
| https://bitbucket.org/blais/beancount/
See the `Installing Beancount`__ document for more details.
__ http://furius.ca/beancount/doc/install
Filing Bugs
===========
Tickets can be filed at on the BitBucket project page:
https://bitbucket.org/blais/beancount/issues
Copyright and License
=====================
Copyright (C) 2007-2016 Martin Blais. All Rights Reserved.
This code is distributed under the terms of the "GNU GPLv2 only".
See COPYING file for details.
Author
======
Martin Blais <[email protected]>