Groups
Groups
Sign in
Groups
Groups
Beancount
Conversations
About
Send feedback
Help
Is there a way to specify padding, transaction narration and payee?
48 views
Skip to first unread message
tony...@gmail.com
unread,
Oct 22, 2025, 12:03:44 AM (12 days ago)
Oct 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beancount
Right now they are always of the following format
(Padding inserted for Balance of 0 USD for difference 781.26 USD)
I'd love to be able to change what shows on the payee / narration for this inserted transaction. Is there a way to do so?
Vasily M
unread,
Oct 22, 2025, 12:19:49 PM (11 days ago)
Oct 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beancount
I don't think there's something that allows to do it strictly with the default syntax but it's pretty easy to write plugin that would do it.
For example, you can use
https://github.com/Evernight/beancount-lazy-plugins/blob/main/src/beancount_lazy_plugins/group_pad_transactions.py
or
https://github.com/Evernight/beancount-lazy-plugins/blob/main/src/beancount_lazy_plugins/balance_extended.py
as a reference and adjust (or use LLM to generate) code to do what you need.
Most of the statements in Beancount files can have custom metadata fields and you can take advantage of that if you need additional configuration.
Best regards,
Vasily
Ammar
unread,
Oct 28, 2025, 9:39:41 PM (5 days ago)
Oct 28
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beancount
You can also just input a manual "Padding" Expense no?
2025-10-28 * "Payee" "Reconciling accounts"
Assets:Cash -781.26 USD
Expenses:Misc
Reply all
Reply to author
Forward
0 new messages