You can already use transfer accounts without any special support from beancount.
in bank-a.beancount do: Assets:Transfer 10.00 EUR Assets:Bank-A -10.00 EUR and in bank-b.beancount: Assets:Bank-B 10.00 EUR Assets:Transfer -10.00 EUR That's what I do. * Chary Chary <[email protected]> [2019-06-27 00:36]: > Martin, > > ok, thanks. > > So, the feature, when implemented, will be called *Transfer Accounts* > > > On Thursday, June 27, 2019 at 5:56:28 AM UTC+2, Martin Blais wrote: > > > > Choose one file. > > There's some discussion of possible features to implement to address this: > > > > https://docs.google.com/document/d/1x0qqWGRHi02ef-FtUW172SHkdJ8quOZD-Xli7r4Nl_k/edit#heading=h.v7ixc4fx0f41 > > > > > > On Wed, Jun 26, 2019 at 5:50 PM Chary Chary <[email protected] > > <javascript:>> wrote: > > > >> > >> Dear all, > >> > >> sorry, if this has been already covered in documentation or discussion, > >> but I just can't find it. > >> > >> What is the approach to handle situation when one transaction is split > >> between different files? > >> > >> Say I want to have a one file per bank account. And then I transfer money > >> from one account to another, which will make it inevitably be present in 2 > >> files. > >> > >> What is the approach to handle this? > >> > >> -- > >> 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 [email protected] <javascript:>. > >> To post to this group, send email to [email protected] > >> <javascript:>. > >> To view this discussion on the web visit > >> https://groups.google.com/d/msgid/beancount/4d0f8548-6b9c-467b-85b9-72806ac27050%40googlegroups.com > >> > >> <https://groups.google.com/d/msgid/beancount/4d0f8548-6b9c-467b-85b9-72806ac27050%40googlegroups.com?utm_medium=email&utm_source=footer> > >> . > >> For more options, visit https://groups.google.com/d/optout. > >> > > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/beancount/16f89038-70d6-4030-a8e3-76194b9aa7bd%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Martin Michlmayr https://www.cyrius.com/ -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20190627132326.GA29575%40jirafa.cyrius.com. For more options, visit https://groups.google.com/d/optout.
