Re: [GNC] [GNC-dev] GnuCash 3.3 Released

2018-10-02 Thread David Cousens
Jack,

If you had GnuCash installed it is unclear why you had problems deleting
certain accounts. The only difficulty would normally be if there were
existing transactions to the account you were trying to delete. In that case
you either have to decide to assign the transactions to another account or
delete them. The other area where you might expect problems is with the
business features where deleting accounts will disrupt those features.

It sounds as though your problems were in setting up the CoA to meet your
needs. If you don't need the business features then you should be able to
add and remove accounts as necessary. You may have difficulty removing the
top level Asset, Liability, Equity, Income and Expense accounts and these
should not be removed at all as that will disrupt the reports. They should
really be placeholders for the accounts you need in each category and you
should create your accounts under the top level accounts. The best bet is to
select the accout structure closest to meeting your needs in the setup
assistant and modify it from there.

If you do get in a mess and need to start again, all you need to delete is
the gnucash data file, not the gnucash program or the user settings. There
is some relevant information on this wiki page
https://www.gnucash.org/docs/v3/C/gnucash-guide/basics-migrate-settings.html
for migrating settings. Migrating the data is a matter of copying the data
file to a new location or opening a new data file and giving it a new name.
As GnuCash creates backup and log files it is a good idea to store your
datafile in its own folder. The data file will be in whatever location you
stored it when you first create the file.

There are a number of tutorials on the internet which discuss removing
GnuCash from MacOS systems:
https://www.uninstallmacapp.com/gnucash-2-6-3-removal.html
https://macuninstallguides.com/remove-gnucash-2-6-3-on-mac.html
http://macosuninstaller.com/remove-gnucash-2-6-10.html

Good luck

David



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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] Ubuntu PPA

2018-10-02 Thread David Cousens
When 3.3 is available in a ppa will depend upon the maintainers for that ppa
not the GnuCash developers.

Did you follow https://wiki.gnucash.org/wiki/Building_On_Linux when
attempting to build on Ubuntu? You will have to follow all the steps and
install all the dependencies. The instructions there were developed on Linux
Mint which is a Ubuntu 18.04 derivative and are basically unchanged from
14.04 through to 18.04 apart from changes to the dependencies. The trickiest
part is usually the relative addressing of the gnucash source directories
from the build directory using cmake. That can be avoided by using an
absolute path to the gnucash source directory in the cmake command.

Give it a go and come back to the forum with the problems you are
experiencing along with the specific command sequence you used and we should
be able to help you get it up and running.

David Cousens



-
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
___
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] bank2qif - a gnucash companion tool

2018-10-02 Thread Christian Kluge
Am 02.10.2018 um 22:07 schrieb Łukasz Piątkowski:
> Hi everyone!
> I'm new here, but I'm using gnucash for about 10 years now. A few
> years back I created a small helper tool, that allows you to get a
> bank statement from a bank, convert it to QIF format and then import
> to gnucash. I know there were tools like that already, but mine can
> also convert transactions in the statement according to user-defined
> rules and thus automatically assign them to gnucash account. I'm using
> it for years as well, but recently I cleaned it a little bit, added
> some docs and published on github. If you're interested,check the
> project here: https://github.com/piontec/bank2qif
> 
> It is designed to be easily extensible, so it should be easy to add
> new bank statements formats or transaction conversion options. If you
> find it useful, please link in the docs for others to find.
> ___
> 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.
> 

You might want to check out the new CSV-Importer in GnuCash 3 and the
Bayesian Matcher or maybe you can even directly import the transactions
from the bank without an extra file.

For which I don’t know why to convert it to QIF, if wasn’t provided by
the bank that way firstly, since as I said, gnucash 3 can import
CSV-files just fine.

Kind regards

Christian Kluge

___
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] [GNC-dev] GnuCash 3.3 Released

2018-10-02 Thread Adrien Monteleone
This may be related to this bug: https://bugs.gnucash.org/show_bug.cgi?id=796875

Regards,
Adrien

> On Oct 2, 2018, at 2:47 PM, Christian Kluge  wrote:
> 
> Hi,
> 
> Am 30.09.2018 um 22:42 schrieb John Ralls:
> 
>>  • Bug 796665 - Backspace Key Inoperable After Ctrl+V.
> 
> 
> This seems to be fixed, however I’ve encountered a new one.
> 
> Under certain circumstances I can’t select-all on autofilled
> transactions with Crtl+A, if I’ve clicked into a text input field,
> instead a random portion of the line gets selected right when I press
> Ctrl, the “a“ has no effect afterwards.
> 
> Is this already known or should I file a report?
> 
> Kind regards
> 
> Christian Kluge
> 
> ___
> 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] [GNC-dev] GnuCash 3.3 Released

2018-10-02 Thread Veli Izzet
Hi,

I am using Gnucash 2.6.21 on Windows 10, and after ver 3.3, decided to use
3.3. However, because it takes ages to update the database during log-off
and during automatic saves, I decided to turn back to 2.6.21.

BTW, I am using xml database.
___
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.


[GNC] bank2qif - a gnucash companion tool

2018-10-02 Thread Łukasz Piątkowski
Hi everyone!
I'm new here, but I'm using gnucash for about 10 years now. A few
years back I created a small helper tool, that allows you to get a
bank statement from a bank, convert it to QIF format and then import
to gnucash. I know there were tools like that already, but mine can
also convert transactions in the statement according to user-defined
rules and thus automatically assign them to gnucash account. I'm using
it for years as well, but recently I cleaned it a little bit, added
some docs and published on github. If you're interested,check the
project here: https://github.com/piontec/bank2qif

It is designed to be easily extensible, so it should be easy to add
new bank statements formats or transaction conversion options. If you
find it useful, please link in the docs for others to find.
___
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] [GNC-dev] GnuCash 3.3 Released

2018-10-02 Thread Christian Kluge
Hi,

Am 30.09.2018 um 22:42 schrieb John Ralls:

>   • Bug 796665 - Backspace Key Inoperable After Ctrl+V.


This seems to be fixed, however I’ve encountered a new one.

Under certain circumstances I can’t select-all on autofilled
transactions with Crtl+A, if I’ve clicked into a text input field,
instead a random portion of the line gets selected right when I press
Ctrl, the “a“ has no effect afterwards.

Is this already known or should I file a report?

Kind regards

Christian Kluge

___
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] Ubuntu PPA

2018-10-02 Thread Colin Law
On Tue, 2 Oct 2018 at 18:50, Tim Kallmer  wrote:

> When will 3.3 come to ppa:sicklylife? Building from the download doesn't
> work for me using the directions.
>

Which OS, which directions and what went wrong?

Colin


___
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.


[GNC] Ubuntu PPA

2018-10-02 Thread Tim Kallmer
When will 3.3 come to ppa:sicklylife? Building from the download doesn't
work for me using the directions.
___
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] Reports with previous year in different Accounts

2018-10-02 Thread Geert Janssens
Ok,

Unfortunately that version had a bug which means the metadata migration only 
ran partly. As a 
result your saved report configurations didn't come over.

It takes 3 steps to fix this:
1. Undo the folder renaming you did of the .gnucash directory in your home 
directory
2. Remove directory '%APPDATA%\GnuCash' (you can enter %APPDATA% in the 
navigation bar 
of your Windows explorer and then remove the GnuCash child directory you see in 
that 
directory)
3. Update to gnucash 3.3. You should in any case. *lots* of bugs have been 
fixed since gnucash 
3.1

Upon first start of this most recent version you should see a Migration notice 
popping up. If so, 
your saved report configurations should be available again.

Regards,

Geert

