egh / ledger-autosync

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

Sync does not track splits #33

Closed rnapier closed 6 years ago

rnapier commented 7 years ago

When a previous transaction was split into multiple accounts (paycheck is a good example), the system seems to match the payee and assign it all to the last entry, even if the values are identical. It should bring forward the split if it can match the amount, and leave it in default if it cannot.

egh commented 7 years ago

@rnapier I'm sorry, I don't entirely understand the issue. Could you provide a sample ledger file and the behavior you would expect to see? I know that the existing account matching is not very good, but I'm not sure what you are looking for.