Re: [GNC] Gnucash 4.8: doesn't read or store config

2021-10-10 Thread Thomas Boerner
Hey Klaus,
glad it's working for you now, too!
I've written that I got it working by modifying XDG_DATA_DIRS. That is true, 
but it cures only the symptom. The root cause was a forgotten schema from an 
old self-compiled version of gnucash below /usr/local/share. After deleting 
that it works with the original XDG_DATA_DIRS.
Perhaps you have had a similar situation that has been solved implicitly by 
removing and re-installing versions?
Best, Thomas

Am Samstag, 9. Oktober 2021, 20:51:26 CEST schrieb Klaus Dahlke:
> Hi Geert,
> I was about to do some tests whether any of the below mentioned tweaks 
> (adapting XDG_DATA_DIRS, using .gconf/org/gnucash/Gnucash) would help, and if 
> not doing an fresh install after removal of gnucash-4.5 or going release by 
> release to gnucash-4.8 - but surprisingly, when I installed the freshly 
> compiled gnucash-4.8 over the existing gnucash 4.5, gnucash-4.8 starts 
> normal, and the configurations is the one as of gnucash-4.5: currency is EUR, 
> register colors are default, date format german ...
> 
> I did exactly the same procedure as last week except I was using gnucash-4.5 
> a bit since switching back to gnucash-4.5 after the non-successful upgrade. 
> 
> In essence: today it worked as it should be, I didn't have to do anything on 
> the location of the configuration files or change XDG_DATA_DIRS (is still at 
> $ echo $XDG_DATA_DIRS -> /usr/local/share:/usr/share)
> 
> I assume that error must have been somehow on my side. 
> 
> Best regards
> Klaus
> 
> 
> On Thu, 07 Oct 2021 14:07:40 +0200
> Geert Janssens  wrote:
> 
> > Hi David,
> > 
> > Thanks for the feedback. It also works fine on my Fedora 34 box. And at 
> > this 
> > point I don't see reason yet to believe the intermediate step via 4.7 is 
> > required. The bug hunt will hopefully give more details.
> > 
> > As for the /org/gnucash/GnuCash path, that's a virtual path, not a 
> > filesystem 
> > one. It's how preferences are organised hierarchically inside GSettings. 
> > Every 
> > application is supposed to generate the three-component "prefix" consisting 
> > of 
> > /org// and under that prefix all preferences for 
> > that particular application can then be structured. You will find this 
> > structure for example by opening dconf-editor on linux systems (provided 
> > gnucash is installed in the default prefix /usr or /usr/local; if not, 
> > you'll 
> > have to manipulate the XDG_DATA_DIRS environment variable to include  > prefix>/share in the search path).
> > 
> > Regards,
> > 
> > Geert
> > 
> > Op donderdag 7 oktober 2021 11:50:46 CEST schreef davidcousen...@gmail.com:
> > > Hi Geert,
> > > 
> > > For your info if it will help diagnose problems on other Linux systems. As
> > > far as I cn tell GunCash 4.8 is reading the preferences when they exist on
> > > Linux Mint 20.2. I up graded from 4.6 via a patched version of 4.7 and 
> > > then
> > > to 4.8 with a further patch suggested by John. Both 4.7 and 4.8 built from
> > > scratch from the downloaded tarball. These still show up under
> > > .local/share/gnucash/ for the books reports etc and .config/gnucash for 
> > > the
> > > gtk style sheets.  The file modifications times and dates indicate changes
> > > (I deliberately changed a few setting exited and then restarted and then
> > > changed them back). I am presuming the /org/gnucash/GnuCash translates to
> > > these locations during installation as I cannot find any such directories
> > > on my computer.
> > > 
> > > David
> > > 
> > > On Thu, 2021-10-07 at 09:29 +0200, Geert Janssens wrote:
> > > > Hi Thomas,
> > > > 
> > > > Klaus hasn't filed a bug yet. If you can, please do.
> > > > 
> > > > Regards,
> > > > 
> > > > Geert
> > > > 
> > > > Op woensdag 6 oktober 2021 16:25:41 CEST schreef boer...@t-online.de:
> > > > > Hi,
> > > > > 
> > > > > I am experiencing the same issue coming from 4.6 and upgrading to 4.8
> > > > > from
> > > > > an OpenSuse Repo. One thing that I have in common with Klaus is that 
> > > > > we
> > > > > both skipped 4.7
> > > > > 
> > > > > Indeed in Dconf I can find a new preference path /org/gnucash/GnuCash
> > > > > along
> > > > > with the old /org/gnucash. However, gnucash 4.8 doesn't seem to take
> > > > > care
> > > > > of this path. Neither changes in my settings are reflected there nor
> > > > > changes done directly in Dconf (e.g. set time format to 24h) have any
> > > > > effect. Moreover the default preference for the date format is ISO
> > > > > (2021-10-06), while gnucash uses the US format (10/06/2021)
> > > > > persistently.
> > > > > So it appears to me that gnucash neather reads nor writes from/to the
> > > > > new
> > > > > preferences path in this situation.
> > > > > 
> > > > > @Klaus: Did you file that bug already? So it might be worth to add 
> > > > > this
> > > > > information there.
> > > > > 
> > > > > Best
> > > > > Thomas
> > > > > 
> > > > > Tue Oct 5 06:21:11 EDT 2021 Geert Janssens geert.gnucash at 
> > > > > kobaltwit.be
> > > > 

[GNC] Import CSV account names matching problems

2021-10-10 Thread flywire
Stephan, you're right, you can't. Try python -
https://lists.gnucash.org/pipermail/gnucash-user/2021-July/097124.html

Email me directly if you want support. Splits are a bit different.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] OFX - Citi Setup Trouble

2021-10-10 Thread Steve Welch via gnucash-user
Thanks to Kalpesh and Gyle!  I finally got it!  I assumed that because I had 
already set up my Citi account to download transactions with Moneydance and 
Quicken, that nothing further was needed on the Citi end.  Of course, that was 
wrong. 
Once I logged in and did the “Add Access” routine, I was able to get GNC to 
successfully connect and download transactions.
Now I get the joy of reconciling / resolving duplicates.

Thanks again everyone!  Hoping GNC works out as a viable option for us.

Steve

> On Oct 9, 2021, at 12:32 PM, Kalpesh Patel  wrote:
> 
> Doesn't Citi requires validation steps in States? I believe they can be found
> under "Profile" --> "More Settings" --> "App with Account Access" in their web
> portal.
> 
> 
> I had it working at one time with following settings:
> 
> -> "User Settings":
> User Name: 
> User id: 
> Client UUID: 
> 
> -> "Bank Settings":
> Bank Name: Citi Credit Card
> Broker Id: 
> FID: 24909
> ORG: Citigroup
> Server URL: https://mobilesoa.citi.com/CitiOFXInterface
> 
> -> "Application Setting":
> Emulation Application: --select--
> Application ID: QWIN
> Application Version: 200
> Header Version: 100
> 
> 
> See if any of that helps.
> 
> Kalpesh...
> 
> 
> -- Original Message --
> Received: Sat, 09 Oct 2021 10:49:38 AM EDT
> From: gnucash-user-requ...@gnucash.org
> To: gnucash-user@gnucash.org
> Subject: gnucash-user Digest, Vol 223, Issue 27
> 
>> Send gnucash-user mailing list submissions to
>>  gnucash-user@gnucash.org
>> 
>> To subscribe or unsubscribe via the World Wide Web, visit
>>  https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> or, via email, send a message with subject or body 'help' to
>>  gnucash-user-requ...@gnucash.org
>> 
>> You can reach the person managing the list at
>>  gnucash-user-ow...@gnucash.org
>> 
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of gnucash-user digest..."
>> 
>> 
>> Today's Topics:
>> 
>>   1. Re:  OFX - Citi Setup Trouble (Gyle McCollam)
>> 
>> 
>> --
>> 
>> Message: 1
>> Date: Sat, 9 Oct 2021 14:46:00 +
>> From: Gyle McCollam 
>> To: Steve Welch 
>> Cc: "gnucash-user@gnucash.org" 
>> Subject: Re: [GNC] OFX - Citi Setup Trouble
>> Message-ID:
>> 
> 
>>  
>> Content-Type: text/plain; charset="windows-1252"
>> 
>> I had a lot of trouble with Citi as well, But I got it working with the
> following settings:
>> The Server url has the following added to the end of what you see in the
> screenshot  "interface" minus the quotes so it is
> https://mobilesoa.citi.com/CitiOFXinterface.
>> 
>> The first setup screen which is not shown here has my full name in the USER
> NAME field, m Citi user ID in the USER ID field, and an internet generated
> CLIENT UID.  I don't know if the CLIENT UID is required, but I added it.  I
> don't remember if it worked without it, but I seem to remember reading
> somewhere that CITI required it.  I set this up within the last 2 weeks so the
> setting should work for
> you.[cid:2d2d11b9-a87e-46aa-8797-a0647785ca8c][cid:df7fd88f-dcee-441e-962d-49f33b375019]
>> 
>> 
>> 
>> Thank You,
>> Gyle McCollam
>> 
>> Gyle McCollam
>> 
>> 609.680.2326 Mobile
>> 
>> gmccol...@live.com   email
>> 
>> 
>> From: gnucash-user  on
> behalf of Steve Welch via gnucash-user 
>> Sent: Friday, October 8, 2021 8:57 PM
>> To: Gnucash-User 
>> Subject: [GNC] OFX - Citi Setup Trouble
>> 
>> Firstly, thanks to those who have offered advice already.  I am still trying
> to get my Citi credit card transactions to download and having no success.
>> I have tried what is in the Wiki, plus Colin?s suggestions and those posted
> previously by Nicholas Rood.  When I request the account list from within the
> wizard, this is the log I get:
>> 
>> 20:41:41 Sending request...
>> 20:41:41 Using GnuTLS default ciphers.
>> 20:41:41 TLS: SSL-Ciphers negotiated: TLS1.2:ECDHE-RSA-AES-256-GCM:AEAD
>> 20:41:41 Waiting for response...
>> 20:41:41 Parsing response...
>> 20:41:41 Status for signon request: General error (Code 2000, severity
> "ERROR")
>> Error other than those specified by the remaining error codes. (Note:
> Servers should provide a more specific error whenever possible. Error code
> 2000 should be reserved for cases in which a more specific code is not
> available.)
>> 20:41:41 Status for account info request: General error (Code 2000, severity
> "ERROR")
>> Error other than those specified by the remaining error codes. (Note:
> Servers should provide a more specific error whenever possible. Error code
> 2000 should be reserved for cases in which a more specific code is not
> available.)
>> 20:41:41 Received account (no bank code)/(no account number) ((no bank
> name)/(no account name))
>> 20:41:41 Operation finished, you can now close this window.
>> 
>> I have checked and double checked the 

