Re: Totals for a specific commodity

2024-02-25 Thread CDT
Thank you Dan. That worked. On Sunday, February 25, 2024 at 2:22:07 PM UTC-5 dan...@grinta.net wrote: > On 25/02/24 18:58, CDT wrote: > > This command gives me a list of the different purchases of that position > > at different prices. So if I bought some Filecoin at $5.77 and other at > > $7.8

Re: Totals for a specific commodity

2024-02-25 Thread Daniele Nicolodi
On 25/02/24 18:58, CDT wrote: This command gives me a list of the different purchases of that position at different prices. So if I bought some Filecoin at $5.77 and other at $7.83 (just as an example) it separates each of them out in the output 1.134 FIL {5.77 USD}, 3.345 FIL {7.83 USD}.  Is t

Re: Purpose of a filename metadata in posting object

2024-02-25 Thread Chary Chary
Martin, thanks! On Sunday, February 25, 2024 at 6:24:55 PM UTC+1 bl...@furius.ca wrote: > I think it was just added by default. Also, the "filename" field really is > a source identifier saying "where does this bit of data originate from?" > and for postings created by plugins that could be th

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

2024-02-25 Thread Eric Altendorf
If you're new to both Beancount and Python, it could be ambitious to get deep into this experimental package :) But no harm in giving it a try! I will write some installation/getting-started docs on github and then get back to you. Thanks for the interest! On Sat, Feb 24, 2024 at 11:28 AM CDT

Re: Totals for a specific commodity

2024-02-25 Thread CDT
This command gives me a list of the different purchases of that position at different prices. So if I bought some Filecoin at $5.77 and other at $7.83 (just as an example) it separates each of them out in the output 1.134 FIL {5.77 USD}, 3.345 FIL {7.83 USD}. Is there a way to get the total num

Re: Totals for a specific commodity

2024-02-25 Thread CDT
Thank you. That worked. On Sunday, February 25, 2024 at 12:20:45 PM UTC-5 bl...@furius.ca wrote: > (No need to apologize, there are no dumb questions here - but maybe just > not much time for detailed answers.) > Use beanquery: > https://github.com/beancount/beanquery > > https://docs.google.co

Re: Purpose of a filename metadata in posting object

2024-02-25 Thread Martin Blais
I think it was just added by default. Also, the "filename" field really is a source identifier saying "where does this bit of data originate from?" and for postings created by plugins that could be the plugin name. It should probably be renamed to "source" in the new version. On Sun, Feb 25, 2024

Re: Totals for a specific commodity

2024-02-25 Thread Martin Blais
(No need to apologize, there are no dumb questions here - but maybe just not much time for detailed answers.) Use beanquery: https://github.com/beancount/beanquery https://docs.google.com/document/d/1s0GOZMcrKKCLlP29MD7kHO4L88evrwWdIO0p4EwRBE0/ On Sun, Feb 25, 2024 at 12:18 PM CDT wrote: > I'm

Re: Totals for a specific commodity

2024-02-25 Thread CDT
I'm new to Python, coding and Beancount, so I don't mean to sound like a dunce when I ask - where do I use "SELECT sum(position) WHERE currency = 'BTC'? Is that to be put in a script I create or is that used in Bean-Query or Bean-Report or something else? On Saturday, February 24, 2024 at 3:

Purpose of a filename metadata in posting object

2024-02-25 Thread Chary Chary
Hello everybody. I am just wondering what is the purpose to store a filename metadata in posting object, this is in addition to the filename metadata in the transaction object. Can there be a situation, when transaction and belonging to it posting would come from different files? -- You rece