Re: [GNC] Export Report to PDF - characters split across pages

2018-12-19 Thread R. Victor Klassen
… and then if that doesn’t work, switch browsers (for the purpose of 
printing/exporting to PDF).  Some browsers ignore the optional tag that 
controls whether characters can be split across page breaks.  Others don’t.

> On Dec 19, 2018, at 7:46 AM, David Carlson  
> wrote:
> 
> Michael,  Try exporting the report to html.
> 
> David C
> 
> On Wed, Dec 19, 2018 at 5:31 AM Michael Hendry 
> wrote:
> 
>> Here is a screen-shot to demonstrate the problem:
>> 
>> 
>> https://www.dropbox.com/s/mmde3eqphnhabp6/Screenshot%202018-12-19%2011.22.14.png?dl=0
>> 
>> The report is readable, but inelegant.
>> 
>> Any suggestions?
>> 
>> Regards,
>> 
>> Michael
>> ___
>> 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.

___
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] Export Report to PDF - characters split across pages

2018-12-19 Thread Geert Janssens
Op woensdag 19 december 2018 12:29:05 CET schreef Michael Hendry:
> Here is a screen-shot to demonstrate the problem:
> 
> https://www.dropbox.com/s/mmde3eqphnhabp6/Screenshot%202018-12-19%2011.22.14
> .png?dl=0
> 
> The report is readable, but inelegant.
> 
> Any suggestions?
> 
> Regards,
> 
> Michael


This is a known problem with webkitgtk-1, the library we use to display 
reports and export to pdf.

The problem gets even worse with its successor webkitgtk-2 as it simply no 
longer supports printing to pdf directly :(
This more recent version is only supported on Linux. The old version is no 
longer available on linux.
So in the end that brings gnucash in the awkward position of not having a 
proper solution to this particular issue on any platform.

The workarounds are as suggested: export to html, open that html in a real 
browser and print/export to pdf from there.

Regards,

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.


Re: [GNC] Export Report to PDF - characters split across pages

2018-12-19 Thread Michael Hendry
> On 19 Dec 2018, at 13:29, Geert Janssens  wrote:
> 
> Op woensdag 19 december 2018 12:29:05 CET schreef Michael Hendry:
>> Here is a screen-shot to demonstrate the problem:
>> 
>> https://www.dropbox.com/s/mmde3eqphnhabp6/Screenshot%202018-12-19%2011.22.14
>> .png?dl=0
>> 
>> The report is readable, but inelegant.
>> 
>> Any suggestions?
>> 
>> Regards,
>> 
>> Michael
> 
> 
> This is a known problem with webkitgtk-1, the library we use to display 
> reports and export to pdf.
> 
> The problem gets even worse with its successor webkitgtk-2 as it simply no 
> longer supports printing to pdf directly :(
> This more recent version is only supported on Linux. The old version is no 
> longer available on linux.
> So in the end that brings gnucash in the awkward position of not having a 
> proper solution to this particular issue on any platform.
> 
> The workarounds are as suggested: export to html, open that html in a real 
> browser and print/export to pdf from there.
> 
> Regards,
> 
> Geert

Thanks, Geert (and Victor and David).

Now I know that it’s not a matter of my failing to spot an option within 
Gnucash, I’ll go for the “print-to-pdf” feature on my iMac - it’s a single step 
as opposed to HTML->PDF.

Michael


___
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] Export Report to PDF - characters split across pages

2018-12-19 Thread Michael Hendry
> 
> Thanks, Geert (and Victor and David).
> 
> Now I know that it’s not a matter of my failing to spot an option within 
> Gnucash, I’ll go for the “print-to-pdf” feature on my iMac - it’s a single 
> step as opposed to HTML->PDF.
> 
> Michael
> 
> 


Well, that would have worked if Gnucash hadn’t by-passed CUPS…

So it’s going to have to be:

Export to HTML->open in Firefox->print to PDF

Michael

___
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] Export Report to PDF - characters split across pages