[GNC] Budget Report Questions

2021-10-10 Thread Steve Welch via gnucash-user
I apologize in advance if the answers to these questions are painfully obvious. 
 I have tried to read the resources provided but no luck so far.
I set up my budget with 12 periods (months) - each item is simply 1/12th of the 
annual total.
What I am used to using (Moneydance, Quicken) are two basic reports:
1.  Budget vs. Actual - year to date (YTD budget vs. YTD actuals)
2.  Budget vs. Actual - annual (full year budget vs. YTD actuals)
When I view the GNC “Budget Report” it looks like I’m seeing #2 above.  How can 
I view a report that shows #1 - YTD budget vs. YTD actuals?
Also, is there a way to collapse or hide the monthly columns so that I can see 
the totals (far right) next to the account names?  With 12 months displayed, I 
have to constantly scroll left - right to see the name and then the totals.  
Finally, is “Budget Report” the only one that shows budgeted figures next to 
actuals?  I haven’t found any others but wanted to be sure.

Again, sorry if I’m missing something simple here.  And thanks!

Steve
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Budget Report Questions

2021-10-10 Thread Christopher Lam
Hello, does the budget report option "Use accumulated amounts" help? If
not, please file a bug.

On Mon, 11 Oct 2021, 6:21 am Steve Welch via gnucash-user, <
gnucash-user@gnucash.org> wrote:

> I apologize in advance if the answers to these questions are painfully
> obvious.  I have tried to read the resources provided but no luck so far.
> I set up my budget with 12 periods (months) - each item is simply 1/12th
> of the annual total.
> What I am used to using (Moneydance, Quicken) are two basic reports:
> 1.  Budget vs. Actual - year to date (YTD budget vs. YTD actuals)
> 2.  Budget vs. Actual - annual (full year budget vs. YTD actuals)
> When I view the GNC “Budget Report” it looks like I’m seeing #2 above.
> How can I view a report that shows #1 - YTD budget vs. YTD actuals?
> Also, is there a way to collapse or hide the monthly columns so that I can
> see the totals (far right) next to the account names?  With 12 months
> displayed, I have to constantly scroll left - right to see the name and
> then the totals.
> Finally, is “Budget Report” the only one that shows budgeted figures next
> to actuals?  I haven’t found any others but wanted to be sure.
>
> Again, sorry if I’m missing something simple here.  And thanks!
>
> Steve
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Budget Report Questions

2021-10-10 Thread Jon Schewe
Steve,

In the report options I believe you will find the following settings
useful.

Under the display tab:
I have Budget and Actual turned off and Difference turned on. This fits
with my idea of envelope budgeting. You should experiment with which of
these 3 columns you find the most useful. 

Under the general tab:
Check "Use accumulated amounts"
Check "Report for range of budget periods"
Range Start: Current budget period
Range End: Next budget period
Check "Include collapsed periods before selected"
Check "Include collapsed periods after selected"

Jon

On Sun, 2021-10-10 at 18:20 -0400, Steve Welch via gnucash-user wrote:
> I apologize in advance if the answers to these questions are
> painfully obvious.  I have tried to read the resources provided but
> no luck so far.
> I set up my budget with 12 periods (months) - each item is simply
> 1/12th of the annual total.
> What I am used to using (Moneydance, Quicken) are two basic reports:
> 1.  Budget vs. Actual - year to date (YTD budget vs. YTD actuals)
> 2.  Budget vs. Actual - annual (full year budget vs. YTD actuals)
> When I view the GNC “Budget Report” it looks like I’m seeing #2
> above.  How can I view a report that shows #1 - YTD budget vs. YTD
> actuals?
> Also, is there a way to collapse or hide the monthly columns so that
> I can see the totals (far right) next to the account names?  With 12
> months displayed, I have to constantly scroll left - right to see the
> name and then the totals.  
> Finally, is “Budget Report” the only one that shows budgeted figures
> next to actuals?  I haven’t found any others but wanted to be sure.
> 
> Again, sorry if I’m missing something simple here.  And thanks!
> 
> Steve
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> 
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> 
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists
>  for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
> 

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.