summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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-042-0/+11
| | * | | | 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
| * | | | | Merge pull request #107 from afh/pull/time_colonJohn Wiegley2013-01-295-3/+32
| |\ \ \ \ \
| | * | | | | Add --time-colon optionAlexis Hildebrandt2012-11-105-3/+32
| * | | | | | Merge pull request #133 from enderw88/Bug705-862-init-file-and-pricedbJohn Wiegley2013-01-293-22/+43
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #130 from enderw88/ledger-mode-fixesJohn Wiegley2013-01-293-57/+132
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'bug514-sort-accounts-and-commodities' into kitchen-sinkCraig Earls2013-01-296-10/+24
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Fixes bug 514. accounts and commodities output now sortsCraig Earls2013-01-296-10/+24
| |/ / / / / / /
* | | | | | | | Merge branch 'Bug705-862-init-file-and-pricedb' into kitchen-sinkCraig Earls2013-01-293-22/+43
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...Craig Earls2013-01-293-22/+43
| |/ / / / / /
* | | | | | | Merge branch 'add-tags-command' into kitchen-sinkCraig Earls2013-01-294-10/+67
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Addes tags command and --values optionCraig Earls2013-01-294-10/+67
| |/ / / /
* / / / / fixes the reconcile mode, adds menus for all modesCraig Earls2013-01-293-57/+132
|/ / / /
* | | | Added Huququ'llah calculation back in.Craig Earls2013-01-251-13/+91
* | | | do not auto-build documentationJohann Klähn2013-01-191-6/+2
* | | | improve doxygen build logicJohann Klähn2013-01-192-10/+24
* | | | doxygen: enable search and foldingJohann Klähn2013-01-191-2/+2
* | | | update Doxyfile.in (using doxygen -u)Johann Klähn2013-01-192-680/+1070
* | | | only run doxygen onceJohann Klähn2013-01-191-2/+10
* | | | Merge branch 'master' into nextJohann Klähn2013-01-188-4/+37
|\ \ \ \
| * \ \ \ Merge pull request #89 from kljohann/bugs.convertJohn Wiegley2012-10-158-4/+37
| |\ \ \ \
| | * | | | ignore extra fields when converting csv filesJohann Klähn2012-10-133-1/+8
| | * | | | update baseline test for convert commandJohann Klähn2012-10-131-1/+1
| | * | | | ignore (some) empty field when converting csvJohann Klähn2012-10-135-2/+28
| |/ / / /
* | | | | Merge pull request #123 from kljohann/bug.788John Wiegley2013-01-176-5/+36
|\ \ \ \ \
| * | | | | change handling of standard inputJohann Klähn2013-01-175-4/+35
| * | | | | allow -f /dev/stdin in test runnerJohann Klähn2013-01-171-1/+1
|/ / / / /
* | | | | fix ctest rulesJohann Klähn2013-01-172-20/+2
* | | | | Revert "Bug551 fixed, commodities and accounts now sort"John Wiegley2013-01-163-16/+2
* | | | | Revert "fix bug 788: behaviour of source_context for '-f -'"John Wiegley2013-01-163-14/+1
* | | | | Apply patch to update ldg-reconcile.elJohn Wiegley2013-01-161-1/+39
* | | | | On the Mac, texi2pdf doesn't have a --tidy optionJohn Wiegley2013-01-161-1/+1
* | | | | whitespace cleanupJohann Klähn2013-01-165-15/+15
* | | | | Merge pull request #122 from enderw88/Lisp-fixesJohn Wiegley2013-01-164-3/+58
|\ \ \ \ \
| * | | | | Fixed ledger-add-entryCraig Earls2013-01-161-1/+42