KapJI / capital-gains-calculator

UK capital gains tax calculator which supports transaction history from different brokers
MIT License
112 stars 42 forks source link

Improve error messages #533

Closed vmartinv closed 1 month ago

vmartinv commented 1 month ago

I wanted to improve the logging, specially for negative balances which I find the most difficult to debug.

Usually to debug wrong balances I manually track the balance after each transaction and then do some kind of binary search to find the transaction that causes the problem.