2018-12-19 Thread Geert Janssens
Op woensdag 19 december 2018 15:31:39 CET schreef Michael Hendry:
> > Thanks, Geert (and Victor and David).
> > 
> > Now I know that it’s not a matter of my failing to spot an option within
> > Gnucash, I’ll go for the “print-to-pdf” feature on my iMac - it’s a
> > single step as opposed to HTML->PDF.
> > 
> > Michael
> 
> Well, that would have worked if Gnucash hadn’t by-passed CUPS…
> 
While I do understand the end result for the user is the same, I can't help 
but point out that's actually gtk+ territory. GnuCash just uses gtk's print 
system.

> So it’s going to have to be:
> 
> Export to HTML->open in Firefox->print to PDF

Yeah, I'm sorry to hear there is no better answer to this at this point.

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.

Re: [GNC] gnucash-user Digest, Vol 189, Issue 50

2018-12-19 Thread Elmar
I gather this is only in version 3.x?  Any hope for us still on version 
2.6.12 ?


- Elmar

On 12/18/18 10:58 PM, gnucash-user-requ...@gnucash.org wrote:
In GnC, click on the Tools menu and then on the Import Map Editor.?  > Once on the new screen you can see all the mappings that have been > 

generated.

___
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] GNUCash never starts over forwarded X session

2018-12-19 Thread Derek Atkins
Andrew Clark  writes:

> I ended up resizing a partition, installing Debian and now forwarding via ssh
> to Xorg running on that works fine.
>
> I guess there must be some issue with my windows setup and the Xming x server.

Oh, yeah, there is quite possibly significant incompatibilites if you're
sitting on a Windows box.  I honestly never even contemplated that
scenario!

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
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] Re Reconciling a Transaction

2018-12-19 Thread Derek Atkins
David Cousens  writes:

> Phil
>
>> Wait until the next reconciliation is due and it will be included
> with it. Works for me.
>
> While that resets the reconciliation flag, it may not necessarily
> ensure that past reconciliations are correctly
> reconciled forward from the editied transactions were altered in cases
> where the edit involved changing amount details
> in the splits affecting the reconciled account. If the changes were
> simply to description and memo fields or only to
> amounts in splits to unreconciled accounts, then what you suggest will
> work. Redoing the procedure from the period
> covering the edit forward ensures that this is the case.

If you change the amounts in the splits then even a current reconcile
will fail, too, so you're safe either way.

> David

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
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] Wildcard in standard report definiton

2018-12-19 Thread Derek Atkins
Crypto MR  writes:

> If I set up a report, let's say the balance sheet report, I usually
> want to see all accounts in this report. Each time I later add another
> account, I have to adjust the report settings for the 'saved
> reports'. Is there any way I could modify the report settings with a
> wildcard, so each time I run the report, it would automatically select
> ALL accounts?

Unfortunately the way QOF works (since about 2.0), Accounts are not
"special" anymore -- all matches are performed by GUID (including
accounts).  This was implemented as a generalization of the code as it
was expanded to be able to search for other objects, like Customers,
Invoices, etc.

The downside of this change is that this particular feature was lost.

The only way to add it back in would be to completely restructure the
way searches are performed in order to special-case Accounts again.

I think, with the C++ rewrite underway, this feature could,
theoretically, be re-added by allowing an Account to override the
generic search functions.

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
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] gnucash-user Digest, Vol 189, Issue 50

2018-12-19 Thread David Carlson
Elmer,

What thread are you responding to?

David C

On Wed, Dec 19, 2018, 8:58 AM Elmar  I gather this is only in version 3.x?  Any hope for us still on version
> 2.6.12 ?
>
> - Elmar
>
> On 12/18/18 10:58 PM, gnucash-user-requ...@gnucash.org wrote:
> > In GnC, click on the Tools menu and then on the Import Map Editor.?  >
> Once on the new screen you can see all the mappings that have been >
> generated.
>
> ___
> 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] Wildcard in standard report definiton

2018-12-19 Thread Derek Atkins
Christopher Lam  writes:

> With regard to selecting a 'wildcard' type of accounts selection, it's
> a good entry-level idea for a budding scheme hacker :)

I think it would require significantly more work than that, but I'd love
to be proven wrong!

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
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] mismatched Baysian matching , was Re: gnucash-user Digest, Vol 189, Issue 50

2018-12-19 Thread Elmar

The one on fixing mismatched Baysian matching.

On 12/19/18 10:09 AM, David Carlson wrote:

