summaryrefslogtreecommitdiff
path: root/lisp/ldg-reconcile.el
Commit message (Collapse)AuthorAgeFilesLines
* Bug 951, handle thousand separators.Craig Earls2013-04-131-187/+187
| | | | Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first?
* Added quick balance check to ledger-modeCraig Earls2013-04-081-30/+26
|
* Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-061-1/+1
| | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
* Regex CleanupCraig Earls2013-04-041-2/+1
|
* Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-021-2/+12
| | | | regex in ledger context at point.
* Make 'return' visit source in reports, make Visit Source the entry in ↵Craig Earls2013-04-011-1/+1
| | | | reconcile mode.
* add --collapse to reconcile balance calculationCraig Earls2013-03-251-1/+1
|
* Improve complete-all and reconcile savingCraig Earls2013-03-251-1/+2
|
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵Craig Earls2013-03-251-62/+55
| | | | place
* Bug 915 maintain point in buffer when saved.Craig Earls2013-03-231-16/+15
|
* Finish bug 929 got rid of all references to folding, use narrowing instead.Craig Earls2013-03-231-4/+4
|
* Merge pull request #168 from vanicat/t/clean-no-failCraig Earls2013-03-231-1/+1
|\ | | | | Don't fail cleaning after reconcile when some buffer have been killed
| * Don't fail cleaning after reconcile when some buffer have been killedRémi Vanicat2013-03-211-1/+1
| | | | | | | | | | If buffer in leger-buf has been killed, ledger-reconcile-quit-cleanup will fail with an error. Better to do nothing.
* | Fix bug 915, maintain post in ledger buffer after save during reconciliation.Craig Earls2013-03-221-5/+10
|/
* Ensure the ledger but tracks the reconcile buffer after a save.Craig Earls2013-03-181-3/+5
|
* Fix bug 915 Save in reconcile mode maintains point.Craig Earls2013-03-171-5/+7
|
* Fix bug 917 C-Begin C-End don't keep buffer syncedCraig Earls2013-03-171-1/+3
|
* Reconcile code cleanupCraig Earls2013-03-141-4/+2
|
* Reconcile skips asking for target if there are no uncleared xacts.Craig Earls2013-03-131-10/+11
|
* More reconcile restructuring.Craig Earls2013-03-131-9/+12
|
* Cleaned up ledger-reconcile, easier to read, fewer lines of code.Craig Earls2013-03-131-24/+25
|
* Reconcile date configuration is pulled from ledgerrcCraig Earls2013-03-081-2/+4
|
* Added Ledger error handling. No more lisp backtraces!Craig Earls2013-03-081-26/+27
|
* Made account formatting and auto complete compatible.Craig Earls2013-03-071-8/+8
|
* Account auto formatting now works with tab completionCraig Earls2013-03-061-1/+1
|
* Code formatting cleanup.Craig Earls2013-03-061-1/+0
|
* Add acct under point to reconcile prompt. Fix reconcile balance display of ↵Craig Earls2013-03-041-4/+5
| | | | empty accounts
* Clean up the reconcile balance display codeCraig Earls2013-03-011-2/+1
|
* Ensure reconcile balance display can handle empty accounts. Also force ↵Craig Earls2013-03-011-13/+16
| | | | balance display at the beginning of reconciliation.
* Restructured customization groups. Completed initial draft of ledger-mode ↵Craig Earls2013-02-271-6/+10
| | | | documentation
* Position point at beginning of line on posting being reconciled.Craig Earls2013-02-211-0/+1
|
* bug-905, inadvertently used an aquamacs function.Craig Earls2013-02-211-1/+1
|
* Prevent point from being at the end of line when ledger-reconcile-toggle is ↵Craig Earls2013-02-211-0/+1
| | | | called
* Put in more nil window protection.Craig Earls2013-02-201-2/+2
|
* Run ledger-highlight-xact-under-point when reconcile quits, so only one xact ↵Craig Earls2013-02-201-1/+3
| | | | is highlighted
* Make ledger-reconcile a little cleaner.Craig Earls2013-02-201-5/+5
| | | | The recon buffer is filled before asking for target, so there isn't a blank window showing while asking for target.
* Fix another null buffer problem when closing ledger buffersCraig Earls2013-02-191-12/+14
|
* Fixes Bug 900Craig Earls2013-02-181-13/+12
| | | | | | If the buffer being reconciles was killed with the *Reconcile* buffer still around their were dirty hooks left around that caused bug problems. This fix adds a local kill-buffer hook that calls the ledger-quit routines
* A better try to deal with decimal-comma from ledgerCraig Earls2013-02-171-1/+1
|
* Changed prompt for reconciliation target.Craig Earls2013-02-151-3/+3
|
* Oops. This adds missing parenthesis to the last commit.Craig Earls2013-02-151-1/+1
|
* Improved error reportingCraig Earls2013-02-151-2/+2
|
* Bug 894 Changing reconciliation account now repositions point in the ↵Craig Earls2013-02-141-2/+3
| | | | Reconcile buffer correctly.
* Code commenting cleanup.Craig Earls2013-02-141-51/+59
|
* Fix to target change function in leg-reconcileCraig Earls2013-02-141-0/+1
| | | | Took out the (interactive) statement and it needed to be there.
* Added rudimentary target checking to reconcile.Craig Earls2013-02-131-10/+46
|
* Bug 893 Ledger reconcile loses alignmentCraig Earls2013-02-131-15/+13
| | | | | | An earlier change to multi-file support stored the actual markers to the beginnings of the transaction/postings. When reconcile would insert characters it would invalidate those marker and after many items and been cleared could result in severe misalignment. This change brings back storing the line-numbers as reported by emacs.
* Merge pull request #155 from vanicat/t/reconcile_and_windowsCraig Earls2013-02-131-21/+25
|\ | | | | T/reconcile and windows
| * Ensure that the reconcile buffer is shown when ledger-reconcile is called.Rémi Vanicat2013-02-131-10/+14
| |
| * In ledger-do-reconcile, don't act on windows when reconcile hasn't oneRémi Vanicat2013-02-131-11/+11
| | | | | | | | | | | | Ledger-do-reconcile might be called indirectly (in the after-save-hook for example) and one might not want this buffer she has buried to show up again when she is saving another (even related) buffer.