aleqx
aleqx
Brilliant little thing you made, thanks very much. There are many instances (at least in my case) where the Chrome window does not have url/extension toolbar (e.g. popups). It would...
Using master (6.0.0). I set a decrypt password, then encrypt it, then enter the password and use it for a while. Then going to Security and clicking Remove it removes...
The `note` column in the data is included in the output, some of which is too long and overwrites financial data in the PDF output. In the console it just...
Currently in config.py there is ``` TZ_INFOS = {'BST': dateutil.tz.gettz('Europe/London'), 'GMT': dateutil.tz.gettz('Europe/London')} ``` Those are incorrect. They affect conversions and data import. - GMT is the same as UTC (doesn't...
tl;dr - make the CG report list `one row = one disposal` (one sell/swap), i.e. the number of rows in the CG report should equal the number of times the...
Everywhere where `parser.exit()` is called after an error occurs, e.g. starting here https://github.com/BittyTax/BittyTax/blob/e631d6fec690ec1e96b8d830dfc43df81560ebcc/bittytax/conv/bittytax_conv.py#L107 a non-zero exit status should also be passed so that scripts calling `bittytax_conv` know that it failed....
I wrote a fix for this in my fork here https://github.com/aleqx/BittyTax/commit/460818c58a1590bdd941f0cda95e1f025e0ca31e
In HMRC's view of what constitutes a disposal ([here](https://www.gov.uk/hmrc-internal-manuals/cryptoassets-manual/crypto22100)) a gift to spouse or registered charity is not a disposal. As such, such gifts should not neither count towards disposal...
improving treatment of spouse/charity receiving gifts to avoid (potentially large) tax filing errors
I've been meaning to write this for a very long time but never got around to it. This is about receiving (not sending) gifts as a spouse or charity. This...
This is more fundamental, I'm dropping it here, though I think I know what you'll say. You or the other party sometimes need to provide a refund or to revert...