Op dinsdag 2 oktober 2018 17:46:53 CEST schreef 
davidbrown.r...@photos.bozeat.biz:
> It was 3.1 and just updated ... yet to use the new one though.
> 
> I have created and saved a config and then when revising some bits, just
> save the report config.  I'll have a look at your suggestions tmrrw
> sometime .
> 
> Many thanks Geert ..
> 
> David B
> 
> -Original Message-
> From: Geert Janssens 
> Sent: 02 October 2018 07:07
> To: gnucash-user@gnucash.org; David T. 
> Cc: davidbrown.r...@photos.bozeat.biz
> Subject: Re: [GNC] Reports with previous year in different Accounts
> 
> What version of gnucash are you running ?
> 
> In addition there is a subtle difference between report configurations you
> explicitly save and reports you keep open when quitting gnucash.
> 
> The former are stored in a file named saved-reports-x.y. The ones that are
> still open while gnucash exits will be saved in GNC_DATA_HOME/books/
> .gcm. These will be restored automatically when you restart
> gnucash.
> 
> Geert
> 
> Op dinsdag 2 oktober 2018 05:27:00 CEST schreef David T. via gnucash-user:
> > I don’t know what to tell you on that front. Are *any* files in the
> > location newer?
> > 
> > Cheers,
> > David
> > 
> > > On Oct 1, 2018, at 6:33 PM, 
> > >  wrote:
> > > 
> > > Hello David,
> > > 
> > > I have looked at that location before but notice that the file
> > > “saved-reports-2.4” modification date is earlier in the year.  This
> > > doesn’t align with the date of reports I have saved only just days ago.
> > > It can be viewed using Notepad,  and wonder if it appends to the top
> > > of the text?  There are no files dated September and would have
> > > thought that the mod date would change accordingly.
> > > 
> > > I am using a different computer to store the different organisation
> > > data so have a work around for that.  Once one knows the finer
> > > points it does make things a little easier!!
> > > 
> > > Thank you ….
> > > 
> > > David B
> > > 
> > > From: David T. mailto:sunfis...@yahoo.com>>
> > > Sent: 29 September 2018 15:46
> > > To: davidbrown.r...@photos.bozeat.biz
> > >  Cc:
> > > gnucash-user@gnucash.org 
> > > Subject: Re: [GNC] Reports with previous year in different Accounts
> > > 
> > > Info about file locations is available at
> > > https://www.gnucash.org/docs/v3/C/gnucash-guide/basics-migrate-setti
> > > ngs.h
> > > tml
> > >  > > .
> > > html>.
> > > 
> > > David T.
> > > 
> > >> On Sep 29, 2018, at 7:54 PM,  > >> >
> > >>  > >> > wrote:
> > >> 
> > >> Hello David, tnx for the confirmation.  It was only that I had
> > >> another GNUCash installed on another machine, totally separate that I
> > >> concluded that was probably the issue.   It was also that when
> > >> changing a report configuration, it never asked to save the file, as
> > >> it does when one changes a transaction.  I thought then it must be
> > >> elsewhere and
> > >> save automatically.
> > >> 
> > >> Where are the configs saved; is it amongst the User files of windows?
> > >> 
> > >> I would have thought that Configs were fundamental to each work
> > >> book and wonder why that was never a default?
> > >> 
> > >> Thank you for being prompt with the reply.
> > >> 
> > >> David
> > >> 
> > >> -Original Message-
> > >> From: David T. mailto:sunfis...@yahoo.com>>
___
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] Reports with previous year in different Accounts

2018-10-02 Thread Geert Janssens
I have a feeling your folder renaming was backwards, but without more detail 
it's hard to tell.

Can you be a bit more specific to what you did exactly ? Lik which folder's 
name did you change ?

And what version of gnucash did you use before and to which version did you 
upgrade ?

Geert

Op dinsdag 2 oktober 2018 17:44:07 CEST schreef 
davidbrown.r...@photos.bozeat.biz:
> Hello David …. I changed the folder name with the May dated files, and then
> installed the newer version and no new files/folder were included in the
> “User” paths.  I have yet to try a new report anyway, so we will see.
> 
> 
> 
> Always a bit odd when specific notes are given and then doesn’t follow. 
> They have to be somewhere!!
> 
> 
> 
> I know when Apps are looking for those files it would be useful to store
> them in the folder alongside the main file.  There would be no confusion
> between different Data files when all stored separately.
> 
> 
> 
> I wonder whether this has been an issue over the years; I would have thought
> it was, because reporting is the thing we do for other people’s info.
> 
> 
> 
> Tnx David …
> 
> 
> 
> David B
> 
> 
> 
> From: David T. 
> Sent: 02 October 2018 04:27
> To: davidbrown.r...@photos.bozeat.biz
> Cc: gnucash-user@gnucash.org
> Subject: Re: [GNC] Reports with previous year in different Accounts
> 
> 
> 
> I don’t know what to tell you on that front. Are *any* files in the location
> newer?
> 
> 
> 
> Cheers,
> 
> David
> 
> 
> 
> 
> 
> On Oct 1, 2018, at 6:33 PM,   >
>   > wrote:
> 
> 
> 
> Hello David,
> 
> 
> 
> I have looked at that location before but notice that the file
> “saved-reports-2.4” modification date is earlier in the year.  This doesn’t
> align with the date of reports I have saved only just days ago.  It can be
> viewed using Notepad,  and wonder if it appends to the top of the text? 
> There are no files dated September and would have thought that the mod date
> would change accordingly.
> 
> 
> 
> I am using a different computer to store the different organisation data so
> have a work around for that.  Once one knows the finer points it does make
> things a little easier!!
> 
> 
> 
> Thank you ….
> 
> 
> 
> David B
> 
> 
> 
> From: David T. <  sunfis...@yahoo.com>
> Sent: 29 September 2018 15:46
> To:  
> davidbrown.r...@photos.bozeat.biz Cc:  
> gnucash-user@gnucash.org
> Subject: Re: [GNC] Reports with previous year in different Accounts
> 
> 
> 
> Info about file locations is available at 
>  ml>
> https://www.gnucash.org/docs/v3/C/gnucash-guide/basics-migrate-settings.htm
> l.
> 
> 
> 
> David T.
> 
> 
> 
> 
> 
> 
> 
> 
> On Sep 29, 2018, at 7:54 PM, < 
> davidbrown.r...@photos.bozeat.biz> <
> 
> davidbrown.r...@photos.bozeat.biz> wrote:
> 
> 
> 
> Hello David, tnx for the confirmation.  It was only that I had another
> GNUCash installed on another machine, totally separate that I concluded
> that was probably the issue.   It was also that when changing a report
> configuration, it never asked to save the file, as it does when one changes
> a transaction.  I thought then it must be elsewhere and save automatically.
> 
> Where are the configs saved; is it amongst the User files of windows?
> 
> I would have thought that Configs were fundamental to each work book and
> wonder why that was never a default?
> 
> Thank you for being prompt with the reply.
> 
> David
> 
> -Original Message-
> From: David T. <  sunfis...@yahoo.com>
> Sent: 29 September 2018 14:08
> To:  
> davidbrown.r...@photos.bozeat.biz Cc: Adrien Monteleone <
>  adrien.montele...@lusfiber.net>;
> Gnucash Users <  gnucash-user@gnucash.org>
> Subject: Re: [GNC] Reports with previous year in different Accounts
> 
> This is a known issue with how GnuCash handles saved reports, and has been
> around a long time. Your only recoourse is to create separate user logins
> at the operating system, and log in to each user account when you wish to
> access a particular GnuCash book and its reports.
> 
> David T.
> 
> 
> 
> 
> 
> On Sep 29, 2018, at 6:28 PM, < 
> davidbrown.r...@photos.bozeat.biz> <
> 
> davidbrown.r...@photos.bozeat.biz> wrote:
> 
> The saved reports are say for a year ending, for "Profit and Loss" in one
> organisation through "Reports > Income & Expense > Profit & Loss" and then
> set the parameters.   Then save the report configuration Shift+Ctrl+Alt+S 
> .  The resulting Config is in path "Reports > Saved Report 

Re: [GNC] Reports with previous year in different Accounts

2018-10-02 Thread davidbrown.rdps
Hello David …. I changed the folder name with the May dated files, and then 
installed the newer version and no new files/folder were included in the “User” 
paths.  I have yet to try a new report anyway, so we will see.

 

