doruchan
doruchan
Sorry @nanonano, I cannot find a reference to a function called `process_unmatched`. Is it in a particular branch? thanks for this!
And this is my accountant reply to your question: > the weighting will be the number of tokens aquired at each $ cost. So WAC always equal total cost of...
Hey @PidgeyBE , yeah you might be right, my main interest was using WAC calculation, and only implemented FIFO using @nanonano suggestions of bypassing the matching logic.
It's also not recognising the "Deposit" operation, using the same statement. Example: ``` UTC_Time | Account | Operation | Coin | Change | Remark 2021-02-26 02:28:46 | Spot | Deposit...
Hey @nanonano, unfortunately Trade History is not showing this operation, but I found it in the "Convert History" section. Wouldn't be okay to support this from the "Generate all statements"...
Not sure if you saw it, but I've opened a PR for this issue: #192
Thanks @nanonano. The main drive for me for adding this to the Statement parser is that you can generate it for the whole year by pressing 1 button, instead having...
No, I haven't used owncloud before. Everything has been installed from scratch so it's unlikely. I can try logging in with one of the test accounts that came with the...
Is this a normal response for the page "owncloud.mydomain.net/status.php"? ``` { "installed": true, "maintenance": false, "needsDbUpgrade": false, "version": "10.11.0.0", "versionstring": "10.11.0", "edition": "Community", "productname": "Infinite Scale", "product": "Infinite Scale", "productversion":...
> The client only uses the .well-known from the system entered during setup. By setup you mean the environment variable `WEB_OIDC_METADATA_URL`? It's set to the keycloak's well-known, and I also...