summaryrefslogtreecommitdiff
path: root/contrib/non-profit-audit-reports/general-ledger-report.plx
Commit message (Collapse)AuthorAgeFilesLines
* Verify that files are not duplicated in the MANIFEST.Bradley M. Kuhn2012-11-261-1/+3
| | | | | Keep a hash so that file output to the MANIFEST file doesn't have duplicates of the same file name in it.
* Ignore <Adjustments> accounts.Bradley M. Kuhn2012-11-261-0/+1
|
* Use -V to normalize currencies in general-ledger report.Bradley M. Kuhn2012-11-261-3/+3
|
* MANIFEST output file that indicates which files are mentioned in general-ledger.Bradley M. Kuhn2012-11-261-2/+12
| | | | | | | | | Due to reporting options given to ledger, not every file will be referenced by the general-ledger spreadsheet. The generated MANIFEST file now indicates which files were actually referenced in the general-ledger. The demo.sh script now uses this MANIFEST to create a zip file that contains only those files.
* Support a broader set of possible tags to be placed into the spreadsheet.Bradley M. Kuhn2012-11-261-2/+10
| | | | | | | | | | I've now made a hard-coded list of potential tags that are supported and will be linked to in the general ledger spreadsheet. This list should probably be in a configuration file of some sort eventually, rather than hard coded. Indeed, note that the hard-coding goes into two different scripts, and thus the lists could easily get out of sync.
* Receipt/Invoice are additional information thus better if they're final columns.Bradley M. Kuhn2012-09-081-2/+2
| | | | | | | | | 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-081-3/+2
|
* 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.
* Changed general-ledger-report.plx to use tags for Receipt and Invoice (was %N)Tom Marble2012-09-071-2/+1
| | | | Added sample PDF artifacts for the example (see README)
* 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