| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| | |
This could cause error when reconciling transaction that are included.
Some message should be shown to explain why nothing happen when
interactively call ledger-occur.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Well, we still deactivate it when regex is nil, but the function
should not look at previous value of ledger-occur-mode:
- the interactive function (ledger-occur) already do it, we don't need
to do it there,
- caller that want to deactivate the occur stuff only have to call
ledger-occur with a nil regex
- the old behavior make ledger-reconcile to turn off occur stuff if it
was already turn on, when what we do want is that the occur stuff
change to the new account.
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Otherwise, ledger-reconcile-visit might undo last move
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
after-save hook on quit
|
| | |
|
| |
| |
| |
| | |
controllable using ledger-buffer-tracks-reconcile-buffer
|
| |
| |
| |
| | |
There was a strange interact with some more recent parts of the code that exposed bugs I hadn't seen before.
|
|/
|
|
|
| |
This reverts commit 9a411e898acdd52e432ea84914467233e740c67e, reversing
changes made to bdf404112e81b74a0cec668222c373150a0bc5ce.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add € and £ to currency one could use in new ledger mode
|
| | |
|
| |
| |
| |
| | |
ledger-add-entry now checks to see if more than the date was given at the prompt. If there is only a date it inserts the dat at the correct place in the ledger and puts the point at the end of the line for entering transaction details
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* reconcile mode now places its window at the bottom of the ledger window it was called form and minimizes its height to the size of the recon buffer.
* It all specifically informs the user if there are no uncleared items.
* When reconcile mode is entered it sets the ledger-occur mode and scrolls the bottom of the visible buffer to the bottom of the ledger window ensuring transactions are visible.
|
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| |
| |
| |
| | |
Based on loccur. Hides everything but the xacts that match a regex. Linked to reconcile mode so that when you reconcile an account on xacts with that account are shown. Documentation updated
|
| |
| |
| |
| |
| |
| | |
account with a null amount.
It automagically determines if the account has two spaces after and if not inserts them.
|
| | |
|
| |
| |
| |
| |
| | |
editing the amount with calc is too cool for school. I can't believe I didn't see it before.
It is in the docs now as well.
|
| |
| |
| |
| |
| | |
The fancy lambdas detecting whether or not the command could be run weren't passing interactive
arguments
|
| |
| |
| |
| |
| |
| |
| | |
Altered menu creation so that menu functions are disable if there is no ledger executable available
command keys will also warn if ledger isn't working
remove a debug message from leg-sort
|
| | |
|
| |
| |
| |
| |
| |
| | |
C-c C-s now bound to ledger-sort-region. ledger-sort-region is smart and
find the beginning of the first xact within the region and the beginning of
the first xact AFTER the region so that it can keep posing structure intact
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Moved font code into separate file. created faces that can be customized in
using the emacs customizations menu group ledger-faces
|
|/ / |
|
| |
| |
| |
| |
| | |
Show cleared balance on command
Update documentation
|
| |
| |
| |
| |
| | |
This function was never defined and appeared to nothing. I caused errors
on some system by not existing.
|
| | |
|
|\ \
| | |
| | | |
Next
|
| | |
| | |
| | |
| | | |
by simplifying.
|
| | |
| | |
| | |
| | | |
report data in the text properties.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fixed the new ledger mod so that loading leg-new.el is sufficient
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The reconcile package and the xact package didn't provide themselves, and the leg-new
module didn't load up everything it needed.
|
|/ / /
| | |
| | |
| | | |
Also adds current year and month to the entry prompt.
|
| | |
| | |
| | |
| | | |
thanks to dk for the is-std defun.
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
copied ledger-iterate-entries, ledger-set-year and ledger-set-month
from the old ledger.el. Changed ledger-add-entry to use
ledger-exec-ledger vice the old ledger-run-ledger.
|
| | |
|
| | |
|