Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconciliation Mode: status flag added to final line, not to the right of payee's name #310

Open
cobbmic opened this issue May 16, 2021 · 0 comments

Comments

@cobbmic
Copy link

cobbmic commented May 16, 2021

When using the Reconciliation mode, pressing the to mark a transaction "Pending" adds the "!" to the last line, not next to the payee's name. In other words, I would expect it to do the following:

2021/05/15 ! Payee
; memo line
Expense:Gas $10.00
Account:Checking

Instead, it does this:

2021/05/15 Payee
; memo line
Expense:Gas $10.00
! Account:Checking

I'm not sure what is causing that. When I press C-c C-c to confirm the changes, the exclamation marks (!) get converted to astericks (*) to mark it cleared. But the asterick is on the last line.

When I leave the reconciliation buffer and just go to my ledger (with ledger-mode activated) and press C-c C-c two times, it'll remove the asterick on the first time (from the last line) and then add it back to the proper place (between the date and the payee).

Any idea what is happening? I hope I've explained it well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant