diff options
author | John Wiegley <johnw@newartisans.com> | 2013-01-29 09:34:31 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-01-29 09:34:31 -0800 |
commit | 0e91b174b5fabbd1b0e192522c0be66cf7f755e7 (patch) | |
tree | 146fdb48d9fcb46ed252c55f5d3389ba9e598bc9 /contrib/non-profit-audit-reports/tests | |
parent | ec7402fff89383a9f798b78ed027aa2a51d9745c (diff) | |
parent | 9d78dc639593e5ae6f4ccbf7867131763df33dcd (diff) | |
download | fork-ledger-0e91b174b5fabbd1b0e192522c0be66cf7f755e7.tar.gz fork-ledger-0e91b174b5fabbd1b0e192522c0be66cf7f755e7.tar.bz2 fork-ledger-0e91b174b5fabbd1b0e192522c0be66cf7f755e7.zip |
Merge pull request #114 from bkuhn/non-profit-reports-all-csv-and-better-sorting
Contrib: Non profit reports: generate only CSV files, better sorting, more flexible hyperlinks & pagebreaks
Diffstat (limited to 'contrib/non-profit-audit-reports/tests')
4 files changed, 16 insertions, 4 deletions
diff --git a/contrib/non-profit-audit-reports/tests/non-profit-test-data_MANIFEST b/contrib/non-profit-audit-reports/tests/non-profit-test-data_MANIFEST new file mode 100644 index 00000000..b8bfc107 --- /dev/null +++ b/contrib/non-profit-audit-reports/tests/non-profit-test-data_MANIFEST @@ -0,0 +1,10 @@ +chart-of-accounts.csv +general-ledger.txt +general-ledger.csv +Financial/BankStuff/bank-statement.pdf +Financial/Invoices/Invoice20110510.pdf +Projects/Foo/Invoices/Invoice20100101.pdf +Projects/Foo/earmark-record.txt +Projects/Blah/Expenses/hosting/AprilHostingReceipt.pdf +Projects/Blah/Expenses/hosting/april-invoice.pdf +Projects/Foo/Expenses/hosting/AprilHostingReceipt.pdf diff --git a/contrib/non-profit-audit-reports/tests/non-profit-test-data_chart-of-accounts.csv b/contrib/non-profit-audit-reports/tests/non-profit-test-data_chart-of-accounts.csv new file mode 100644 index 00000000..445bc412 --- /dev/null +++ b/contrib/non-profit-audit-reports/tests/non-profit-test-data_chart-of-accounts.csv @@ -0,0 +1,6 @@ +"CHART OF ACCOUNTS","BEGINNING:","2012/03/01","ENDING:","2012/02/29" +"Assets:Checking" +"Income:Donation" +"Income:Foo:Donation" +"Expenses:Blah:Hosting" +"Expenses:Foo:Hosting" diff --git a/contrib/non-profit-audit-reports/tests/non-profit-test-data_chart-of-accounts.txt b/contrib/non-profit-audit-reports/tests/non-profit-test-data_chart-of-accounts.txt deleted file mode 100644 index 57e636b9..00000000 --- a/contrib/non-profit-audit-reports/tests/non-profit-test-data_chart-of-accounts.txt +++ /dev/null @@ -1,4 +0,0 @@ -Assets:Checking -Expenses:Foo:Hosting -Income:Donation -Income:Foo:Donation diff --git a/contrib/non-profit-audit-reports/tests/non-profit-test-data_general-ledger.ods b/contrib/non-profit-audit-reports/tests/non-profit-test-data_general-ledger.ods Binary files differindex 80771a6d..8eae706f 100644 --- a/contrib/non-profit-audit-reports/tests/non-profit-test-data_general-ledger.ods +++ b/contrib/non-profit-audit-reports/tests/non-profit-test-data_general-ledger.ods |