Bugfix/142 non numerical values in ods file#148
Conversation
… and remove check for selected_acquired_lot_amount > taxable_event_amount.
|
Looks like you just need to update the config files to delete python 3.8/9 |
…rical-values-in-ODS-file Updated README.dev.md: update local pre-commit repos
…/github.com/jayr0d/rp2 into bugfix/142-Non-numerical-values-in-ODS-file
|
Merged and pull request comment updated. |
…le to DaLI-RP2
|
@jayr0d Why did you remove the check for selected_acquired_lot_amount > taxable_event_amount |
|
I thought I had enough of those details in #142 already. I guess there are a number of posts to get through. The good one is #142 (comment) I tracked down the offending change. The short of it is Commit 21f9e18 should have never happened and I undid it. The unit tests gold data was inadequate and did not catch the issue that it caused. #142 (comment) is the other good post. There was no LOFO gold data when the issue was introduced and then a gold data set was generated for LOFO based on the bad code. I gave a specific example in the posts following that one where you can easily follow along and see it is not grabbing lots correctly without my changes. |
…le to DaLI-RP2
Bugfix: Update golden files for lofo (lowest in, first out) accounting method and remove check for selected_acquired_lot_amount > taxable_event_amount.
Maintenance: