Dec 3
Pending transactions double-deduct when they clear
I've noticed several times where a pending transaction is set to spend from an expense, it deducts the amount from my free to spend once the transaction actually clears and is no longer pending. This is super annoying and basically makes the entire app not work since my free to spend is now totally wrong. Really sucks since I just paid for a year of this app and it's basically unusable unless I unhook all my accounts and reconnect everything
Completed
Hey Chris! Did this happen today? I pushed an update last night that should eliminate these "double spending" The origin of this issue is that DAS actually gets 2 records for every transaction (sometimes 3). The fix I just deployed will undo any spending if DAS gets a new record for an existing transaction, then reapply bucket spending. The total movement looks something like this: - Starting CC bucket balance ($100) - pending transaction +$15 to the CC bucket (balance $115) - pending transaction removed -$15 from the CC bucket (balance $100) <--- this is the missing piece - The new, posted transaction added +$15 to the CC bucket (balance $115) Let me know if this is still happen! If so, send me a message in chat with the specific transaction and bucket and I'll take a deeper look!