summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Some of the totals rounded via -V cause rounding more than one penny.Bradley M. Kuhn2013-07-141-4/+4
| | | | Use two cents as to test if the amounts are close enough.
* Add Fraud Receivable to Accrued accounts.Bradley M. Kuhn2013-07-141-3/+3
| | | | | | Funds lots and expected recoverable from Fraud are in an account called "Accrued:Fraud Receivable". In this report, show this along with the total of Loan Receivables.
* Merge pull request #201 from bkuhn/contrib-non-profit-audit-use-accountsJohn Wiegley2013-07-122-4/+2
|\ | | | | Use "ledger accounts" command rather than the '-F "%150A\n" reg' report solution
| * Use "ledger accounts" command rather than the '-F "%150A\n" reg' report ↵Bradley M. Kuhn2013-07-122-4/+2
|/ | | | | | | | | | | | | | | solution. Ledger has had (probably for some time) an "accounts" command that will list all the accounts from all transactions meeting the other criteria set on the command line. That's really what we're looking for here when we build this chart of accounts, and thus that should be used. Note that this corrects a subtle bug that wasn't apparent with the old solution. With the '-F "%150A\n" reg' solution, accounts that balanced out to zero for period (e.g., accrual accounts that were emptied during in the month) did not show up on the reports. This bug that I didn't know I had here is thus now fixed by switching to the "accounts" report.
* Merge pull request #199 from bkuhn/begin-date-wrong-general-ledger-reportCraig Earls2013-07-101-1/+1
|\ | | | | The $formattedBeginDate should derive from $beginDate, not $endDate (duh...
| * The $formattedBeginDate should derive from $beginDate, not $endDate (duh!)Bradley M. Kuhn2013-07-101-1/+1
|/
* Merge pull request #198 from errge/masterCraig Earls2013-07-091-1/+1
|\ | | | | I understand now. I like that idea. Thanks for the help!
| * Fix comment stringGergely Risko2013-07-091-1/+1
|/
* Add ledger-mode-should-check-version to disable startup checks.Craig Earls2013-07-031-3/+10
| | | | This is for users who are not using the official Ledger, say maybe hedger…
* Finished changing name to ledger-*Craig Earls2013-07-0218-152/+152
| | | | All files and references changed ldg-* to ledger-*
* Remove leg-new and made leg-mode the entry point.Craig Earls2013-07-022-91/+52
|
* Adjust subtraction to scale operands up, thereby avoiding the silly long resultsCraig Earls2013-07-021-2/+8
|
* Ensure target balance is actually parseable as a numberCraig Earls2013-07-011-16/+17
|
* Added buffer cleanup and tweaked the reconcile quit routines.Craig Earls2013-06-272-6/+4
|
* Merge pull request #197 from vanicat/t/small-info-correctionCraig Earls2013-06-261-1/+1
|\ | | | | @itemx shoud be after an @item
| * @itemx shoud be after an @itemRémi Vanicat2013-06-261-1/+1
|/
* Disable three tests preventing Jenkins from succeedingJohn Wiegley2013-06-193-0/+0
| | | | | | These aren't actually failures, just issues with the way that Jenkins works on my system (mainly because ~/.jenkins is a symlink pointing at another volume).
* Merge pull request #195 from code-affinity/msvc-11.0John Wiegley2013-06-179-14/+215
|\ | | | | Minor source code changes required to compile with Microsoft Visual C++ 11 (2012)
| * Additional changes required for MSVC to compile ledger.Tim Crews2013-06-163-9/+9
| | | | | | | | These changes only matter if ledger is compiled with USE_PYTHON.
| * Corrected filename for strptime.ccTim Crews2013-06-151-0/+0
| |
| * Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-146-5/+206
|/ | | | Includes an implementation of strptime, compiled only for Win32 platform.
* Revert "Fix tests when running under Jenkins"John Wiegley2013-06-081-1/+1
| | | | This reverts commit 7183dabc84362a745bf0381cd1cceb303338565f.
* Fix tests when running under JenkinsJohn Wiegley2013-06-081-1/+1
|
* Add buffer cleanup function.Craig Earls2013-06-061-0/+15
|
* Dramatic improvements to account completion speeds.Craig Earls2013-06-054-248/+236
|
* Implemented different sorting function on the reconcile buffer.Craig Earls2013-06-031-5/+27
| | | | | | C-c C-a for amount C-c C-p for payee C-c C-d for date
* Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent ↵Craig Earls2013-06-032-16/+7
| | | | function and added an indent xact function
* Fix bug 967, Windows rearranging after reconcile save.Craig Earls2013-06-031-2/+5
|
* Merge pull request #194 from thdox/documentation_removed_from_ledger3Craig Earls2013-06-031-34/+50
|\ | | | | Copy information from doc/NEWS to doc/ledger3.texi.
| * Copy information from doc/NEWS to doc/ledger3.texi.thdox2013-06-031-34/+50
|/ | | | Correct the documentation about '-s' that has no effect on bal command.
* Completion improvementsCraig Earls2013-06-032-8/+8
|
* Fix bug 969, payee completing only works with plain alpha charsCraig Earls2013-06-021-1/+1
|
* Merge pull request #191 from thdox/doc_diff_from_previousJohn Wiegley2013-06-022-4/+31
|\ | | | | Improve documentation about differences between ledger 2.6 and ledger 3.0
| * Improve documentation about differences between ledger 2.6 and ledger 3.0.thdox2013-06-012-4/+31
| | | | | | | | GnuCash support removed, environment variables deprecated.
* | Merge pull request #192 from thdox/reportJohn Wiegley2013-06-021-1/+1
|\ \ | |/ |/| Change format to "%Y-%m-%d"
| * Change format to "%Y-%m-%d", as described in documentation, and as codedthdox2013-06-021-1/+1
|/ | | | in report.h
* Merge pull request #190 from thdox/bug_855John Wiegley2013-06-011-0/+14
|\ | | | | Fix bug #855
| * Fix bug #855thdox2013-06-011-0/+14
|/
* Bump version number, fix README filesJohn Wiegley2013-05-293-9/+6
|
* Merge commit '900af573319c3787854abc5653c8133d37eb013f'Craig Earls2013-05-235-14/+12
|\
| * Merge pull request #189 from Travis-Snoozy/masterJohn Wiegley2013-05-231-1/+1
| |\ | | | | | | Make acprep use "str.split" not "string.split"
| | * Make acprep use "str.split" not "string.split"Travis Snoozy2013-05-231-1/+1
| |/ | | | | | | | | Python is displeased with acprep if a *FLAGS environment variable is set. This patch converts the problematic "string.split" statement to instead be "str.split", which appears to fix the problem.
| * Bump version date to 20130523. 3.0 Release CandidateJohn Wiegley2013-05-231-1/+1
| |
| * Fix test/input/drewr3.datJohn Wiegley2013-05-231-8/+8
| |
| * Fix #784John Wiegley2013-05-232-4/+2
| |
* | Resolve bug 957 update reconcile buffer when saving ledger bufferCraig Earls2013-05-231-42/+42
|/
* Merge pull request #188 from tarleb/iso-datesJohn Wiegley2013-05-221-3/+14
|\ | | | | Add option if dates should be iso-8601 by default
| * Add option if dates should be iso-8601 by defaultAlbert Krewinkel2013-05-221-3/+14
|/ | | | | Allow users to choose between the default YYYY/MM/DD format and the iso-standardized format YYYY-MM-DD.
* Correction to ldg-context xact regex.Craig Earls2013-05-211-21/+22
|
* Merge pull request #187 from thdox/documentationJohn Wiegley2013-05-202-1025/+1402
|\ | | | | Documentation