Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-09-20 | 7 | -55/+32 |
|\ | |||||
| * | Guard against a possible null value | John Wiegley | 2013-09-20 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #210 from OpenTechStrategies/fix-build-instructions | John Wiegley | 2013-09-19 | 1 | -13/+1 |
| |\ | | | | | | | Remove some obsolete material from the build instructions. | ||||
| | * | Remove some obsolete material from the build instructions. | Karl Fogel | 2013-09-18 | 1 | -13/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It no longer works to create the "build" directory and then build separate optimized and debug versions. As confirmed in IRC with sm and egh, the former instructions resulted in an error: $ mkdir build $ ./acprep opt make make: *** No targets specified and no makefile found. Stop. acprep: ERROR: Execution failed: make $ ./acprep debug make make: *** No targets specified and no makefile found. Stop. acprep: ERROR: Execution failed: make Maybe there's a fix for this, but I don't know what it is, so this commit just makes the build instructions work for the common case. | ||||
| * | Merge pull request #208 from vkurup/master | Craig Earls | 2013-09-08 | 1 | -1/+3 |
| |\ | | | | | | | ledger-copy-transaction-at-point: leave point in better place for editing | ||||
| | * | Find first numeral or minus sign, instead of blind move | Vinod Kurup | 2013-09-08 | 1 | -1/+2 |
| | | | |||||
| | * | Move past the commodity sign | Vinod Kurup | 2013-09-07 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #209 from wcravens/fix_block_comment_instructions_chapt_4 | John Wiegley | 2013-09-08 | 1 | -3/+3 |
| |\ \ | | | | | | | | | Remove reference to depricated ! operator in Chapt 4 | ||||
| | * | | Remove reference to depricated ! operator in Chapt 4 | Wes Cravens | 2013-09-08 | 1 | -3/+3 |
| |/ / | |||||
| * / | Corrected discrepancies between documentation and drewr3.dat regarding apply ↵ | Craig Earls | 2013-09-07 | 2 | -12/+1 |
| |/ | | | | | | | and bucket | ||||
| * | Merge pull request #207 from afh/pull/989 | John Wiegley | 2013-09-07 | 1 | -5/+5 |
| |\ | | | | | | | Apply --time-colon option only to time commodities | ||||
| | * | Apply --time-colon option only to time commodities | Alexis Hildebrandt | 2013-09-07 | 1 | -5/+5 |
| | | | | | | | | | | | | See #989 | ||||
| * | | Merge pull request #206 from skaczor/patch-1 | John Wiegley | 2013-08-21 | 1 | -20/+18 |
| |\ \ | | | | | | | | | Update CMakeLists.txt | ||||
| | * | | Update CMakeLists.txt | Simon Kaczor | 2013-08-21 | 1 | -20/+18 |
| |/ / | | | | | | | renamed files from ldg to ledger. Don't compile ledger-context.el because it has a macro. | ||||
* | | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-08-20 | 2 | -2/+11 |
|\| | | | | | | | | | | | | | | Conflicts: lisp/ledger-reconcile.el | ||||
| * | | Bug 986. Add file order to sorting options in the reconcile mode. | Craig Earls | 2013-08-20 | 1 | -2/+7 |
| | | | |||||
| * | | Merge pull request #205 from vanicat/t/ignore | Craig Earls | 2013-08-12 | 1 | -0/+4 |
| |\ \ | | | | | | | | | Adding some file to .gitignore | ||||
| | * | | Adding some file to .gitignore | Rémi Vanicat | 2013-08-12 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-19 | 5 | -18/+17 |
|\| | | |||||
| * | | Merge pull request #200 from errge/master | Craig Earls | 2013-07-15 | 1 | -5/+6 |
| |\ \ | | | | | | | | | Change ledger-next-amount to be case-sensitive | ||||
| | * | | Change ledger-next-amount to be case-sensitive | Gergely Risko | 2013-07-12 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise if there is an account that's name only has one part, the regex can match it as a currency and as the beginning of an amount. E.g. if we have the line "Expenses 45 USD", then the old ledger-next-amount will jump to Expenses instead of to 45. | ||||
| * | | | Merge pull request #202 from bkuhn/contrib-non-profit-audit-fraud-and-totals | John Wiegley | 2013-07-14 | 1 | -7/+7 |
| |\ \ \ | | | | | | | | | | | Create Fraud Receivable and accept rounding of totals to two cents. | ||||
| | * | | | Some of the totals rounded via -V cause rounding more than one penny. | Bradley M. Kuhn | 2013-07-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Use two cents as to test if the amounts are close enough. | ||||
| | * | | | Add Fraud Receivable to Accrued accounts. | Bradley M. Kuhn | 2013-07-14 | 1 | -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-accounts | John Wiegley | 2013-07-12 | 2 | -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. Kuhn | 2013-07-12 | 2 | -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-report | Craig Earls | 2013-07-10 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | The $formattedBeginDate should derive from $beginDate, not $endDate (duh... | ||||
| | * | The $formattedBeginDate should derive from $beginDate, not $endDate (duh!) | Bradley M. Kuhn | 2013-07-10 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #198 from errge/master | Craig Earls | 2013-07-09 | 1 | -1/+1 |
| |\ | | | | | | | I understand now. I like that idea. Thanks for the help! | ||||
| | * | Fix comment string | Gergely Risko | 2013-07-09 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-03 | 1 | -3/+10 |
|\| | |||||
| * | Add ledger-mode-should-check-version to disable startup checks. | Craig Earls | 2013-07-03 | 1 | -3/+10 |
| | | | | | | | | This is for users who are not using the official Ledger, say maybe hedger… | ||||
* | | Add Schedule Upcoming to Ledger menu | Craig Earls | 2013-07-03 | 2 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 19 | -445/+443 |
|\| | | | | | | | | | | | | | | | Conflicts: lisp/ledger-init.el lisp/ledger-mode.el lisp/ledger-reconcile.el lisp/ledger-schedule.el | ||||
| * | Finished changing name to ledger-* | Craig Earls | 2013-07-02 | 18 | -152/+152 |
| | | | | | | | | All files and references changed ldg-* to ledger-* | ||||
* | | Merge branch 'master' into ledger-mode-automatic-transactions | Craig Earls | 2013-07-02 | 2 | -91/+52 |
|\| | |||||
| * | Remove leg-new and made leg-mode the entry point. | Craig Earls | 2013-07-02 | 2 | -91/+52 |
| | | |||||
* | | Schedule documentation update | Craig Earls | 2013-07-02 | 1 | -2/+26 |
| | | |||||
* | | Formatting cleanup | Craig Earls | 2013-07-02 | 1 | -2/+2 |
| | | |||||
* | | Formatting changes and initial inclusion of ledger-schedule | Craig Earls | 2013-07-02 | 11 | -784/+769 |
|/ | |||||
* | Adjust subtraction to scale operands up, thereby avoiding the silly long results | Craig Earls | 2013-07-02 | 1 | -2/+8 |
| | |||||
* | Ensure target balance is actually parseable as a number | Craig Earls | 2013-07-01 | 1 | -16/+17 |
| | |||||
* | Added buffer cleanup and tweaked the reconcile quit routines. | Craig Earls | 2013-06-27 | 2 | -6/+4 |
| | |||||
* | Merge pull request #197 from vanicat/t/small-info-correction | Craig Earls | 2013-06-26 | 1 | -1/+1 |
|\ | | | | | @itemx shoud be after an @item | ||||
| * | @itemx shoud be after an @item | Rémi Vanicat | 2013-06-26 | 1 | -1/+1 |
|/ | |||||
* | Disable three tests preventing Jenkins from succeeding | John Wiegley | 2013-06-19 | 3 | -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.0 | John Wiegley | 2013-06-17 | 9 | -14/+215 |
|\ | | | | | Minor source code changes required to compile with Microsoft Visual C++ 11 (2012) | ||||
| * | Additional changes required for MSVC to compile ledger. | Tim Crews | 2013-06-16 | 3 | -9/+9 |
| | | | | | | | | These changes only matter if ledger is compiled with USE_PYTHON. | ||||
| * | Corrected filename for strptime.cc | Tim Crews | 2013-06-15 | 1 | -0/+0 |
| | | |||||
| * | Source changes needed for Microsoft Visual C++ compatibility. | Tim Crews | 2013-06-14 | 6 | -5/+206 |
|/ | | | | Includes an implementation of strptime, compiled only for Win32 platform. |