--
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 beancount+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/beancount/3bf5a7d9-0e8a-4168-a1dd-a49f9f87ccc5n%40googlegroups.com.
For the example case you posted, accounts receivable as the other poster said.
For a subset of cases where a set of transactions must add up to zero eventually, I wrote and use the zerosum plugin.
Also, I pasted your message into GPT with a “can you give them example beancount transactions for their use case?” at the end:
1) Dinner day (you front the whole bill; record your share as expense, friends as IOUs)
2025-08-01 * "Miya Sushi" "Group dinner" ^grp-dinner-2025-08-01 ; You can add real-world details on the txn or postings: ; auth_date: 2025-08-01 Expenses:Food:DiningOut 60.00 USD Assets:Receivable:Friends:Alice 60.00 USD Assets:Receivable:Friends:Bob 60.00 USD Assets:Receivable:Friends:Carol 60.00 USD Liabilities:CC:Chase -240.00 USD2) Reimbursements arrive by Zelle on different days (clear the IOUs)
2025-08-03 * "Zelle from Alice" ^grp-dinner-2025-08-01 ; posted: 2025-08-03 Assets:Bank:Checking 60.00 USD Assets:Receivable:Friends:Alice -60.00 USD 2025-08-04 * "Zelle from Bob" ^grp-dinner-2025-08-01 Assets:Bank:Checking 60.00 USD Assets:Receivable:Friends:Bob -60.00 USD 2025-08-04 * "Zelle from Carol" ^grp-dinner-2025-08-01 Assets:Bank:Checking 60.00 USD Assets:Receivable:Friends:Carol -60.00 USDIt gave a much more comprehensive answer, you might want to check it out for yourself!
On Aug 20, 2025, at 1:02 PM, Yogesh Thambidurai <yog...@gyoge.com> wrote:
Hi All,
--