slackbuilds/business/beancount
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README business/beancount: Added (command-line double-entry accounting) 2010-09-21 22:09:37 -05:00
beancount.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
beancount.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
beancount_web_fix.diff business/beancount: Added (command-line double-entry accounting) 2010-09-21 22:09:37 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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).