diff options
author | Bradley M. Kuhn <bkuhn@ebb.org> | 2012-09-07 14:27:47 -0400 |
---|---|---|
committer | Bradley M. Kuhn <bkuhn@ebb.org> | 2012-09-07 14:27:47 -0400 |
commit | 8900ba05033024c5c05b6012b83081a80fc44676 (patch) | |
tree | 8b18f60d0ec96e9141c7c874ebf902c0088056fc /contrib/non-profit-audit-reports/README | |
parent | 5aea0446e104b35441a270cd024b179a6fa1e231 (diff) | |
parent | 65e0c266bed3dd49be687471bb63b3072ad54bb7 (diff) | |
download | fork-ledger-8900ba05033024c5c05b6012b83081a80fc44676.tar.gz fork-ledger-8900ba05033024c5c05b6012b83081a80fc44676.tar.bz2 fork-ledger-8900ba05033024c5c05b6012b83081a80fc44676.zip |
Merge branch 'contrib-non-profit-annual-audit-reports' of gitorious.org:ledger/ledger into contrib-non-profit-annual-audit-reports
Diffstat (limited to 'contrib/non-profit-audit-reports/README')
-rw-r--r-- | contrib/non-profit-audit-reports/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/non-profit-audit-reports/README b/contrib/non-profit-audit-reports/README new file mode 100644 index 00000000..e2bbfc62 --- /dev/null +++ b/contrib/non-profit-audit-reports/README @@ -0,0 +1,13 @@ +README + +This document provides backround on the enclosed example + +Sample PDF files +---------------- +The sample PDF files were created as follows: + +paps --font="Courier 12" --paper letter --top-margin=18 tests/Projects/Foo/Expenses/hosting/AprilHostingReceipt.txt | ps2pdf - tests/Projects/Foo/Expenses/hosting/AprilHostingReceipt.pdf + +paps --font="Courier 12" --paper letter --top-margin=18 tests/Financial/Invoices/Invoice20110510.txt | ps2pdf - tests/Financial/Invoices/Invoice20110510.pdf + + |