Always a bit odd when specific notes are given and then doesn’t follow.  They 
have to be somewhere!!

 

I know when Apps are looking for those files it would be useful to store them 
in the folder alongside the main file.  There would be no confusion between 
different Data files when all stored separately.

 

I wonder whether this has been an issue over the years; I would have thought it 
was, because reporting is the thing we do for other people’s info.

 

Tnx David …

 

David B

 

From: David T.  
Sent: 02 October 2018 04:27
To: davidbrown.r...@photos.bozeat.biz
Cc: gnucash-user@gnucash.org
Subject: Re: [GNC] Reports with previous year in different Accounts

 

I don’t know what to tell you on that front. Are *any* files in the location 
newer?

 

Cheers,

David





On Oct 1, 2018, at 6:33 PM, mailto:davidbrown.r...@photos.bozeat.biz> > mailto:davidbrown.r...@photos.bozeat.biz> > wrote:

 

Hello David, 

 

I have looked at that location before but notice that the file 
“saved-reports-2.4” modification date is earlier in the year.  This doesn’t 
align with the date of reports I have saved only just days ago.  It can be 
viewed using Notepad,  and wonder if it appends to the top of the text?  There 
are no files dated September and would have thought that the mod date would 
change accordingly.

 

I am using a different computer to store the different organisation data so 
have a work around for that.  Once one knows the finer points it does make 
things a little easier!!

 

Thank you …. 

 

David B

 

From: David T. <  sunfis...@yahoo.com> 
Sent: 29 September 2018 15:46
To:   
davidbrown.r...@photos.bozeat.biz
Cc:   gnucash-user@gnucash.org
Subject: Re: [GNC] Reports with previous year in different Accounts

 

Info about file locations is available at  
 
https://www.gnucash.org/docs/v3/C/gnucash-guide/basics-migrate-settings.html.

 

David T.

 






On Sep 29, 2018, at 7:54 PM, <  
davidbrown.r...@photos.bozeat.biz> <  
davidbrown.r...@photos.bozeat.biz> wrote:

 

Hello David, tnx for the confirmation.  It was only that I had another GNUCash 
installed on another machine, totally separate that I concluded that was 
probably the issue.   It was also that when changing a report configuration, it 
never asked to save the file, as it does when one changes a transaction.  I 
thought then it must be elsewhere and save automatically.

Where are the configs saved; is it amongst the User files of windows?

I would have thought that Configs were fundamental to each work book and wonder 
why that was never a default?

Thank you for being prompt with the reply.

David

-Original Message-
From: David T. <  sunfis...@yahoo.com> 
Sent: 29 September 2018 14:08
To:   
davidbrown.r...@photos.bozeat.biz
Cc: Adrien Monteleone <  
adrien.montele...@lusfiber.net>; Gnucash Users < 
 gnucash-user@gnucash.org>
Subject: Re: [GNC] Reports with previous year in different Accounts

This is a known issue with how GnuCash handles saved reports, and has been 
around a long time. Your only recoourse is to create separate user logins at 
the operating system, and log in to each user account when you wish to access a 
particular GnuCash book and its reports.

David T.





On Sep 29, 2018, at 6:28 PM, <  
davidbrown.r...@photos.bozeat.biz> <  
davidbrown.r...@photos.bozeat.biz> wrote:

The saved reports are say for a year ending, for "Profit and Loss" in one 
organisation through "Reports > Income & Expense > Profit & Loss" and then set 
the parameters.   Then save the report configuration Shift+Ctrl+Alt+S  .  The 
resulting Config is in path "Reports > Saved Report Configurations" which 
obviously is OK for one organisation, but the naming and other settings is not 
any use for the other organisation, but shows in the list even though a 
different GNUCash file has been opened.

How can I store reports for the org that I am working on.  As you say it seems 
though report config is per user and not per book.  Will look at the "Close 
Book" function anyway to see what it does.

Tnx

Kind regards

DAvid





-Original Message-
From: gnucash-user 
<  
gnucash-user-bounces+davidbrown.rdps=photos.bozeat@gnucash.org> 
On Behalf 

Re: [GNC] Reports with previous year in different Accounts

2018-10-02 Thread davidbrown.rdps
It was 3.1 and just updated ... yet to use the new one though.

I have created and saved a config and then when revising some bits, just save 
the report config.  I'll have a look at your suggestions tmrrw sometime .

Many thanks Geert ..

David B

-Original Message-
From: Geert Janssens  
Sent: 02 October 2018 07:07
To: gnucash-user@gnucash.org; David T. 
Cc: davidbrown.r...@photos.bozeat.biz
Subject: Re: [GNC] Reports with previous year in different Accounts

What version of gnucash are you running ?

In addition there is a subtle difference between report configurations you 
explicitly save and reports you keep open when quitting gnucash.

The former are stored in a file named saved-reports-x.y. The ones that are 
still open while gnucash exits will be saved in GNC_DATA_HOME/books/ 
.gcm. These will be restored automatically when you restart gnucash.

Geert

Op dinsdag 2 oktober 2018 05:27:00 CEST schreef David T. via gnucash-user:
> I don’t know what to tell you on that front. Are *any* files in the 
> location newer?
> 
> Cheers,
> David
> 
> > On Oct 1, 2018, at 6:33 PM, 
> >  wrote:
> > 
> > Hello David,
> > 
> > I have looked at that location before but notice that the file 
> > “saved-reports-2.4” modification date is earlier in the year.  This 
> > doesn’t align with the date of reports I have saved only just days ago.
> > It can be viewed using Notepad,  and wonder if it appends to the top 
> > of the text?  There are no files dated September and would have 
> > thought that the mod date would change accordingly.
> > 
> > I am using a different computer to store the different organisation 
> > data so have a work around for that.  Once one knows the finer 
> > points it does make things a little easier!!
> > 
> > Thank you ….
> > 
> > David B
> > 
> > From: David T. mailto:sunfis...@yahoo.com>>
> > Sent: 29 September 2018 15:46
> > To: davidbrown.r...@photos.bozeat.biz 
> >  Cc: 
> > gnucash-user@gnucash.org 
> > Subject: Re: [GNC] Reports with previous year in different Accounts
> > 
> > Info about file locations is available at 
> > https://www.gnucash.org/docs/v3/C/gnucash-guide/basics-migrate-setti
> > ngs.h
> > tml
> >  > html>.
> > 
> > David T.
> > 
> >> On Sep 29, 2018, at 7:54 PM,  >> >
> >>  >> > wrote:
> >> 
> >> Hello David, tnx for the confirmation.  It was only that I had 
> >> another GNUCash installed on another machine, totally separate that I 
> >> concluded
> >> that was probably the issue.   It was also that when changing a report
> >> configuration, it never asked to save the file, as it does when one 
> >> changes a transaction.  I thought then it must be elsewhere and 
> >> save automatically.
> >> 
> >> Where are the configs saved; is it amongst the User files of windows?
> >> 
> >> I would have thought that Configs were fundamental to each work 
> >> book and wonder why that was never a default?
> >> 
> >> Thank you for being prompt with the reply.
> >> 
> >> David
> >> 
> >> -Original Message-
> >> From: David T. mailto:sunfis...@yahoo.com>>
> >> Sent: 29 September 2018 14:08
> >> To: davidbrown.r...@photos.bozeat.biz 
> >>  Cc: Adrien Monteleone 
> >>  >> >; Gnucash Users 
> >> mailto:gnucash-user@gnucash.org>> Subject:
> >> Re: [GNC] Reports with previous year in different Accounts
> >> 
> >> This is a known issue with how GnuCash handles saved reports, and 
> >> has been around a long time. Your only recoourse is to create 
> >> separate user logins at the operating system, and log in to each 
> >> user account when you wish to access a particular GnuCash book and its 
> >> reports.
> >> 
> >> David T.
> >> 
> >>> On Sep 29, 2018, at 6:28 PM,  >>> >
> >>>  >>> > wrote:
> >>> 
> >>> The saved reports are say for a year ending, for "Profit and Loss" 
> >>> in one organisation through "Reports > Income & Expense > Profit & Loss"
> >>> and then set the parameters.   Then save the report configuration
> >>> Shift+Ctrl+Alt+S  .  The resulting Config is in path "Reports > 
> >>> Shift+Ctrl+Alt+Saved
> >>> Report Configurations" which obviously is OK for one organisation, 
> >>> but the naming and other settings is not any use for the other 
> >>> organisation, but shows in the list even though a different 
> >>> GNUCash file has been opened.
> >>> 
> >>> How can I store reports for the org that I am working on.  As you 
> >>> say it seems though report config is per user and not per book.  
> >>> Will look at the "Close Book" function anyway to see what it does.
> >>> 
> >>> Tnx
> >>> 
> >>> Kind regards
> >>> 
> >>> DAvid
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 

