redstreet / beancount_reds_plugins

Miscellaneous plugins for Beancount double entry accounting
GNU General Public License v3.0
95 stars 18 forks source link

feat: Add metadata and links to matched postings / transactions #26

Closed librarianmage closed 7 months ago

librarianmage commented 7 months ago

This PR takes the code in #25 and adds a config option to add transaction-level links to the transactions of paired postings. It also allows for changing the metadata key or link prefix.

Please let me know if I'm doing something silly, I'm pretty new to using beancount.

redstreet commented 7 months ago

Hi there, Thanks for fixing the linting on #25, and adding transaction level links. Looks good to me, merged!

redstreet commented 7 months ago

With posting + transaction level linking, this feels like a complete feature now. Thanks again to you and the submitter of #25! I added basic documentation in e73097c264e. Feel free to enhance it if needed.