redstreet / beancount_reds_importers

Simple ingesting tools for Beancount (plain text, double entry accounting software). More importantly, a framework to allow you to easily write your own importers.
GNU General Public License v3.0
111 stars 38 forks source link

feat: add get_tags to transactionbuilders #68

Closed sebusch closed 1 year ago

sebusch commented 1 year ago

Hi, This provides the importers with a method they can override to create tags.

redstreet commented 1 year ago

Thank you, this is helpful! For consistency, would you mind please adding this to the other two transaction builders too?

Looks like there's a minor pylint fix needed as well.

sebusch commented 1 year ago

Sure, I added them and fixed the linter error.

redstreet commented 1 year ago

Cool, thank you, merged! I'll add get_tags to the paycheck builder as well. Better yet, I'll refactor it into a common class which I've been meaning to do for a while.