My problem is solved. Due to a hint in the gnucash-de mailing list I
have identified the needed files and made the changes successfully.
But still wondering how the *.po files are created. They have very
regular format and each entry is commented with references to the lines
in c-files. That does
Op maandag 30 april 2018 10:07:47 CEST schreef Paul Dest:
> My problem is solved. Due to a hint in the gnucash-de mailing list I
> have identified the needed files and made the changes successfully.
>
> But still wondering how the *.po files are created. They have very
> regular format and each en
Hi Peter
If you're comfortable patching transaction.scm, here are the changes to
enable grouping/subtotals according to either memo or notes.
(Not thoroughly tested)
C
On 30 April 2018 at 14:34, Peter Jackson wrote:
> Essentially,
> 1) Primary Key = Memo/Notes
> 2) Sort on Primary Key
> 3) C
> Message: 6
> Date: Mon, 30 Apr 2018 10:15:29 +0200
> From: Geert Janssens
> To: gnucash-devel@gnucash.org
> Subject: Re: [GNC-dev] Solved : how to extend the selection of
> predefined actions on a split
> Message-ID: <1739455.a6lqanb...@legolas.kobaltwit.lan>
> Content-Type: text/plain; charse
> On 1 May 2018, at 7:06 AM, Chris Good wrote:
>
>> Message: 6
>> Date: Mon, 30 Apr 2018 10:15:29 +0200
>> From: Geert Janssens
>> To: gnucash-devel@gnucash.org
>> Subject: Re: [GNC-dev] Solved : how to extend the selection of
>> predefined actions on a split
>> Message-ID: <1739455.a6lqanb.
> On 1 May 2018, at 7:23 AM, Chris Good wrote:
>
>
>
>> On 1 May 2018, at 7:06 AM, Chris Good wrote:
>>
>>> Message: 6
>>> Date: Mon, 30 Apr 2018 10:15:29 +0200
>>> From: Geert Janssens
>>> To: gnucash-devel@gnucash.org
>>> Subject: Re: [GNC-dev] Solved : how to extend the selection of
>>>
> On Apr 30, 2018, at 2:39 PM, Chris Good wrote:
>
>
>> On 1 May 2018, at 7:23 AM, Chris Good wrote:
>>
>>
>>
>>> On 1 May 2018, at 7:06 AM, Chris Good wrote:
>>>
Message: 6
Date: Mon, 30 Apr 2018 10:15:29 +0200
From: Geert Janssens
To: gnucash-devel@gnucash.org
Jeffrey,
Can you copy the cmake command you used to the forum. That looks as though
the switch which should be preceded by a "-D" has been interpreted as part
of the cmake target. Each swith needs to be preficed by "-D" and followed by
a space before any following switches. There also needs to be
Hi Peter, the amended report will unlock subtotals and grouping for memo
and notes, so, just tick subtotals and see?
On Tue, 1 May 2018, 14:16 Peter Jackson wrote:
> Dear Chris,
> Thank you. I have replaced the previous transaction.scm in C:\Program
> Files (x86)\gnucash\share\gnucash\scm\gnucas