Elmer,

What thread are you responding to?

David C

On Wed, Dec 19, 2018, 8:58 AM Elmar  wrote:


I gather this is only in version 3.x?  Any hope for us still on
version
2.6.12 ?

- Elmar

On 12/18/18 10:58 PM, gnucash-user-requ...@gnucash.org
 wrote:
> In GnC, click on the Tools menu and then on the Import Map
Editor.?  > Once on the new screen you can see all the mappings
that have been >
generated.

___
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] gnucash-user Digest, Vol 189, Issue 50

2018-12-19 Thread Geert Janssens
Op woensdag 19 december 2018 15:55:59 CET schreef Elmar:
> I gather this is only in version 3.x?  Any hope for us still on version
> 2.6.12 ?

Hope ? Sure, migrate to 3.x ;)

More seriously, in the 2.6 series there  was no gui interface to changing 
this. Only by direct manipulation of the data file.

Regards,

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] Bayesian matching, was Re: gnucash-user Digest, Vol 189, Issue 50

2018-12-19 Thread Elmar
Not yet in the Linux Mint repository. Do you know when it will appear 
there?  I am hesitant to install things not in the official repository. 
Can I install 3.3 alongside 2.6.12 (paranoia speaking here)? - Elmar


On 12/19/18 10:27 AM, Geert Janssens wrote:

Op woensdag 19 december 2018 15:55:59 CET schreef Elmar:

I gather this is only in version 3.x?  Any hope for us still on version
2.6.12 ?

Hope ? Sure, migrate to 3.x ;)

More seriously, in the 2.6 series there  was no gui interface to changing
this. Only by direct manipulation of the data file.

Regards,

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.

Re: [GNC] Bayesian matching, was Re: gnucash-user Digest, Vol 189, Issue 50

2018-12-19 Thread Geert Janssens
Op woensdag 19 december 2018 16:33:43 CET schreef Elmar:
> Not yet in the Linux Mint repository. Do you know when it will appear
> there?  I am hesitant to install things not in the official repository.
> Can I install 3.3 alongside 2.6.12 (paranoia speaking here)? - Elmar
> 
Unfortunately I have no idea when Linux Mint will upgrade. And your choice to 
stick with to only official packages from your distro's repositories is a fair 
one.

Via flathub you could install a more recent version of gnucash that won't 
conflict with your officially installed one and which you can safely remove 
again if you don't like it.

However unfortunately this will not help you: we have made big changes in the 
internal data format for precisely the import maps. So if you work with them 
for a first time in gnucash 3.x, you will no longer be able to open your data 
file in gnucash 2.6.12. It would not understand the new format.

So alas I have no good tips for you other than doing careful surgery on your 
data file or wait until gnucash 3.x becomes available in linux mint.

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.


Re: [GNC] Fixing bad Bayesian data

2018-12-19 Thread Steve Cohen
Thanks, Geert, I hadn't realized that until yesterday when another 
poster pointed me there, but even then I hadn't realized that this was 
intended as a replacement for messing with data files/perl scripts, etc.


On 12/19/18 4:09 AM, Geert Janssens wrote:

GnuCash 3.x also has a new tool that allows you to erase bad bayesian data.
There's no need to dive directly into the data files to make changes. This was
contributed by Robert Fewell.

This tools is called "Import Map Editor" and can be found under the "Tools"
menu.

Regards,

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.


Re: [GNC] Fixing bad Bayesian data

2018-12-19 Thread Steve Cohen
A nice-to-have would be an option to automatically filter all state 
abbreviations and days of the week.  I see lots of these polluting my map.


On 12/19/18 12:52 PM, Steve Cohen wrote:
Thanks, Geert, I hadn't realized that until yesterday when another 
poster pointed me there, but even then I hadn't realized that this was 
intended as a replacement for messing with data files/perl scripts, etc.


On 12/19/18 4:09 AM, Geert Janssens wrote:
GnuCash 3.x also has a new tool that allows you to erase bad bayesian 
data.
There's no need to dive directly into the data files to make changes. 
This was

contributed by Robert Fewell.

This tools is called "Import Map Editor" and can be found under the 
"Tools"

menu.

Regards,

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.


