| Commit message (Expand) | Author | Age | Files | Lines |
* | The $formattedBeginDate should derive from $beginDate, not $endDate (duh!) | Bradley M. Kuhn | 2013-07-10 | 1 | -1/+1 |
* | Change format to "%Y-%m-%d", as described in documentation, and as coded | thdox | 2013-06-02 | 1 | -1/+1 |
* | Add contrib/compilation-ledger.el | John Wiegley | 2013-05-19 | 1 | -0/+97 |
* | Type lists need to change along with the groupings. | Bradley M. Kuhn | 2013-05-10 | 1 | -2/+2 |
* | Chart of accounts change s/Enforcement/Compliance/, but make backwards compat... | Bradley M. Kuhn | 2013-05-10 | 1 | -2/+2 |
* | Add bash completion for ledger | thdox | 2013-04-22 | 1 | -0/+91 |
* | Comment to expound more on what it means for <Adjustment> entries to be igno... | Bradley M. Kuhn | 2013-02-20 | 1 | -0/+13 |
* | Include better explanation of what this report is for in the comments. | Bradley M. Kuhn | 2013-02-20 | 1 | -1/+13 |
* | Fix typo in error output. | Bradley M. Kuhn | 2013-02-20 | 1 | -1/+1 |
* | Use a Math::BigFloat() rather than a regular float for Adjustment comparison. | Bradley M. Kuhn | 2013-02-20 | 1 | -3/+4 |
* | Equity and Adjustment accounts should not appear in these reports at all. | Bradley M. Kuhn | 2013-02-19 | 2 | -1/+7 |
* | Catch a few additional accounts under Conference RBI category. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
* | Remove spurious print statement. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+0 |
* | Subtotaling of BRANCH DEPOSITs. | Bradley M. Kuhn | 2013-02-18 | 1 | -2/+43 |
* | Remove extra newline | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
* | Rework report to be just two files (disbursements and receipts). | Bradley M. Kuhn | 2013-02-18 | 1 | -19/+18 |
* | Sort solution by date in output. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
* | Searching is better when you can set the begin date, end date and then go bac... | Bradley M. Kuhn | 2013-02-18 | 1 | -6/+6 |
* | Improve spreadsheet and debugging output. | Bradley M. Kuhn | 2013-02-18 | 1 | -6/+10 |
* | This could be for any period, not just the FY. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+1 |
* | Correct account names due to renaming of Conference accounts in chart of acco... | Bradley M. Kuhn | 2013-02-18 | 1 | -4/+4 |
* | Remove output of TXT files. CSV output is adequate. | Bradley M. Kuhn | 2013-02-18 | 1 | -13/+0 |
* | Correct regular expression for account queries to avoid inclusion of sub-acco... | Bradley M. Kuhn | 2013-02-18 | 1 | -2/+2 |
* | Support for title: field, to name sheets in the ODS file. | Bradley M. Kuhn | 2013-02-18 | 1 | -1/+4 |
* | Start search from date: easy way to resume searches. | Bradley M. Kuhn | 2013-02-18 | 1 | -5/+5 |
* | Finish reporting details for STDOUT; change command line arg to bank balance. | Bradley M. Kuhn | 2013-02-18 | 1 | -20/+40 |
* | Default to brute-force subset sum solution. | Bradley M. Kuhn | 2013-02-18 | 1 | -8/+44 |
* | Support for a list of known checksums of files already copied over. | Bradley M. Kuhn | 2013-02-18 | 1 | -9/+70 |
* | Rename the function to note it's the dynamic programming one. | Bradley M. Kuhn | 2013-02-18 | 1 | -2/+2 |
* | Loop through to build smaller sets when testing. | Bradley M. Kuhn | 2013-02-18 | 1 | -29/+52 |
* | Basic implementation probably correct, but needs much RAM. | Bradley M. Kuhn | 2013-02-18 | 1 | -9/+36 |
* | Began work on script to reconcile bank accounts. | Bradley M. Kuhn | 2013-02-18 | 1 | -0/+122 |
* | Add --single-file-directory option: create single directory with all linked f... | Bradley M. Kuhn | 2013-02-18 | 1 | -5/+46 |
* | Merge pull request #90 from rladams/next | John Wiegley | 2013-01-29 | 7 | -0/+1192 |
|\ |
|
| * | Moved over some shortcut functions | adamsrl | 2012-10-15 | 1 | -6/+136 |
| * | Added raw copies of my custom ledger scripts and elisp additions. Next need t... | adamsrl | 2012-08-22 | 6 | -0/+1057 |
| * | Created contrib/raw for examples to be shared among advanced Ledger users and... | adamsrl | 2012-08-22 | 1 | -0/+5 |
* | | The restricted fund report has been almost entirely rewritten. | Bradley M. Kuhn | 2013-01-06 | 1 | -70/+151 |
* | | More flexible CSV -> ODS hyperlinks and pagebreaks; csv2ods.py produces MANIF... | Bradley M. Kuhn | 2013-01-06 | 3 | -21/+32 |
* | | Correct sorting of output in trial balance report. | Bradley M. Kuhn | 2013-01-06 | 1 | -3/+6 |
* | | Completed report on unpaid accruals. | Bradley M. Kuhn | 2013-01-06 | 1 | -3/+29 |
* | | Ordering of options had always been incorrect on this call; Fixed. | Bradley M. Kuhn | 2013-01-06 | 1 | -1/+1 |
* | | First crack at an unpaid accruals report. | Bradley M. Kuhn | 2013-01-05 | 1 | -0/+84 |
* | | Add balances for permanent (i.e., asset) accounts. | Bradley M. Kuhn | 2013-01-05 | 1 | -3/+41 |
* | | MANIFEST file is now also generated by general-ledger report. | Bradley M. Kuhn | 2013-01-04 | 1 | -0/+10 |
* | | Updated expected test output data for general-ledger report. | Bradley M. Kuhn | 2013-01-04 | 3 | -4/+6 |
* | | Corrected Trial Balance report based on discussion with accountants. | Bradley M. Kuhn | 2013-01-04 | 1 | -26/+57 |
* | | Sort of accounts was buggy; it never made the final else due to bad regexes. | Bradley M. Kuhn | 2013-01-04 | 2 | -24/+33 |
* | | Some minor formatting fixes for the trial balance report. | Bradley M. Kuhn | 2013-01-03 | 1 | -2/+2 |
* | | Change Income and Expenses reports to generate CSV files, rather than TXT files. | Bradley M. Kuhn | 2013-01-03 | 1 | -17/+18 |