Jesse Luoto
Jesse Luoto
I'm also thinking a bit about rewriting the `ledger/` package with Rust (or similar) and building it into WASM that could be used 1-to-1 replacement for the current core. This...
Currently thinking between: - Rust (good support for wasm, good type system, but borrow checker can be a pain to work with) - Typescript with decimal library (no full rewrite,...
So I started working on porting the `ledger` package to Dart. Using the `Decimal` package for Dart to handle monetary values. Will push and link the working branch here later.
Super! Did you have anything in writing from them (email, screenshot) that could be added for a future reference?
I believe this function should return the rounded-up value: https://github.com/jehna/kryptovero.fi/blob/cb0ce9494677c9bae462f9c6edf6ce84c5cd9d7d/ledger/src/index.ts#L55-L58
Originally from this comment: https://github.com/jehna/kryptovero.fi/issues/12#issuecomment-918342203
https://www.accountingformanagement.org/first-in-first-out-method-fifo-method-perpetual/
Open questions: * Are gas fees/transaction fees deductibe? > I buy 2 units of "A" with 10€ on exchange "X". I move "A" to exchange "Z", which costs 1 unit...
Fixed! The project is indeed in the middle of transitioning to kryptovero.github.io, but never got the transition done
The file upload view is now customised to Coinbase Pro as it lists the steps you'll need to take at Coinbase side to generate the CSV. I think UI buttons...