Re: [GNC] Bayesian matching, was Re: gnucash-user Digest, Vol 189, Issue 50

2018-12-19 Thread David Cousens
Elamr 

The Linux Mint repository is often quite a way behind the current release. 
Tara(19) only has 2.6.19 available.
GnuCash is straight forward to build on Linux Mint. The wiki build pages 
https://wiki.gnucash.org/wiki/Building_On_Linux
 were derived on LmM 18.3 and a fresh install of LM 19 as well so they shouuld 
have caught all possible dependencies. I
have the instructions given there to setup the build environment in a simple 
shell script which loads the build tools
and then all the dependencies, which is attached if you want to try it. 

You will need to set execute privileges on it (chmod +x 
gnucash-development-dependency-setup.sh) and then run it
(./gnucash-development-dependency-setup.sh at a terminal prompt in the 
directory you put it in. It requests permissions
to install libraries and headers at various points, just reply "y" to those. It 
takes a while to run though and install
everything. (~15 min on a 50MBps broadband link).

As Geert suggested the flatpak version is also available from the Software 
Manager. It required a few configuration
changes to get running as the flatpak does't have full access to LM in the 
default build. It may have been patched to
fix that since I tried it when GC3.2 was first released. If you check the forum 
archives around then there should be
some info of how to configure the flatpak.

I spent my first few months on LM five years ago only installing software from 
the repository. While it is generally
safe it is highly limiting. (The LM repository was compromised on one occasion 
a few years ago and a hacked version of a
program was installed there. It only lasted a couple of hours but a few of us 
did download it in that time.) 

I think my first build from source was probably GnuCash when I found I couldn't 
access a new feature I needed at the
time. I now run uptodate versions of most software. The main hassle is usually 
sorting out library versions when the
dependencies are updated. Fortunately many major libraries now can have 
multiple versions installed in parallel and the
programs just link to the version they require so conflict between libraries 
for different programs is not usually an
issue.

David Cousens


On Wed, 2018-12-19 at 10:33 -0500, Elmar wrote:
> Not yet in the Linux Mint repository. Do you know when it will appear 
> there?  I am hesitant to install things not in the official repository. 
> Can I install 3.3 alongside 2.6.12 (paranoia speaking here)? - Elmar
> 
> On 12/19/18 10:27 AM, Geert Janssens wrote:
> > Op woensdag 19 december 2018 15:55:59 CET schreef Elmar:
> > > I gather this is only in version 3.x?  Any hope for us still on version
> > > 2.6.12 ?
> > 
> > Hope ? Sure, migrate to 3.x ;)
> > 
> > More seriously, in the 2.6 series there  was no gui interface to changing
> > this. Only by direct manipulation of the data file.
> > 
> > Regards,
> > 
> > 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.


gnucash-development-dependency-setup.sh
Description: application/shellscript
___
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] Wildcard in standard report definiton

2018-12-19 Thread Christopher Lam
Use Account Substring Matcher as the account selector
(*cough*)

This changes the execution of saved-reports, so, will never be acceptable
for merging in.

modified   gnucash/report/standard-reports/transaction.scm
@@ -618,7 +618,7 @@ be excluded from periodic reporting.")
   ;; Accounts options

   ;; account to do report on
