summaryrefslogtreecommitdiff
path: root/contrib/non-profit-audit-reports
Commit message (Expand)AuthorAgeFilesLines
* Catch a few additional accounts under Conference RBI category.Bradley M. Kuhn2013-02-181-1/+1
* Remove spurious print statement.Bradley M. Kuhn2013-02-181-1/+0
* Subtotaling of BRANCH DEPOSITs.Bradley M. Kuhn2013-02-181-2/+43
* Remove extra newlineBradley M. Kuhn2013-02-181-1/+1
* Rework report to be just two files (disbursements and receipts).Bradley M. Kuhn2013-02-181-19/+18
* Sort solution by date in output.Bradley M. Kuhn2013-02-181-1/+1
* Searching is better when you can set the begin date, end date and then go bac...Bradley M. Kuhn2013-02-181-6/+6
* Improve spreadsheet and debugging output.Bradley M. Kuhn2013-02-181-6/+10
* This could be for any period, not just the FY.Bradley M. Kuhn2013-02-181-1/+1
* Correct account names due to renaming of Conference accounts in chart of acco...Bradley M. Kuhn2013-02-181-4/+4
* Remove output of TXT files. CSV output is adequate.Bradley M. Kuhn2013-02-181-13/+0
* Correct regular expression for account queries to avoid inclusion of sub-acco...Bradley M. Kuhn2013-02-181-2/+2
* Support for title: field, to name sheets in the ODS file.Bradley M. Kuhn2013-02-181-1/+4
* Start search from date: easy way to resume searches.Bradley M. Kuhn2013-02-181-5/+5
* Finish reporting details for STDOUT; change command line arg to bank balance.Bradley M. Kuhn2013-02-181-20/+40
* Default to brute-force subset sum solution.Bradley M. Kuhn2013-02-181-8/+44
* Support for a list of known checksums of files already copied over.Bradley M. Kuhn2013-02-181-9/+70
* Rename the function to note it's the dynamic programming one.Bradley M. Kuhn2013-02-181-2/+2
* Loop through to build smaller sets when testing.Bradley M. Kuhn2013-02-181-29/+52
* Basic implementation probably correct, but needs much RAM.Bradley M. Kuhn2013-02-181-9/+36
* Began work on script to reconcile bank accounts.Bradley M. Kuhn2013-02-181-0/+122
* Add --single-file-directory option: create single directory with all linked f...Bradley M. Kuhn2013-02-181-5/+46
* The restricted fund report has been almost entirely rewritten.Bradley M. Kuhn2013-01-061-70/+151
* More flexible CSV -> ODS hyperlinks and pagebreaks; csv2ods.py produces MANIF...Bradley M. Kuhn2013-01-063-21/+32
* Correct sorting of output in trial balance report.Bradley M. Kuhn2013-01-061-3/+6
* Completed report on unpaid accruals.Bradley M. Kuhn2013-01-061-3/+29
* Ordering of options had always been incorrect on this call; Fixed.Bradley M. Kuhn2013-01-061-1/+1
* First crack at an unpaid accruals report.Bradley M. Kuhn2013-01-051-0/+84
* Add balances for permanent (i.e., asset) accounts.Bradley M. Kuhn2013-01-051-3/+41
* MANIFEST file is now also generated by general-ledger report.Bradley M. Kuhn2013-01-041-0/+10
* Updated expected test output data for general-ledger report.Bradley M. Kuhn2013-01-043-4/+6
* Corrected Trial Balance report based on discussion with accountants.Bradley M. Kuhn2013-01-041-26/+57
* Sort of accounts was buggy; it never made the final else due to bad regexes.Bradley M. Kuhn2013-01-042-24/+33
* Some minor formatting fixes for the trial balance report.Bradley M. Kuhn2013-01-031-2/+2
* Change Income and Expenses reports to generate CSV files, rather than TXT files.Bradley M. Kuhn2013-01-031-17/+18
* Add option to skip generating the page breaks.Bradley M. Kuhn2013-01-031-5/+9
* Convert trial-balance report to CSV from TXT file.Bradley M. Kuhn2013-01-031-6/+17
* Changed balance sheet output from a TXT file to a CSV file.Bradley M. Kuhn2013-01-031-8/+8
* Change chart of accounts output to be a CSV file instead of TXT file.Bradley M. Kuhn2013-01-031-9/+21
* Updated sorting function based on advice of auditing accountants.Bradley M. Kuhn2013-01-032-13/+63
* Created Trial balance report for summary reports.Bradley M. Kuhn2013-01-031-1/+30
* Verify that files are not duplicated in the MANIFEST.Bradley M. Kuhn2012-11-261-1/+3
* Print date in a more friendly format.Bradley M. Kuhn2012-11-261-4/+12
* Adapted for use with Ledger 3.Bradley M. Kuhn2012-11-261-8/+14
* Support selection of string encoding.Bradley M. Kuhn2012-11-261-2/+7
* Expense report favors Conferences first,Bradley M. Kuhn2012-11-261-14/+15
* 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
* Fixed output.Bradley M. Kuhn2012-11-261-1/+1
* Various changes to get the script working.Bradley M. Kuhn2012-11-261-10/+20