BittyTax / BittyTax

Crypto-currency tax calculator with support for all popular wallets, exchanges, explorers and migration from other crypto tax platforms
GNU Affero General Public License v3.0
419 stars 114 forks source link

Feature Request: Option to hide 0 value holdings in the audit table #229

Closed chamsters closed 2 years ago

chamsters commented 2 years ago

Hi team,

I have a feature request for the audit table - please can 0 value holdings be omitted from it? Currently it seems the table shows any cryptocurrency symbols that ever appeared in any historical data - so as an example something that I bought 1 token of 4 years ago and sold off appears in there as 0 value.

This means that the audit table can be quite... cumbersome. Would be great if it were to only focus on the symbols that actually have assets against them.

Thanks!

chamsters commented 2 years ago

Just to add to this - if one of the wallets has all 0 value cryptos, the wallet itself should also be hidden in the audit. These could be inactive wallets - no point confusing up the audit page!

nanonano commented 2 years ago

Hi @chamsters, this change has been added by https://github.com/BittyTax/BittyTax/commit/79596c4c341e28a6630262e7e4bc6cde9f316b44.

You will need to add audit_hide_empty: Trueto your bittytax.conf file as the default is how it works today.

chamsters commented 2 years ago

Feature downloaded, tested, and confirmed - thank you!!