Re: How to manage transactions, which are split across several files

2019-07-06 Thread Red S
This is something the Zerosum plugin automates: https://github.com/redstreet/beancount_plugins_redstreet/tree/master/zerosum -- 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

Re: How to manage transactions, which are split across several files

2019-06-27 Thread Martin Michlmayr
You can already use transfer accounts without any special support from beancount. in bank-a.beancount do: Assets:Transfer10.00 EUR Assets:Bank-A -10.00 EUR and in bank-b.beancount: Assets:Bank-B 10.00 EUR Assets:Transfer -10.00 EUR

Re: How to manage transactions, which are split across several files

2019-06-27 Thread Chary Chary
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

Re: How to manage transactions, which are split across several files

2019-06-26 Thread Martin Blais
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 wrote: > > Dear all, > > sorry, if this has been al