Re: Totals for a specific commodity

2024-02-24 Thread Martin Blais
Just SELECT sum(position) WHERE currency = 'BTC'? On Sat, Feb 24, 2024 at 2:46 PM CDT wrote: > I have some commodities (lets just use BTC as an example) spread out over > many different accounts. > > Is there a command to get a grand total on a specific commodity (like BTC) > regardless of the

Totals for a specific commodity

2024-02-24 Thread CDT
I have some commodities (lets just use BTC as an example) spread out over many different accounts. Is there a command to get a grand total on a specific commodity (like BTC) regardless of the account hierarchy? I couldn't find anything on this. -- You received this message because you are

Re: Seeking beta-testers/devs for crypto tax tools

2024-02-24 Thread CDT
I'm relatively new to Python scripting and have been hand entering things while I'm learning, but this looks very interesting considering the volume of transactions that can occur with cryptos when the bull market heats up. How do I install this? (I'm using Windows 11 but I can use pip on

Re: How to transfer commodities between currencies?

2024-02-24 Thread Matt McCormick
Yeah I think what helped was to just take one step at a time. I was trying to combine multiple steps together which ended up in confusion. When separating out the steps and doing one thing at a time I can think more clearly about what I want to accomplish even though it does result in more