Scott Green
Scott Green
Thanks! I've added the mypy config to the [pyproject.toml](https://github.com/BittyTax/BittyTax/blob/master/pyproject.toml#L13) file instead of using the .ini file. > It would probably make sense to pin mypy to avoid unintentional surprises. What...
I've moved the `--enable-incomplete-feature=Unpack` flag to the `pyproject.toml` file, see https://github.com/BittyTax/BittyTax/commit/4a88b8df2f924eb9054b60f3120dcfb6356826f5. Much better like that, didn't realise it was possible. The other 2 flags are command line only. Will look...
Hi @dakkusingh, can you provide some example exports to test with, please obfuscate any personal/private data. Add them to issue https://github.com/BittyTax/BittyTax/issues/80.
Hi @dakkusingh, thanks for adding the example data, can you confirm that when you tested it, it balanced exactly with your FTX account?
@dakkusingh it's on the list, will look at this soon.
I'm going to close this issue, if you want to customise the PDF output further it's easy to edit the HTML template. For example, to remove the note field, i.e....
Hi @imalmo, I've added a new parser for the AdaLite wallet, the file format has changed since you raised this, but the parser will support both formats. See https://github.com/BittyTax/BittyTax/commit/268e2800d477fe43a2608cc463c95866356b9a97. Thank...
@philipsduff, this should have been fixed, please confirm. @WhippingBoy01, I've updated the Nexo parser for the new header format, please confirm if you still have any issues, if so please...
Thanks @philipsduff I'll close this issue.
Hi All, I've added a new branch which supports futures/margin trading. Currently for Binance, Kraken and Deribit, see https://github.com/BittyTax/BittyTax/tree/features/margin-trading, please give it a test.