summaryrefslogtreecommitdiff
path: root/contrib/non-profit-audit-reports
Commit message (Collapse)AuthorAgeFilesLines
* Receipt/Invoice are additional information thus better if they're final columns.Bradley M. Kuhn2012-09-082-3/+4
| | | | | | | | | Change the column of Receipt and Invoice in the CSV file first, then the generated ODS file must have the same change propagated, which requires changes to the column numbers hard-coding in csv2ods.py. Perhaps if/when this application is refactored these things shouldn't be hard-coded in this way in the first place.
* First pass technical study of creating ODS from ledgerTom Marble2012-09-086-3/+2256
|
* Updated copyright notice to reflect reality.Bradley M. Kuhn2012-09-071-1/+2
| | | | Both Tom and I have made copyrightable changes to this file this year.
* Added additional transaction to test data, this one has both Receipt and ↵Bradley M. Kuhn2012-09-073-0/+111
| | | | Invoice.
* Fixed 2010/01/01 test data and added an invoice for it.Bradley M. Kuhn2012-09-072-3/+2
|
* Merge branch 'contrib-non-profit-annual-audit-reports' of ↵Bradley M. Kuhn2012-09-076-2/+25
|\ | | | | | | gitorious.org:ledger/ledger into contrib-non-profit-annual-audit-reports
| * Changed general-ledger-report.plx to use tags for Receipt and Invoice (was %N)Tom Marble2012-09-076-2/+25
| | | | | | | | Added sample PDF artifacts for the example (see README)
* | Don't use all caps for tags in test data.Bradley M. Kuhn2012-09-071-3/+3
|/
* Make test data slightly more realistic.Bradley M. Kuhn2012-09-071-1/+1
|
* There needs to be at least 3 args here, clearly.Bradley M. Kuhn2012-09-071-1/+1
|
* A few fixes to make this work with Ledger 3.x instead of 2.6.2Bradley M. Kuhn2012-09-071-5/+5
| | | | | * --wide-register-format is no long an option, use -F * %D now must be %(date)
* Switch ledger binary to /usr/local/bin/ledger.Bradley M. Kuhn2012-09-071-1/+1
|
* General ledger reporting script, used for preparing a report for non-profit ↵Bradley M. Kuhn2012-09-071-0/+128
| | | | | | | | | | | auditors. I developed this, and therefore have the full git commit history, in my personal "Small-Hacks" repository, which can be cloned from: git://gitorious.org/bkuhn/small-hacks.git More details on that are available by visiting: https://gitorious.org/bkuhn/small-hacks
* Initial test data for the non-profit-audit-reports contrib application.Bradley M. Kuhn2012-09-063-0/+26
| | | | | | | | | | | | | | | | The basic idea here is that given non-profit-test-data.ledger herein, there should be a script that I could run, in this fashion: $ general-ledger-report -b 2011/03/01 -e 2012/03/01 -f tests/non-profit-test-data.ledger that would generate: non-profit-test-data_chart-of-accounts.txt non-profit-test-data_general-ledger.ods Note that the ODS file currently has placeholders, as I haven't fully figured out how to use the =hyperlink() function to make relative hyperlinks.
* contrib/non-profit-audit-reports/ directory will be a small GPLv3'd application.Bradley M. Kuhn2012-09-062-0/+688
Upon discussion with John Wiegley <johnw@newartisans.com> on #ledger on irc.freenode.net, the following was indicated: <johnw> bkuhn: as long as the GPL infection stays in contrib, I see no problem with it ... <bkuhn> ... I got the ... answer, which is "johnw will accept GPL'd stuff in contrib/..., as long as it's careful to not cause GPL to cover the main Ledger codebase that's not in contrib/..." Therefore, the non-profit-audit-reports/ application will be licensed GPLv3-or-later.