• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H27-Oct-2020-11298

beancount/H27-Oct-2020-85,68565,243

bin/H27-Oct-2020-331269

docs/H27-Oct-2020-149

etc/H03-May-2022-144

examples/H07-May-2022-20,11716,164

experiments/H27-Oct-2020-11,2778,106

third_party/H27-Oct-2020-1,8151,576

tools/H03-May-2022-1,098836

.bazelrcH A D27-Oct-2020234 107

.bazelrc.travisH A D27-Oct-2020674 2016

.gitignoreH A D27-Oct-2020233 2120

.htaccessH A D27-Oct-202012.9 KiB207151

.pylintrcH A D27-Oct-202010.7 KiB379268

BUILD.bazelH A D27-Oct-2020172 97

CHANGESH A D27-Oct-2020160.5 KiB4,2652,785

COPYINGH A D27-Oct-202017.9 KiB348286

CREDITSH A D27-Oct-20201.4 KiB3430

MANIFEST.inH A D27-Oct-202099 54

MakefileH A D27-Oct-20206.9 KiB262164

PKG-INFOH A D27-Oct-2020315 98

README.rstH A D27-Oct-20202.8 KiB9964

TODOH A D27-Oct-2020235.1 KiB5,6204,015

WORKSPACEH A D27-Oct-20201 KiB3225

setup.pyH A D03-May-20228.2 KiB225143

style.cssH A D27-Oct-2020179 96

README.rst

1========================================================
2   beancount: Double-Entry Accounting from Text Files
3========================================================
4
5.. contents::
6..
7    1  Description
8    2  Documentation
9    3  Download & Installation
10    4  Filing Bugs
11    5  Copyright and License
12    6  Author
13
14
15Description
16===========
17
18A double-entry bookkeeping computer language that lets you define financial
19transaction records in a text file, read them in memory, generate a variety of
20reports from them, and provides a web interface.
21
22
23Documentation
24=============
25
26Documentation can be read at:
27
28  https://beancount.github.io/docs/
29
30Documentation authoring happens on Google Docs, where you can contribute by
31requesting access or commenting on individual documents. An index of all source
32documents is available here:
33
34  http://furius.ca/beancount/doc/index
35
36There's a `mailing-list dedicated to Beancount
37<https://groups.google.com/forum/#!forum/beancount>`_, please post questions
38there, so others can share in the responses. More general discussions about
39command-line accounting also occur on the `Ledger mailing-list
40<https://groups.google.com/forum/#!forum/ledger-cli>`_ so you might be
41interested in that group as well.
42
43
44Download & Installation
45=======================
46
47You can obtain the source code from the official Git repository on Github:
48
49  | https://github.com/beancount/beancount/
50
51See the `Installing Beancount`__ document for more details.
52
53__ http://furius.ca/beancount/doc/install
54
55
56Versions
57========
58
59There are three versions
60
61- **Version 3** (`branch master
62  <http://github.com/beancount/beancount/tree/master>`_): The in-development
63  next version of Beancount since June 2020. This is unstable and you want to
64  use version 2 below. The scope of changes is described in `this document
65  <https://docs.google.com/document/d/1qPdNXaz5zuDQ8M9uoZFyyFis7hA0G55BEfhWhrVBsfc/>`_.
66
67- **Version 2** (`branch v2 <http://github.com/beancount/beancount/tree/v2>`_):
68  The current stable version of Beancount, in maintenance mode as of July 2020.
69  This was a complete rewrite of the first version, which introduced a number of
70  constraints and a new grammar and much more. Use this now.
71
72- **Version 1** (`branch v1 <http://github.com/beancount/beancount/tree/v1>`_):
73  The original version of Beancount. Development on this version halted in 2013.
74  This initial version was intended to be similar to and partially compatible
75  with Ledger. Do not use this.
76
77
78Filing Bugs
79===========
80
81Tickets can be filed at on the Github project page:
82
83  https://github.com/beancount/beancount/issues
84
85
86Copyright and License
87=====================
88
89Copyright (C) 2007-2020  Martin Blais.  All Rights Reserved.
90
91This code is distributed under the terms of the "GNU GPLv2 only".
92See COPYING file for details.
93
94
95Author
96======
97
98Martin Blais <blais@furius.ca>
99