Re: [GNC] Scheduled Transaction Calculations

2019-11-02 Thread John Ralls
> On Nov 2, 2019, at 7:08 AM, Fred Bone wrote: > > On 01 November 2019 at 12:34, John Ralls said: > > [...] >> You could try adding this to fin.scm: >> >> (load-from-path "gnucash/app-utils") >> (define (gnc:days-in-prev-month) (/ ( + 1 (- (gnc:get-end-prev-month) >>

Re: [GNC] Scheduled Transaction Calculations

2019-11-02 Thread Fred Bone
On 01 November 2019 at 12:34, John Ralls said: [...] > You could try adding this to fin.scm: > > (load-from-path "gnucash/app-utils") > (define (gnc:days-in-prev-month) (/ ( + 1 (- (gnc:get-end-prev-month) > (gnc:get-start-prev-month 86400)) This will produce a non-integer result if (a)

Re: [GNC] Transaction Report: 1)Print only totals 2)Add comment to print out ?

2019-11-02 Thread Adrien Monteleone
CoA: Chart of Accounts It has the simple label ‘Accounts’ and is the default tab in GnuCash if you have none open. (I also don’t think you can close it) Some Find operations only work properly when done if that tab has focus. Some of those cases should probably be filed as bugs, but sometimes

Re: [GNC] Transaction Report: 1)Print only totals 2)Add comment to print out ?

2019-11-02 Thread Fran_3 via gnucash-user
Adrien, What is the CoA tab for all accounts? Where is it? (This is what is so great about gnuCash, it is so rich in features that you can almost learn something new abut it's capabilities every day :-) Fran3 On Friday, November 1, 2019, 10:01:07 PM EDT, Adrien Monteleone wrote:

Re: [GNC] Transaction Report: 1)Print only totals 2)Add comment to print out ?

2019-11-02 Thread Gareth Davies via gnucash-user
Fran3, Thanks Fran for the help, I will experiment with the various settings and see what happens. Once again thanks for the help. Gareth From: Fran_3 Sent: 01 November 2019 18:51 To: stepbystepf...@comcast.net; gnucash-user@gnucash.org; gareth.davie...@ntlworld.com Subject: