summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a Math::BigFloat() rather than a regular float for Adjustment comparison.Bradley M. Kuhn2013-02-201-3/+4
* Merge commit 'f8bec00d0b7487c4afe56a4f994e69ec8e91af8b' into nextCraig Earls2013-02-192-1/+7
|\
| * Merge pull request #158 from bkuhn/non-profit-audit-reports-updates-20130219John Wiegley2013-02-192-1/+7
| |\
| | * Equity and Adjustment accounts should not appear in these reports at all.Bradley M. Kuhn2013-02-192-1/+7
* | | Better way of splitting the commodity from the value.Craig Earls2013-02-191-8/+18
|/ /
* | Merge commit '3d90bfc4add2a85b80c2a90b7c0df9b95d77579d' into nextCraig Earls2013-02-196-55/+419
|\|
| * Fix formatting and typosJohn Wiegley2013-02-181-10/+11
| * Merge pull request #157 from bkuhn/more-non-profit-audit-reports-updatesCraig Earls2013-02-185-45/+408
| |\
| | * 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
| |/
* / Fix another null buffer problem when closing ledger buffersCraig Earls2013-02-192-12/+15
|/
* Merge branch 'next' of https://github.com/ledger/ledger into nextCraig Earls2013-02-18128-129/+129
|\
| * Bump copyright information to 2013John Wiegley2013-02-18128-129/+129
* | Fixes Bug 900Craig Earls2013-02-181-13/+12
|/
* A better try to deal with decimal-comma from ledgerCraig Earls2013-02-175-29/+51
* Merge pull request #156 from tubaman/embedded_python_doc_fixJohn Wiegley2013-02-171-2/+2
|\
| * Small corrections in the Embedded Python sectionRyan Nowakowski2013-02-171-2/+2
|/
* Make sure ledger-fully-complete-entry copies the rest of the payee lineCraig Earls2013-02-161-1/+6
* Changed prompt for reconciliation target.Craig Earls2013-02-152-7/+6
* Fixed overrun when ledger report would expand argument and cmd would get shortCraig Earls2013-02-151-3/+17
* Corrects problem clearing a transactionCraig Earls2013-02-151-1/+1
* Fixes Bug 897. toggle now works correctly if there are comment lines in the xactCraig Earls2013-02-151-12/+20
* Oops. This adds missing parenthesis to the last commit.Craig Earls2013-02-152-2/+2
* Improved error reportingCraig Earls2013-02-154-10/+4
* Bug 894 Changing reconciliation account now repositions point in the Reconcil...Craig Earls2013-02-141-2/+3
* Code commenting cleanup.Craig Earls2013-02-1413-174/+309
* Added a copy transaction function to ledger-modeCraig Earls2013-02-142-7/+29
* Add highlighting in the report window if the line is mapped to a fileCraig Earls2013-02-142-15/+24
* Fix to target change function in leg-reconcileCraig Earls2013-02-141-0/+1
* Improved ledger-report visit source capabilitiesCraig Earls2013-02-141-43/+48