Commit graph

32 commits

Author SHA1 Message Date
Craig Earls
63ba45dbaa Finished changing name to ledger-*
All files and references changed ldg-* to ledger-*
2013-07-02 15:37:33 -07:00
Craig Earls
971bcf22f4 Bug 951, handle thousand separators.
Rewrote handling for decimal comma to be much simpler.  Why can't I see the simple way first?
2013-04-13 21:55:06 -07:00
Craig Earls
4df990014f Fixed reconciliation initialization. Now prompts with only account, not status and amount
Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
2013-04-06 23:13:49 -07:00
Craig Earls
62996f9366 Make 'return' visit source in reports, make Visit Source the entry in reconcile mode. 2013-04-01 10:15:48 -07:00
Rémi Vanicat
efed5eb4bf Removing some warning when compiling ledger.
* 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
2013-03-30 17:40:25 +01:00
Craig Earls
d3fe4c666f Lots of code cleanup. (if () (progn …) ==> (when () …) all over the place 2013-03-25 01:21:19 -04:00
Craig Earls
ea72ac29ea Enh918 Have occur mode searches stored in mini buffer history 2013-03-18 10:50:11 -07:00
Craig Earls
81eeb210e8 Improved context regex to handles @ and @@ pricing 2013-03-06 16:57:07 -05:00
Craig Earls
efce6c8936 Add acct under point to reconcile prompt. Fix reconcile balance display of empty accounts 2013-03-04 09:36:34 -07:00
Craig Earls
71d5d6078f Make reverse-report SHIFT-R 2013-02-28 11:57:51 -07:00
Craig Earls
42911df9f5 Restructured customization groups. Completed initial draft of ledger-mode documentation 2013-02-27 17:27:52 -07:00
Craig Earls
5e0e7e0a97 Add reconcile menu entry and correct bug in report that failed on automatically generated xacts 2013-02-26 15:08:52 -07:00
Craig Earls
2c69aa1ff5 A better try to deal with decimal-comma from ledger 2013-02-17 19:47:16 -07:00
Craig Earls
adfb03cac0 Fixed overrun when ledger report would expand argument and cmd would get short 2013-02-15 12:11:50 -07:00
Craig Earls
d8f0b0fa83 Code commenting cleanup. 2013-02-14 15:37:13 -07:00
Craig Earls
67201ee850 Add highlighting in the report window if the line is mapped to a file 2013-02-14 11:40:08 -07:00
Craig Earls
1074dec8ad Improved ledger-report visit source capabilities 2013-02-14 09:49:00 -07:00
Craig Earls
6315c60e43 Correct behavior of ledger report when entering a new report
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.
2013-02-13 12:34:09 -07:00
Craig Earls
e3b37ac19e Lisp code cleanup.
Mostly went through and clarified variable names.  Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability.
2013-02-12 10:35:27 -07:00
Craig Earls
867b84c52e code formatting cleanup. 2013-02-07 11:30:34 -07:00
Craig Earls
4d7c492939 Lisp code cleanup
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
2013-02-05 12:33:42 -07:00
Craig Earls
eff1472337 Added GPL licensing information to lisp files 2013-01-29 13:57:22 -07:00
John Wiegley
e1da55d1af Merge pull request #90 from rladams/next
Next
2013-01-29 12:04:40 -08:00
Craig Earls
0bbff75f43 fixes the reconcile mode, adds menus for all modes
thanks to dk for the is-std defun.
2013-01-29 08:50:50 -07:00
adamsrl
9173190a8f Made marker logic for jumping from hyperlinked reports to source files work by simplifying. 2012-10-15 13:29:22 -05:00
adamsrl
6094c202c1 Adding goto EOL to fix issue where re-search-forward was including ledger report data in the text properties. 2012-10-15 11:47:29 -05:00
adamsrl
7b11dad404 Added back my patches for johns ldg-mode 2012-10-14 16:43:56 -05:00
John Wiegley
e716995311 Patch reports with markers to allow xact shifting 2012-08-08 00:34:07 -05:00
John Wiegley
d203393cab Allow non-register reports to work again 2012-07-30 22:35:21 -05:00
John Wiegley
628fc01962 Add ability to visit source line from ldg-report 2012-07-30 22:32:10 -05:00
John Wiegley
dea2aed0b5 Untabified all source files 2010-06-11 17:02:25 -04:00
John Wiegley
bd8e6686f2 Broke up the old ledger.el into several submodules 2010-04-12 22:32:12 -04:00