You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: