diff options
author | Lionel Young <redtricycle@gmail.com> | 2010-09-17 04:36:30 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:09:37 -0500 |
commit | bdd31d857bae8b7d087079cc8ad1f925f91ddb92 (patch) | |
tree | 812b601885bf1cb14ab0686c36efa1bc3190c43d /business/beancount/README | |
parent | a8204879991f17470a905286f8da4cba456715c3 (diff) | |
download | slackbuilds-bdd31d857bae8b7d087079cc8ad1f925f91ddb92.tar.gz |
business/beancount: Added (command-line double-entry accounting)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'business/beancount/README')
-rw-r--r-- | business/beancount/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/business/beancount/README b/business/beancount/README new file mode 100644 index 0000000000..73989eaa1b --- /dev/null +++ b/business/beancount/README @@ -0,0 +1,10 @@ +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). |