-  (gnc:register-trep-option
+  #;(gnc:register-trep-option
(gnc:make-account-list-option
 gnc:pagename-accounts optname-accounts
 "a" (_ "Report on these accounts.")
@@ -1847,7 +1847,9 @@ be excluded from periodic reporting.")
   (catch 'regular-expression-syntax
 (lambda () (make-regexp
account-matcher))
 (const 'invalid-regex
- (c_account_0 (opt-val gnc:pagename-accounts optname-accounts))
+ (c_account_0 (gnc-account-get-descendants
+   (gnc-book-get-root-account
+(gnc-get-current-book
  (c_account_1 (filter
(lambda (acc)
  (if (regexp? account-matcher-regexp)


On Wed, 19 Dec 2018 at 23:10, Derek Atkins  wrote:

> Christopher Lam  writes:
>
> > With regard to selecting a 'wildcard' type of accounts selection, it's
> > a good entry-level idea for a budding scheme hacker :)
>
> I think it would require significantly more work than that, but I'd love
> to be proven wrong!
>
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
>
> -derek
>
> --
>Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
>Member, MIT Student Information Processing Board  (SIPB)
>URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
>warl...@mit.eduPGP key available
>
___
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] TGR -DNUX [GNUCash] Problem with P&L and Balance sheet

2018-12-19 Thread Tom Reynolds
I have used GNUCash for a number of years (currently Version: 3.2 Build 
ID: 3.2+ (2018-06-24) on windows 10). Both P&L and Balance Sheet for 
period 2017-01-01 thru 2017-12-31 show ZERO and show no accounts.All 
transacctions in USD and Locale has been set to default USD... this 
problem also existed before upgrading to this version.  Can anyone 
advise me?


Tom Reynolds

___
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] TGR -DNUX [GNUCash] Problem with P&L and Balance sheet

2018-12-19 Thread Stephen M. Butler

On 12/19/18 7:59 AM, Tom Reynolds wrote:
I have used GNUCash for a number of years (currently Version: 3.2 
Build ID: 3.2+ (2018-06-24) on windows 10). Both P&L and Balance Sheet 
for period 2017-01-01 thru 2017-12-31 show ZERO and show no 
accounts.All transacctions in USD and Locale has been set to default 
USD... this problem also existed before upgrading to this version.  
Can anyone advise me?


Tom Reynolds 


Which Balance Sheet are you using?  The Eguile version?

And is it Profit & Loss or Income Statement?

For these, once the report is up showing nothing, click on the Options 
menu item and look at the various setup entries to see if they all look 
reasonable.


 * Are the correct accounts selected in the Accounts tab.
 * In the Commodities tab, is the report set to US$
 * Check the other tabs and their options (show hidden, show zero
   balance, etc)
 * Did you "Close" the books at year end and are you excluding those
   entries in the reports


--
Stephen M Butler, PMP, PSM
stephen.m.butle...@gmail.com
kg...@arrl.net
253-350-0166
---
GnuPG Fingerprint:  8A25 9726 D439 758D D846 E5D4 282A 5477 0385 81D8

___
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] TGR -DNUX [GNUCash] Problem with P&L and Balance sheet

2018-12-19 Thread David Cousens
Tom,

Have you checked the settings in the Edit->Report Options?

David Cousens
On Wed, 2018-12-19 at 09:59 -0600, Tom Reynolds wrote:
> I have used GNUCash for a number of years (currently Version: 3.2 Build 
> ID: 3.2+ (2018-06-24) on windows 10). Both P&L and Balance Sheet for 
> period 2017-01-01 thru 2017-12-31 show ZERO and show no accounts.All 
> transacctions in USD and Locale has been set to default USD... this 
> problem also existed before upgrading to this version.  Can anyone 
> advise me?
> 
> Tom Reynolds
> 
> ___
> 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.


[GNC] Split Credit Card Transactions

2018-12-19 Thread oldguardreindeer-junkmail--- via gnucash-user
re this subject: At long last a step by step (blow by blow) line by line 
example of a credit card split transaction that I could follow. A great service 
to humankind!
[1] Here's the blow-by-blow of how I'd to it:
 a) Select the credit-card account and open it
 b) On the bottom line, set the date, if necessary, and enter 
``Sears'' in the Description field.
 c) Hit TAB, which opens new line with a Memo field, and the Account 
already filled in with the credit-card account.
 d) If you please, enter something for the Memo.
 e) Tab to the Increase column and type in 190.
 f) Tab to get a new line, which has the Decrease column filled in 
with 190.
 g) Tab to the Memo, enter ``Power saw''
 h) Tab to Account, enter or select Expenses:House:Maintenance
 i) Tab to Decrease, enter 150.
 j) Tab to get another line, which will have 40 in the Decrease
 k) Fill in the Memo with ``Sheets''; fill in Account with 
Expenses:Household; fill in Decrease with 30.
 l) Tab to get another line, which will have 10 in the Decrease
 m) I wouldn't put in a memo, because the account explains it all.
 n) Select Expenses:Tax:Sales tax for the account
 o) The Decrease is already the right value, so...
 p) Tab to get a new line.  It has no value entry, which tells you 
