Re: [GNC-dev] budget.scm augmented to show ytd

2019-03-03 Thread Christopher Lam
PS forgot to mention I'm looking for beta testers especially anyone who uses budgets. On Sun., 3 Mar. 2019, 20:14 Christopher Lam, wrote: > for augmented budget report, which computes accumulated budget amounts > instead of periodic budget amounts. > >

Re: [GNC-dev] 3.4 metadata location

2019-03-03 Thread David Cousens
John, Added a note to the wiki Configuration Locations page to indicate that it may not be applicable to flatpak , snap and other such packages. David Cousens - David Cousens -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html

Re: [GNC-dev] 3.4 metadata location

2019-03-03 Thread John Ralls
> On Mar 3, 2019, at 1:33 PM, Chris Graves wrote: > > I normally use gnucash on macos, but today, was experimenting with flatpak > Build ID: git 3.4-145-gc9ddd6c82+(2019-02-23) on fedora 29. I seem to > remember seeing recent emails that the location of the metadata was in > ~/.local. But

[GNC-dev] 3.4 metadata location

2019-03-03 Thread Chris Graves
I normally use gnucash on macos, but today, was experimenting with flatpak Build ID: git 3.4-145-gc9ddd6c82+(2019-02-23) on fedora 29. I seem to remember seeing recent emails that the location of the metadata was in ~/.local. But the message upon launching gnucash displayed the following popup:

Re: [GNC-dev] CSV Import Format

2019-03-03 Thread cicko
Thanks, David. I can confirm that a multi-currency transfer uses the same amount on both sides. I did not check the Trading Accounts but assume that works just fine. Reading your document gave me a few ideas, however. I might try sending both Deposit and Withdrawal columns together. Or

Re: [GNC-dev] CSV Import Format

2019-03-03 Thread cicko
A brief update from my side, as well. I've spent a few hours adding code to my export library and CSV generator. At first, I've exported the tranfers and that seemed to have gone well. However, as in my test file I had at least four different currencies, I switched back to simple transactions.

[GNC-dev] budget.scm augmented to show ytd

2019-03-03 Thread Christopher Lam
for augmented budget report, which computes accumulated budget amounts instead of periodic budget amounts. https://github.com/christopherlam/gnucash/tree/maint-budget-refactor for the whole repo