diff options
author | Xavier Maillard <xavier@maillard.im> | 2011-08-05 08:45:21 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-05 08:45:21 -0300 |
commit | db90725c43f1abf6162f8fe666d439dc30156245 (patch) | |
tree | 0ea1cd5d6a0685ad1e2496db714a2cf3cc11d0ca /business/ledger/README | |
parent | 8704a41bfa17bca93342e85d50a1fa3896aaa8b2 (diff) | |
download | slackbuilds-db90725c43f1abf6162f8fe666d439dc30156245.tar.gz |
business/ledger: Added (a command-line accounting program)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'business/ledger/README')
-rw-r--r-- | business/ledger/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/business/ledger/README b/business/ledger/README new file mode 100644 index 0000000000..fd4138ac73 --- /dev/null +++ b/business/ledger/README @@ -0,0 +1,6 @@ +Ledger is an accounting program which is invoked from the command-line +using a textual ledger file. To start using Ledger, you will need to +create such a file containing your financial transactions. A sample +has been provided in the file "sample.dat". See the documentation +(ledger.pdf, or ledger.info) for full documentation on creating a +ledger file and using Ledger to generate reports. |