that your transaction balances and you're finished with this transactions.
 q) Type ENTER to finish.  All the lines collapse into one line with 
a Description of ``Sears'', and a Tot Increase of 190.  In the future 
you can select this line and it will show all the details.  (If it 
doesn't expand automatically, click on the Split button in the toolbar, 
or the menu entry Actions > Split Transaction.)

If this doesn't work for you, post the details and we'll try to 
figure out what's going on.
___
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] Fixing bad Bayesian data

2018-12-19 Thread Geert Janssens
GnuCash 3.x also has a new tool that allows you to erase bad bayesian data. 
There's no need to dive directly into the data files to make changes. This was 
contributed by Robert Fewell.

This tools is called "Import Map Editor" and can be found under the "Tools" 
menu.

Regards,

Geert

Op woensdag 19 december 2018 00:17:47 CET schreef David Cousens:
> Steve
> 
> These may help.
> https://wiki.gnucash.org/wiki/Bayes
> https://lists.gnucash.org/pipermail/gnucash-user/2016-July/066299.html
> http://gnucash.1415818.n4.nabble.com/Fixing-confused-bayesian-matching-data-> 
> td4685819.html
> http://blog.jdlh.com/en/2016/07/29/resetting-gnucashs-import-transaction-ma
> tching/
> 
> Make a backup of your data file and only work on a copy until you are sure
> it is working after changing it if you attempt any of the solutions
> mentioned in the above posts.
> 
> The importer stores the map data and probabilities during the final step of
> the import process. If you let transactions go through to Imbalance then it
> obviously gets no data to work with. If you assign all transactions to a
> specific transfer account before import and continue to do that, it will
> eventually correct itself. There are a few situations in which the bayesian
> matcher does not work. I find where there is a transaction unique number
> which changes with each periodic transaction the matcher seems to run into
> problems. An number identifying the payer/payee and not the transaction
> itself is OK. Some of mine have both.
> 
> There will be a feature to be added in GnuCash V4 which allows multiple
> selection of transactions and assignment of a single transfer account in the
> import matcher which speeds up the transaction matching process
> significantly. It can be incorporated in V3.x as a patch if you build
> GnuCash from source, but the risk is that future bug fixes in the importer
> which change the two affected files could result in a non-working GnuCash.
> It incorporated in the master barnch of the GitHub repository and can be
> built from that if you are comfortable working with the bleeding edge.
> 
> 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.




___
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] GnuCash on new computer but no saved reports or edited style sheets

2018-12-19 Thread Dan Nelms
Thanks David, this helped a lot. I only needed a couple of tweaks and
now I have all my saved reports and style sheets.

Dan

On 12/18/2018 6:44 PM, David Cousens wrote:
> Dan,
>
> the current configuration data locations are given on this wiki page.
> https://wiki.gnucash.org/wiki/Configuration_Locations for various OS.
>
> On older versions the location may be different. It will be somewhere under
> your home directory and may be a hidden file .gnucash and/ or its
> subdirectories.  This was reorganized in going from 2.6 to 3.0. You might
> find some information in the Release Notes There probably has been some
> discussion in the archives so if you search them and specify the earlier
> version numb er you may turn up appropriate info.
>
> 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.
___
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] Export Report to PDF - characters split across pages

2018-12-19 Thread Michael Hendry
Here is a screen-shot to demonstrate the problem:

https://www.dropbox.com/s/mmde3eqphnhabp6/Screenshot%202018-12-19%2011.22.14.png?dl=0

The report is readable, but inelegant.

Any suggestions?

Regards,

Michael
___
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] Export Report to PDF - characters split across pages

2018-12-19 Thread David Carlson
Michael,  Try exporting the report to html.

David C

On Wed, Dec 19, 2018 at 5:31 AM Michael Hendry 
wrote:

> Here is a screen-shot to demonstrate the problem:
>
>
> https://www.dropbox.com/s/mmde3eqphnhabp6/Screenshot%202018-12-19%2011.22.14.png?dl=0
>
> The report is readable, but inelegant.
>
> Any suggestions?
>
> Regards,
>
> Michael
> ___
> 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 Issue

2018-12-19 Thread David T. via gnucash-user
Peter, Adrien,