Re: [GNC] GnuCash 3.3 Released

2018-10-02 Thread Geert Janssens
Oh, ok.

Regards,

Geert

Op dinsdag 2 oktober 2018 13:35:30 CEST schreef Greg Etling:
> Geert,
> 
> The settings.ini changes that I failed to get working was changing the
> theme, rather than changing individual settings.
> 
> Greg
> 917-664-0083
> http://gregetling.com
> --
> "The credit belongs to the man who is actually in the arena, whose face is
> marred by dust and sweat and blood; who strives valiantly; who errs, who
> comes short again and again, because there is no effort without error and
> shortcoming" -Theodore Roosevelt
> 
> On Tue, Oct 2, 2018 at 1:59 AM, Geert Janssens 
> 
> wrote:
> > Op dinsdag 2 oktober 2018 03:21:32 CEST schreef Greg Etling:
> > > Adrien,
> > > 
> > > Then the mistake was mine - as you surmised, I attempted to use the
> > > shorthand without enough information, causing it to be ignored.
> > 
> > I'm glad you got it working.
> > 
> > Just to solve the other mystery: when you tried settings.ini previously,
> > did
> > you also shorthand to only a font size ? I believe the font specification
> > in
> > settings.ini also requires at least a font family.
> > 
> > Geert




___
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.


[GNC] scroll not working

2018-10-02 Thread Dennis Powless
I haven't updated to 3.3 yet, still on 3.1 on ubuntu

While in a register, I noticed that trying to scroll up to past
entries using the scroll bar on the right does not work.  I'm able to
scroll by moving the bar, but when released it snaps back to the
bottom.  When I hover on the scroll bar area the mouse and right 4 or
5 columns flicker back and forth.  With a transaction selected at the
bottom I can use the up/down arrows to navigate to a previous
transaction (however, going back to a previous year of transactions to
review something is time consuming.)

Is anyone else able to replicate this?

I can raise a bug if warranted.

dennis
___
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] Reports with previous year in different Accounts

2018-10-02 Thread Geert Janssens
What version of gnucash are you running ?

In addition there is a subtle difference between report configurations you 
explicitly save and reports you keep open when quitting gnucash.

The former are stored in a file named saved-reports-x.y. The ones that are 
still open while gnucash exits will be saved in GNC_DATA_HOME/books/
.gcm. These will be restored automatically when you restart gnucash.

Geert

