You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
David Spencer a000b47fd5
business/beancount: Fix DOWNLOAD.
10 years ago
..
README business/beancount: Added (command-line double-entry accounting) 15 years ago
beancount.SlackBuild various: Update find command to match template. 12 years ago
beancount.info business/beancount: Fix DOWNLOAD. 10 years ago
beancount_web_fix.diff business/beancount: Added (command-line double-entry accounting) 15 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

Beancount is a double-entry accounting system that uses a simple text
file format as input. A few Python scripts are used to parse the
contents of the file, for example, to serve the contents as a locally
running web server. Scripts are provided to convert from OFX files into
Ledger input format, and other formats (easily extensible).

Beancount provides a simple web front to view the contents of the
database, so you don't have to parse the entire file everytime you want
to view a different account (this helps mitigate the fact that parsing
is comparatively slow).