I will start by saying that I am not a programmer, and am not the person to 
whom you should go to request software updates to GnuCash. 

Having said that, I am going to rain on the parade. In my 13 years using 
Gnucash, I've seen very little developer time or interest in the budget module. 

Here is a summary of the status of budget bugs currently in Bugzilla:

Resolution  Count   Average of Changed
--- 33  6/2/16
DUPL15  5/24/14
FIXE36  7/18/14
INCO4   12/18/13
INVA3   7/14/14
NOTA6   5/13/15
OBSO3   4/23/13
WONT4   5/18/13

Note that there are nearly as many open bugs as resolved ones. The “Average of 
Changed” figure is a quick and dirty evaluation of the last action taken on a 
given bug by category. It is based solely on the last date of action on a given 
bug, which says nothing about the overall age of a given bug. The table shows 
that the *average* date of resolution of FIXED bugs is in 2014, while the 
average date of new bugs is two years newer, suggesting that bugs continue to 
be filed, whereas resolutions are further in the past. Again, this is based on 
the last date any action was taken on a given bug; the oldest open bug in the 
data set (Bug 327636) for example, has a Changed date of 12/25/2015, whereas it 
was added on 1/18/2006; clearly, the age of open bugs is much greater than my 
quick measure, only amplifying my point.

Next, an examination of the github repository shows only a couple of technical 
changes to the main budget file (gnc-budget.c) over the last two years, while 
the last copyright date is 2006. I will note that I am not a programmer, and am 
certainly not skilled enough to determine the complete change history of this 
or other files in the GnuCash repository. There may have been changes to these 
files when the version control system was svn, rather than git.

There was some work by Phil Longstaff on gnc-budget-view.c in 2013 (based on 
the copyright statement), and some adjustments to what appear to me to be 
cosmetic aspects (based on github) in the last couple of years.

If you turn to the documentation, you will see practically nothing available in 
either the Tutorial or the Help. I have worked on the documentation for a 
number of years; when I attempted to solicit information on the lists about the 
budgets and the budget reports, I received very little assistance, and was 
unable to improve the docs in these areas.

All of this reinforces my belief that the budget system is for the most part a 
“what you see is what you’re going to get” piece of code. The significant 
issues that have been raised over the years have largely remained in place, and 
no one has embraced the challenge of rebuilding it (let alone documenting it). 
By all means, you can file bugs, but I wouldn’t expect to see any changes until 
and unless you’re willing to take them on yourself.

David


On Wed, Dec 19, 2018 at 7:42, Adrien Monteleone
 wrote:
Peter,

I don’t generally maintain a working Windows system for testing and I probably 
can’t acquire a Win10 system easily though I have access to Win7. I can play 
around a bit, but otherwise, can’t help more—very sorry, maybe there is another 
Win10 user out there using the budget module on a regular basis who can chime 
in.

As for bugs/RFEs, your best bet is to simply file them, the sooner the better. 
It is possible one of the current developers is familiar with that particular 
part of the code and can jump right in. There’s also the possibility this is a 
section of code that doesn’t have an active maintainer and the solution might 
take more time. But at least a bug report will document and time-stamp the 
issue.

The budget module has seen very little ‘development’ as far as I can tell from 
its original implementation. I think it has only seen minor bug fixes. If you 
have some improvement RFEs, please submit them to scope the use case(s) that 
the developers can use if they tackle the project.

As for timeline, I think the developers have mentioned a few times here and on 
the gnucash-dev list that their current focus is cleaning up transition bugs 
from the migration away from 2.6.x and gtk2. When that is done, they intend to 
get back on track with the general development course outlined on the wiki. 
RFEs will follow after that unless they are really simple to implement on a 
quicker time frame. Of course, if any of the developers chime in with other 
info, their word holds, I’m just a daily user who helps out a bit in the 
community on the mailing list.

Regards,
Adrien

> On Dec 18, 2018, at 6:06 PM, Peter088  > wrote:
> 
> Hi Adrien,
> 
> I'm running Windows 10.  Everything is up to date.
> 
> Thanks for your help.  I was able to find the scroll bar.  It acts the same 
> over here.
> 
> Unfortunately, the left and right arrows do not seem to work in Windows to 
> move the screen.  I also tried all combinati