summaryrefslogtreecommitdiff
path: root/lisp/ldg-report.el
Commit message (Collapse)AuthorAgeFilesLines
* Bug 951, handle thousand separators.Craig Earls2013-04-131-18/+18
| | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first?
* Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-061-153/+3
| | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
* Make 'return' visit source in reports, make Visit Source the entry in ↵Craig Earls2013-04-011-1/+1
| | | | reconcile mode.
* Removing some warning when compiling ledger.Rémi Vanicat2013-03-301-1/+1
| | | | | | | * ldg-commodities.el: use #' instead of ' for function quoting * ldg-exec.el: remove the fit-frame function that don't exists and do not use toggle-read-only to make the buffer read-only * ldg-report.el: use forward-line instead of next-line
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵Craig Earls2013-03-251-28/+25
| | | | place
* Enh918 Have occur mode searches stored in mini buffer historyCraig Earls2013-03-181-2/+2
|
* Improved context regex to handles @ and @@ pricingCraig Earls2013-03-061-5/+13
|
* Add acct under point to reconcile prompt. Fix reconcile balance display of ↵Craig Earls2013-03-041-8/+3
| | | | empty accounts
* Make reverse-report SHIFT-RCraig Earls2013-02-281-1/+1
|
* Restructured customization groups. Completed initial draft of ledger-mode ↵Craig Earls2013-02-271-2/+7
| | | | documentation
* Add reconcile menu entry and correct bug in report that failed on ↵Craig Earls2013-02-261-9/+11
| | | | automatically generated xacts
* A better try to deal with decimal-comma from ledgerCraig Earls2013-02-171-11/+9
|
* Fixed overrun when ledger report would expand argument and cmd would get shortCraig Earls2013-02-151-3/+17
|
* Code commenting cleanup.Craig Earls2013-02-141-27/+41
|
* Add highlighting in the report window if the line is mapped to a fileCraig Earls2013-02-141-15/+19
|
* Improved ledger-report visit source capabilitiesCraig Earls2013-02-141-43/+48
|
* Correct behavior of ledger report when entering a new reportCraig Earls2013-02-131-28/+25
| | | | ledger-report-save would fail if you entered a new report with a name. It wouldn't save the customization to the disk, and if you tried to save manually it would complain about an identical command.
* Lisp code cleanup.Craig Earls2013-02-121-1/+1
| | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability.
* code formatting cleanup.Craig Earls2013-02-071-34/+34
|
* Lisp code cleanupCraig Earls2013-02-051-53/+53
| | | | | | Most of the files have been touched several times and the indentation structure was wrong. I ran all the files through the emacs indent region function to get back to a baseline
* Added GPL licensing information to lisp filesCraig Earls2013-01-291-0/+21
|
* Merge pull request #90 from rladams/nextJohn Wiegley2013-01-291-41/+23
|\ | | | | Next
| * Made marker logic for jumping from hyperlinked reports to source files work ↵adamsrl2012-10-151-37/+9
| | | | | | | | by simplifying.
| * Adding goto EOL to fix issue where re-search-forward was including ledger ↵adamsrl2012-10-151-9/+8
| | | | | | | | report data in the text properties.
| * Added back my patches for johns ldg-modeadamsrl2012-10-141-8/+19
| |
* | fixes the reconcile mode, adds menus for all modesCraig Earls2013-01-291-0/+15
|/ | | | thanks to dk for the is-std defun.
* Patch reports with markers to allow xact shiftingJohn Wiegley2012-08-081-5/+43
|
* Allow non-register reports to work againJohn Wiegley2012-07-301-14/+18
|
* Add ability to visit source line from ldg-reportJohn Wiegley2012-07-301-1/+23
|
* Untabified all source filesJohn Wiegley2010-06-111-99/+99
|
* Broke up the old ledger.el into several submodulesJohn Wiegley2010-04-121-0/+448