egh / ledger-autosync

Synchronize your ledger-cli files with your bank.
GNU General Public License v3.0
273 stars 42 forks source link

Limit payee lookup to actual accounts (Ledger) #96

Closed 501st-alpha1 closed 4 years ago

501st-alpha1 commented 4 years ago

This excludes accounts that are applied by automated transactions. Same fix as #77, applied to plain Ledger interface. This should fix #56 for that interface, but might still need a fix for the LedgerPython interface.

egh commented 4 years ago

Looks good to me! Thank you.