Results 223 comments of eprbell

I'm making progress on the design of per-wallet application but it is still unfinished. I realized we can apply the existing accounting method layer to the new logic to pick...

Universal application + FIFO/LIFO/HIFO/LOFO is already supported today (you can even change from one accounting method to another year over year). See: https://github.com/eprbell/rp2/blob/main/docs/user_faq.md#can-i-change-accounting-method. Based on what you're saying it sounds...

The [per-wallet application design](https://github.com/eprbell/rp2/wiki/Adding-Per%E2%80%90Wallet-Application-to-RP2) is more or less complete. It can still be improved, but it captures most of the concepts: feel free to take a look and let me...

I'm making good progress on the implementation and unit testing of the transfer analysis function. Sorry, @macanudo527, I know you expressed some interest in working on this: I wanted to...

Sounds good (we're in no rush). Have a great time during the holidays!

US tax payers, watch [this informative interview](https://m.youtube.com/watch?v=M1XPOFgjNPk) by Andreas Antonopulous on per-wallet application in the US.

Feedback is always welcome from anybody (code-contributing or not). Thanks for the video: I haven't watched it yet, but I will in the weekend. I think the main takeaway from...

I'm replying inline, however keep in mind that what I'm saying is based on my current ideas for a design that is still in flux. So don't make tax decisions...

Sounds like you found a bug in the design! Thanks for getting in the weeds and asking JustinCPA: his explanation is convincing. The bug is that the artificial InTransaction was...

> One thing that comes to mind: You may well be taking care of this already, so forgive me if you are, but you may want to make sure that...