Converting earnings to owner equity

2023-03-14 Thread Daniel Schultz
s / keep track of owner equity using Beancount? Best, - Dan -- Daniel Schultz (he / him) @slifty -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to beancou

How should I define linked documents when using includes?

2023-05-05 Thread Daniel Schultz
unt` everything works just fine (but I'd like to be able to organize my transactions) Anybody have ideas what might be going on and how I might be able to resolve it? Best, Dan -- Daniel Schultz (he / him) P: (215) 400-1233 (file:///Applications/Canary%20Mail.app/(null)) T: @slifty W: htt

Generating a list of vendor payments (for 1099s)

2024-02-01 Thread Daniel Schultz
Hello all, I'm using beancount for my company's books. We use accrual accounting, but I want to generate a report of cash payments to vendors in order to populate 1099s. I can use the following query to calculate *accrued* expenses: SELECT payee, sum(position) WHERE ACCOUNT ~ ACCOUNT ~ '^Expens

Filtering accounts by a subquery

2024-10-24 Thread Daniel Schultz
Hello all, I'm generating a campaign finance report, which means I need to load any journal entries for accounts whose *total balance* exceeds $50.00 I figure this is not going to be possible via BQL directly but figured it cannot hurt to ask. The query I would love to use is something along t