Op dinsdag 2 oktober 2018 05:27:00 CEST schreef David T. via gnucash-user:
> I don’t know what to tell you on that front. Are *any* files in the location
> newer?
> 
> Cheers,
> David
> 
> > On Oct 1, 2018, at 6:33 PM, 
> >  wrote:
> > 
> > Hello David,
> > 
> > I have looked at that location before but notice that the file
> > “saved-reports-2.4” modification date is earlier in the year.  This
> > doesn’t align with the date of reports I have saved only just days ago. 
> > It can be viewed using Notepad,  and wonder if it appends to the top of
> > the text?  There are no files dated September and would have thought that
> > the mod date would change accordingly.
> > 
> > I am using a different computer to store the different organisation data
> > so have a work around for that.  Once one knows the finer points it does
> > make things a little easier!!
> > 
> > Thank you ….
> > 
> > David B
> > 
> > From: David T. mailto:sunfis...@yahoo.com>>
> > Sent: 29 September 2018 15:46
> > To: davidbrown.r...@photos.bozeat.biz
> >  Cc: gnucash-user@gnucash.org
> > 
> > Subject: Re: [GNC] Reports with previous year in different Accounts
> > 
> > Info about file locations is available at
> > https://www.gnucash.org/docs/v3/C/gnucash-guide/basics-migrate-settings.h
> > tml
> >  > html>.
> > 
> > David T.
> > 
> >> On Sep 29, 2018, at 7:54 PM,  >> >
> >>  >> > wrote:
> >> 
> >> Hello David, tnx for the confirmation.  It was only that I had another
> >> GNUCash installed on another machine, totally separate that I concluded
> >> that was probably the issue.   It was also that when changing a report
> >> configuration, it never asked to save the file, as it does when one
> >> changes a transaction.  I thought then it must be elsewhere and save
> >> automatically.
> >> 
> >> Where are the configs saved; is it amongst the User files of windows?
> >> 
> >> I would have thought that Configs were fundamental to each work book and
> >> wonder why that was never a default?
> >> 
> >> Thank you for being prompt with the reply.
> >> 
> >> David
> >> 
> >> -Original Message-
> >> From: David T. mailto:sunfis...@yahoo.com>>
> >> Sent: 29 September 2018 14:08
> >> To: davidbrown.r...@photos.bozeat.biz
> >>  Cc: Adrien Monteleone
> >>  >> >; Gnucash Users
> >> mailto:gnucash-user@gnucash.org>> Subject:
> >> Re: [GNC] Reports with previous year in different Accounts
> >> 
> >> This is a known issue with how GnuCash handles saved reports, and has
> >> been around a long time. Your only recoourse is to create separate user
> >> logins at the operating system, and log in to each user account when you
> >> wish to access a particular GnuCash book and its reports.
> >> 
> >> David T.
> >> 
> >>> On Sep 29, 2018, at 6:28 PM,  >>> >
> >>>  >>> > wrote:
> >>> 
> >>> The saved reports are say for a year ending, for "Profit and Loss" in
> >>> one organisation through "Reports > Income & Expense > Profit & Loss"
> >>> and then set the parameters.   Then save the report configuration
> >>> Shift+Ctrl+Alt+S  .  The resulting Config is in path "Reports > Saved
> >>> Report Configurations" which obviously is OK for one organisation, but
> >>> the naming and other settings is not any use for the other
> >>> organisation, but shows in the list even though a different GNUCash
> >>> file has been opened.
> >>> 
> >>> How can I store reports for the org that I am working on.  As you say it
> >>> seems though report config is per user and not per book.  Will look at
> >>> the "Close Book" function anyway to see what it does.
> >>> 
> >>> Tnx
> >>> 
> >>> Kind regards
> >>> 
> >>> DAvid
> >>> 
> >>> 
> >>> 
> >>> 
> >>> 
> >>> -Original Message-
> >>> From: gnucash-user
> >>>  >>>  >>> org>> On Behalf Of Adrien Monteleone
> >>> Sent: 29 September 2018 11:12
> >>> To: Gnucash Users  >>> > Subject: Re: [GNC] Reports with
> >>> previous year in different Accounts
> >>> 
> >>> Not sure what you mean by ’saved reports’.
> >>> 
> >>> There is a place to save report configurations. That is per user, not
> >>> per book as far as I’m aware.
> >>> 
> >>> 

Re: [GNC] GnuCash 3.3 Released

2018-10-02 Thread Geert Janssens
Op dinsdag 2 oktober 2018 03:21:32 CEST schreef Greg Etling:
> Adrien,
> 
> Then the mistake was mine - as you surmised, I attempted to use the
> shorthand without enough information, causing it to be ignored.
> 
I'm glad you got it working.

Just to solve the other mystery: when you tried settings.ini previously, did 
you also shorthand to only a font size ? I believe the font specification in 
settings.ini also requires at least a font family.

Geert


___
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.