Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added balance addition unit test | tripun | 2014-08-11 | 1 | -4/+42 |
| | |||||
* | add balance Test constructors | tripun | 2014-08-11 | 1 | -2/+22 |
| | |||||
* | Merge pull request #315 from tripun/options_tests | Martin Michlmayr | 2014-08-10 | 1 | -0/+49 |
|\ | | | | | add test for --equity | ||||
| * | removing test with reg --lot-prices --equity until issue is fixed | tripun | 2014-08-10 | 1 | -13/+0 |
| | | |||||
| * | add test for --equity | tripun | 2014-08-10 | 1 | -0/+62 |
|/ | |||||
* | Rename test since the equity command is being tested, not the option | Martin Michlmayr | 2014-08-10 | 1 | -0/+0 |
| | |||||
* | Define payees to get rid of trailing whitespace | Martin Michlmayr | 2014-08-10 | 1 | -10/+10 |
| | |||||
* | Fix minor whitespace issues | Martin Michlmayr | 2014-08-10 | 3 | -7/+7 |
| | |||||
* | fixed --rich-data test | tripun | 2014-08-10 | 1 | -6/+6 |
| | |||||
* | add test for --datetime-format | tripun | 2014-08-10 | 1 | -0/+22 |
| | |||||
* | add test for --time-colon | tripun | 2014-08-10 | 1 | -0/+45 |
| | |||||
* | add test for --time-report | tripun | 2014-08-10 | 1 | -0/+44 |
| | |||||
* | add test for --immediate | tripun | 2014-08-10 | 1 | -0/+32 |
| | |||||
* | add test for alternative of tail, i.e last | tripun | 2014-08-10 | 1 | -0/+14 |
| | |||||
* | add test for --date expr | tripun | 2014-08-10 | 1 | -0/+50 |
| | |||||
* | add tests for --detail and --rich-data | tripun | 2014-08-10 | 1 | -0/+32 |
| | |||||
* | add alternative for --head , i.e --first | tripun | 2014-08-10 | 1 | -0/+14 |
| | |||||
* | added test for alternatives of --gain , i.e --change and -G | tripun | 2014-08-10 | 1 | -1/+10 |
| | |||||
* | add test for --dc | tripun | 2014-08-10 | 1 | -0/+22 |
| | |||||
* | Merge commit '689112d3c0ffeb895ad4d8b9f61b50c5f537f0ed' | Craig Earls | 2014-07-29 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #311 from tripun/code_coverage | John Wiegley | 2014-07-24 | 1 | -1/+1 |
| |\ | | | | | | | fix code coverage problem | ||||
| | * | fix code coverage problem | tripun | 2014-07-24 | 1 | -1/+1 |
| | | | |||||
* | | | Improve ledger-report-redo buffer type checking. | Craig Earls | 2014-07-29 | 1 | -1/+1 |
|/ / | |||||
* | | For ledger-post-align-postings to run on xacts added with ledger-add | Craig Earls | 2014-07-15 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #310 from tbm/712-713-costs | Martin Michlmayr | 2014-07-14 | 19 | -1846/+796 |
|\ \ | |/ |/| | Change the definition of cost | ||||
| * | Preserve the given cost for print | Martin Michlmayr | 2014-07-14 | 3 | -3/+6 |
| | | | | | | | | Patch from John Wiegley | ||||
| * | Add a regression test for bug #712 | Martin Michlmayr | 2014-07-14 | 2 | -0/+22 |
| | | |||||
| * | Add regression tests for bug #713 | Martin Michlmayr | 2014-07-14 | 2 | -0/+88 |
| | | |||||
| * | Regenerate tests for fix for bug #713 | Martin Michlmayr | 2014-07-14 | 5 | -1799/+639 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for bug #713 changes the way capital gains as well as basis costs are shown. All of these tests use the same input file, which includes capital gains and losses. The tests are too long to update and verify manually but I verified some files and believe the output is correct. I've therefore updated the tests with the output of the fixed ledger. Let's take baseline/opt-lot-dates.test as one example. In the past, ledger generated the following incorrect Equity entries: 190.42G Equity 236.83G Capital Gains -46.41G Capital Losses If you compare the end of the diff of the test, you'll see: - 35.42G + -155.00G The difference is: 35.42 - -155.00 = 190.42 This matches exactly the Equity entries previously generated, which shouldn't be there. | ||||
| * | Update tests for fix for bug #713 | Martin Michlmayr | 2014-07-14 | 6 | -42/+37 |
| | | | | | | | | | | | | | | John's fix for bug #713 changes the way basis cost are calculated. The patch also fixes #712, which caused ledger to create automatic Equity:Capital Gains that were not correct. Update the test cases accordingly after verifying the new output. | ||||
| * | Preserve original cost basis when gain or loss is made | Martin Michlmayr | 2014-07-14 | 1 | -2/+4 |
|/ | | | | | | | | | | | | | | | | | | Change the definition of cost: in the past, if you bought 1 AAA for $10 and then sold it for $12, ledger would take $12 as the cost. With the patch, the original cost of $10 is preserved ss the cost basis. In my opinion, this brings ledger in line with accounting expectations. This change fixes bugs #712 and #713. Bug #712 is about Equity:Capital Gains and Equity:Capital Loss entries ledger automatically generates that are in my opinion incorrect. Bug #713 is about strange behaviour with -B after a capital gain or loss is made. Patch from John Wiegley. | ||||
* | Make the reconcile balance status message more clear. | Craig Earls | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | make leder-mode-dump-configuration interactive | Craig Earls | 2014-07-13 | 1 | -0/+1 |
| | |||||
* | Added ledger-report-auto-refresh customization variable. | Craig Earls | 2014-07-12 | 1 | -2/+8 |
| | |||||
* | Improve report redo logic. | Craig Earls | 2014-07-12 | 1 | -10/+12 |
| | |||||
* | ledger-redo added as after-save-hook | Craig Earls | 2014-07-12 | 2 | -1/+3 |
| | |||||
* | Merge branch 'master' into ledger-mode-bug-1063-auto-refresh-reports | Craig Earls | 2014-07-12 | 1 | -11/+10 |
|\ | |||||
| * | Merge pull request #309 from holomorph/master | Steve Purcell | 2014-07-12 | 1 | -11/+10 |
| |\ | | | | | | | use inherits for related faces that are the same | ||||
| | * | ledger-fonts.el: untabify | Mark Oteiza | 2014-07-12 | 1 | -2/+2 |
| | | | |||||
| | * | use inherits for related faces that are the same | Mark Oteiza | 2014-07-12 | 1 | -9/+8 |
| |/ | |||||
* / | Code cleanup | Craig Earls | 2014-07-12 | 5 | -69/+26 |
|/ | |||||
* | Merge pull request #308 from vanicat/t/dont-use-flatten | Craig Earls | 2014-07-09 | 1 | -2/+2 |
|\ | | | | | Thanks for catching this. I wonder why they took it out? This is much less readable than 'flatten'. | ||||
| * | ledger-reconcile.el: don't use flatten | Rémi Vanicat | 2014-07-09 | 1 | -2/+2 |
|/ | | | | The flatten function is not part of Emacs, so better not use it. | ||||
* | Merge branch 'ledger-mode-bbug-875-configurable-reconcile-line' | Craig Earls | 2014-07-03 | 1 | -28/+73 |
|\ | |||||
| * | Finished configurable reconcile format line. | Craig Earls | 2014-07-03 | 1 | -4/+15 |
| | | |||||
| * | ledger-reconcile-compile-format-string returns a lambda that is used to ↵ | Craig Earls | 2014-07-02 | 1 | -17/+25 |
| | | | | | | | | format the posting data | ||||
| * | Refactor code to pull posting format into separate defun. Added reconcile ↵ | Craig Earls | 2014-07-02 | 1 | -27/+53 |
| | | | | | | | | buffer header and line configuration defcustom. | ||||
* | | Merge pull request #307 from redstreet/master | Craig Earls | 2014-07-03 | 1 | -22/+74 |
|\ \ | | | | | | | Updated out of date value expression section in the documentation. | ||||
| * | | Fix to 90519fc6e132bd (moved paragraph to end of section). | Redstreet | 2014-07-03 | 1 | -5/+4 |
| | | | |||||
| * | | Updated out of date value expression section in the documentation. | Redstreet | 2014-07-03 | 1 | -22/+75 |
|/ / |