[GNC] About 'parent-account-subtotal' option.

Deva - pobox.deva at outlook.in
Sat Feb 13 08:57:57 EST 2021


Hello Christopher,

I am not sure I understand the impact of this change.

My settings on the Income report are -

Include accounts with zero total balances (unchecked)
Omit zero balance figures (checked)
Parent account balances (Do not show)
Parent account sub-totals (Show sub-totals)

I don't use the Text book style (experimental) option.

This doesn't print the parent subtotals at the top, but it's aligned to the bottom, after all sub-accounts are printed. If this format is still possible with your change, then I am good.

If you mean, with this change, the subtotals will get printed at the top of the sub-accounts (along the parent line), then I'd prefer to avoid that.

Cheers,
Deva
---------------------------------------------------------------
Date: Sat, 13 Feb 2021 02:41:58 +0000
From: Christopher Lam <christopher.lck at gmail.com>
To: GnuCash users group <gnucash-user at gnucash.org>
Subject: [GNC] About 'parent-account-subtotal' option.
Message-ID:
        <CAKVAZZJ-WFCQd8P_jm-0S2t9TkiFWBB6HN_eNvZA3jmJbTsJBg at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

To long-time and new users,

Regarding subtotals in several reports e.g.

Asset $0
Asset:Bank $8,000
Asset:House $100,000
Total Asset $108,000

>From 2003 onwards, there was a 'parent account subtotals' option 'text book
style (experimental)' to show subtotal after groups of accounts. It mimics
'parent account subtotals' = 'show subtotals' with a different alignment.
It has never graduated from experimental and is buggy. I suggest we remove
it, and switch the option to 'show subtotals'. The change will be in 4.5
due in March/April. The relevant PR is
https://github.com/Gnucash/gnucash/pull/908

Any objections?

------------------------------


Sent from Outlook<http://aka.ms/weboutlook>

________________________________
From: gnucash-user <gnucash-user-bounces+pobox.deva=outlook.in at gnucash.org> on behalf of gnucash-user-request at gnucash.org <gnucash-user-request at gnucash.org>
Sent: 12 February 2021 21:12
To: gnucash-user at gnucash.org <gnucash-user at gnucash.org>
Subject: gnucash-user Digest, Vol 215, Issue 31

Send gnucash-user mailing list submissions to
        gnucash-user at 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-request at gnucash.org

You can reach the person managing the list at
        gnucash-user-owner at 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:  USAA FSB requires newer QWIN support (Bob White)
   2. Re:  Fwd: GnuCash window placement (David Carlson)
   3. Re:  Fwd: GnuCash window placement (David Cousens)
   4. Re:  Fwd: GnuCash window placement (David Carlson)
   5. Re:  Fwd: GnuCash window placement (David Carlson)
   6.  About 'parent-account-subtotal' option. (Christopher Lam)
   7. Re:  USAA FSB requires newer QWIN support (Jon Schewe)
   8. Re:  About 'parent-account-subtotal' option. (Adrien Monteleone)
   9. Re:  USAA FSB requires newer QWIN support (Jon Schewe)
  10. Re:  About 'parent-account-subtotal' option. (Christopher Lam)
  11.  Scheduled Transactions (bdp3)
  12. Re:  Scheduled Transactions (David Carlson)


----------------------------------------------------------------------

Message: 1
Date: Fri, 12 Feb 2021 22:29:36 -0000
From: Bob White <white.b at me.com>
To: gnucash-user at gnucash.org
Cc: "gnucash-devel at gnucash.org" <gnucash-devel at gnucash.org>
Subject: Re: [GNC] USAA FSB requires newer QWIN support
Message-ID: <bf5f5ecb-0da8-4bf7-b257-79f21b94a52f at me.com>
Content-Type: text/plain;    charset=utf-8;    format=flowed

I got new USAA OFX download working with GNC 4.4.1.

It's mainly a configuration task.

------ User config ------
int uniqueId="<leave as is>"
char backendName="aqofxconnect"
char userName="<your name>"
char userId="<your new USAA access id>"
char customerId="<your new USAA access id>"
char country="us"
char bankCode="314074269"
int lastSessionId="0"

data {
? backend {
? ? char bankName="USAA Federal Savings Bank"
? ? char org="USAA Federal Savings Bank"
? ? char fid="67811"
? ? char serverAddr="https%3A%2F%2Fdf3cx-services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
? ? char appId="QMOFX"
? ? char appVer="2300"
? ? char headerVer="103"
? ? char clientUid="<CLIENTUID>"
? ? int httpVMajor="0"
? ? int httpVMinor="0"
? ? char httpUserAgent="InetClntApp%2F3.0"
? } #backend
} #data
-------------------------

Notes:
? -- 'httpUserAgent' is currently not configurable through GNC v4.4.1, but it works when included in the file. ?It has been added in newer AqBanking, look for support in next GNC release.
? -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken. ?Signup for trial and cancel within 30 days no charge.
? -- 'your new USAA access id' can be found at https://www.usaa.com/accessid

You will need to disconnect accounts from within the AqBanking Wizard, download accounts with new user configuration, then reconnect accounts. ?In my case, the new credit card account numbers in the accounts list are not a 100% match to the number found on your credit card. ?There were enough common digits to know which was which, just be aware. ?I was able to successfully download and update 2 checking accounts, a savings account, and a credit card account.

I hope this helps.

Regards,

Bob

PS. ?I did clone the AqBanking repo and build and install the latest libraries on the same machine I am running GNC. ?I am not sure if the GNC?used the libraries distributed with it or the ones I built so YMMV.


------------------------------

Message: 2
Date: Fri, 12 Feb 2021 17:35:44 -0600
From: David Carlson <david.carlson.417 at gmail.com>
To: David Cousens <davidcousens at bigpond.com>
Cc: Gnucash Users <gnucash-user at gnucash.org>
Subject: Re: [GNC] Fwd: GnuCash window placement
Message-ID:
        <CADYgSbnQdBb1CMG-toba5ZChCjGApMMQWJ4zwgEBkEvhzWLyDA at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

I have not solved this problem with sub windows overlaying parent windows .

One.  In addition to the case where the account selection dropdown overlays
the transaction list during an OFX  import, that same account selection
dropdown has partial transparency in a normal register window so it is
difficult to pick out the correct text from the jumble with account names
in transactions above and below.  This graphics problem may or may not be
related to the locked overlay problem.

Two.  In the Price Database Editor window, clicking on the Add button
creates a pop-up centered on the current list of prices and covering most
of the window so I cannot see what I had placed the focus on before
clicking Add.  Thus I have lost my reference point telling me whatever I
needed to remember to be sure that I was adding the correct missing datum.
Again, it is impossible to move the overlay out of the way to see what is
underneath.

This is new to me in release 3.8 with the new graphics, but I suspect it is
probably still true in release 4.4

On Wed, Jan 20, 2021 at 11:31 PM David Carlson <david.carlson.417 at gmail.com>
wrote:

> Thanks everyone!
>
> I now have a huge red area on my forehead where I slapped myself when I
> had the epiphany that I should use Super-Tab to circulate across workspaces
> and Alt-Tab to circulate within the current workspace.
>
> Now to figure out how to extricate the transaction window from under the
> account selection window while matching during OFX importing.
>
> On Wed, Jan 20, 2021 at 3:12 PM David Cousens <davidcousens at bigpond.com>
> wrote:
>
>> David
>>
>> This  handbook page blog post may help with alt-tab on Ubuntu.
>>
>> https://ubuntuhandbook.org/index.php/2019/02/alt-tab-display-separate-windows-ubuntu-18-04/
>>
>> https://askubuntu.com/questions/123977/how-to-ungroup-windows-on-unity-task-switcher
>>
>> On Linux Mint I can create keyboard shortcuts to switch workspaces in the
>> Preferences->System Settings->Keyboard Shortcuts tab but it may be
>> different
>> in Unity. I also use a non-standard workspace switcher from the Cinnamon
>> Spices on Linux Mint so I coudn't test the above out before posting.
>> Cheers
>> David Cousens
>>
>>
>>
>> -----
>> David Cousens
>> --
>> Sent from:
>> http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
>> _______________________________________________
>> gnucash-user mailing list
>> gnucash-user at 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.
>>
>
>
> --
> David Carlson
>


--
David Carlson


------------------------------

Message: 3
Date: Fri, 12 Feb 2021 18:28:00 -0600 (CST)
From: David Cousens <davidcousens at bigpond.com>
To: gnucash-user at gnucash.org
Subject: Re: [GNC] Fwd: GnuCash window placement
Message-ID: <1613176080138-0.post at n4.nabble.com>
Content-Type: text/plain; charset=us-ascii

David

I just checked out GnuCash 4.4 on Linux  MInt 20.3 and have no issues with
the transparency of the account picker dialogue in OFX import or the Price
Editor. The popup Windows appear as fully opaque on the above system. I
don't remember having any problems with any of the GnuCash 3.x Series.

Is it possible this is an OS option on your system overriding the defaults?

David Cousens



-----
David Cousens
--
Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html


------------------------------

Message: 4
Date: Fri, 12 Feb 2021 20:15:32 -0600
From: David Carlson <david.carlson.417 at gmail.com>
To: David Cousens <davidcousens at bigpond.com>
Cc: gnucash-user at gnucash.org
Subject: Re: [GNC] Fwd: GnuCash window placement
Message-ID:
        <CADYgSbmEfPDVf_y=OoMLuawUe-KjFupQeVnO4WAMBBZ+Ob+Bsg at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Maybe the transparency problem in the account picker field in regular
registers is not related to sub window placement. It does seem strange that
I don't recall seeing that transparency issue anywhere else.

For sure I may not be using the definitive terminology as I am not a native
Linux speaker.

Since I don't know what I am doing in Gnome 3 I have stuck with default
themes except for font size in Ubuntu 20.04 with Gnome desktop.

As for the locked overlay subwindows, I think I also saw that somewhere in
Libre office Calc. That is the issue that I find most annoying because I
often have to abandon a change midstream because I can't verify the
correctness before committing the edit.


On Fri, Feb 12, 2021, 6:28 PM David Cousens <davidcousens at bigpond.com>
wrote:

> David
>
> I just checked out GnuCash 4.4 on Linux  MInt 20.3 and have no issues with
> the transparency of the account picker dialogue in OFX import or the Price
> Editor. The popup Windows appear as fully opaque on the above system. I
> don't remember having any problems with any of the GnuCash 3.x Series.
>
> Is it possible this is an OS option on your system overriding the defaults?
>
> David Cousens
>
>
>
> -----
> David Cousens
> --
> Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at 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.
>


------------------------------

Message: 5
Date: Fri, 12 Feb 2021 20:20:41 -0600
From: David Carlson <david.carlson.417 at gmail.com>
To: David Cousens <davidcousens at bigpond.com>
Cc: gnucash-user at gnucash.org
Subject: Re: [GNC] Fwd: GnuCash window placement
Message-ID:
        <CADYgSbmubV2cXEJ8ZDvKkDJGMz4+h+_RDnLZM0iBRo+=MiKTZA at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

I recently adopted two ? kittens that love to walk on my keyboard,
increasing my error rate by orders of magnitude.

On Fri, Feb 12, 2021, 8:15 PM David Carlson <david.carlson.417 at gmail.com>
wrote:

> Maybe the transparency problem in the account picker field in regular
> registers is not related to sub window placement. It does seem strange that
> I don't recall seeing that transparency issue anywhere else.
>
> For sure I may not be using the definitive terminology as I am not a
> native Linux speaker.
>
> Since I don't know what I am doing in Gnome 3 I have stuck with default
> themes except for font size in Ubuntu 20.04 with Gnome desktop.
>
> As for the locked overlay subwindows, I think I also saw that somewhere in
> Libre office Calc. That is the issue that I find most annoying because I
> often have to abandon a change midstream because I can't verify the
> correctness before committing the edit.
>
>
> On Fri, Feb 12, 2021, 6:28 PM David Cousens <davidcousens at bigpond.com>
> wrote:
>
>> David
>>
>> I just checked out GnuCash 4.4 on Linux  MInt 20.3 and have no issues with
>> the transparency of the account picker dialogue in OFX import or the Price
>> Editor. The popup Windows appear as fully opaque on the above system. I
>> don't remember having any problems with any of the GnuCash 3.x Series.
>>
>> Is it possible this is an OS option on your system overriding the
>> defaults?
>>
>> David Cousens
>>
>>
>>
>> -----
>> David Cousens
>> --
>> Sent from:
>> http://gnucash.1415818.n4.nabble.com/GnuCash-User-f1415819.html
>> _______________________________________________
>> gnucash-user mailing list
>> gnucash-user at 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.
>>
>


------------------------------

Message: 6
Date: Sat, 13 Feb 2021 02:41:58 +0000
From: Christopher Lam <christopher.lck at gmail.com>
To: GnuCash users group <gnucash-user at gnucash.org>
Subject: [GNC] About 'parent-account-subtotal' option.
Message-ID:
        <CAKVAZZJ-WFCQd8P_jm-0S2t9TkiFWBB6HN_eNvZA3jmJbTsJBg at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

To long-time and new users,

Regarding subtotals in several reports e.g.

Asset $0
Asset:Bank $8,000
Asset:House $100,000
Total Asset $108,000

>From 2003 onwards, there was a 'parent account subtotals' option 'text book
style (experimental)' to show subtotal after groups of accounts. It mimics
'parent account subtotals' = 'show subtotals' with a different alignment.
It has never graduated from experimental and is buggy. I suggest we remove
it, and switch the option to 'show subtotals'. The change will be in 4.5
due in March/April. The relevant PR is
https://github.com/Gnucash/gnucash/pull/908

Any objections?


------------------------------

Message: 7
Date: Fri, 12 Feb 2021 21:18:44 -0600
From: Jon Schewe <jpschewe at mtu.net>
To: gnucash-user at gnucash.org
Subject: Re: [GNC] USAA FSB requires newer QWIN support
Message-ID: <be5663129125e05612538ecdc279468ed490ebae.camel at mtu.net>
Content-Type: text/plain; charset="UTF-8"

When GnuCash prompts for a password, is it the one that was retrieved
from https://www.usaa.com/accessid?

Is it important that the CLIENTUID comes from Quicken? Or does it just
need to match a particular format?

On Fri, 2021-02-12 at 22:29 +0000, Bob White via gnucash-user wrote:
> I got new USAA OFX download working with GNC 4.4.1.
>
> It's mainly a configuration task.
>
> ------ User config ------
> int uniqueId="<leave as is>"
> char backendName="aqofxconnect"
> char userName="<your name>"
> char userId="<your new USAA access id>"
> char customerId="<your new USAA access id>"
> char country="us"
> char bankCode="314074269"
> int lastSessionId="0"
>
> data {
>   backend {
>     char bankName="USAA Federal Savings Bank"
>     char org="USAA Federal Savings Bank"
>     char fid="67811"
>     char serverAddr="https%3A%2F%2Fdf3cx-
> services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
>     char appId="QMOFX"
>     char appVer="2300"
>     char headerVer="103"
>     char clientUid="<CLIENTUID>"
>     int httpVMajor="0"
>     int httpVMinor="0"
>     char httpUserAgent="InetClntApp%2F3.0"
>   } #backend
> } #data
> -------------------------
>
> Notes:
>   -- 'httpUserAgent' is currently not configurable through GNC
> v4.4.1, but it works when included in the file.  It has been added in
> newer AqBanking, look for support in next GNC release.
>   -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken.
>  Signup for trial and cancel within 30 days no charge.
>   -- 'your new USAA access id' can be found at
> https://www.usaa.com/accessid
>
>
> You will need to disconnect accounts from within the AqBanking
> Wizard, download accounts with new user configuration, then reconnect
> accounts.  In my case, the new credit card account numbers in the
> accounts list are not a 100% match to the number found on your credit
> card.  There were enough common digits to know which was which, just
> be aware.  I was able to successfully download and update 2 checking
> accounts, a savings account, and a credit card account.
>
> I hope this helps.
>
> Regards,
>
> Bob
>
> PS.  I did clone the AqBanking repo and build and install the latest
> libraries on the same machine I am running GNC.  I am not sure if the
> GNC used the libraries distributed with it or the ones I built so
> YMMV.
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at 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.
>



------------------------------

Message: 8
Date: Fri, 12 Feb 2021 21:24:40 -0600
From: Adrien Monteleone <adrien.monteleone at lusfiber.net>
To: gnucash-user at lists.gnucash.org
Subject: Re: [GNC] About 'parent-account-subtotal' option.
Message-ID: <s07gpo$75g$1 at ciao.gmane.io>
Content-Type: text/plain; charset=utf-8; format=flowed

The 'Do not show' option will still be available correct?


Regards,
Adrien

On 2/12/21 8:41 PM, Christopher Lam wrote:
> To long-time and new users,
>
> Regarding subtotals in several reports e.g.
>
> Asset $0
> Asset:Bank $8,000
> Asset:House $100,000
> Total Asset $108,000
>
>  From 2003 onwards, there was a 'parent account subtotals' option 'text book
> style (experimental)' to show subtotal after groups of accounts. It mimics
> 'parent account subtotals' = 'show subtotals' with a different alignment.
> It has never graduated from experimental and is buggy. I suggest we remove
> it, and switch the option to 'show subtotals'. The change will be in 4.5
> due in March/April. The relevant PR is
> https://github.com/Gnucash/gnucash/pull/908
>
> Any objections?



------------------------------

Message: 9
Date: Fri, 12 Feb 2021 21:33:19 -0600
From: Jon Schewe <jpschewe at mtu.net>
To: gnucash-user at gnucash.org
Subject: Re: [GNC] USAA FSB requires newer QWIN support
Message-ID: <71d6ee1fe05e3f16dd6397928f84cb329c424abb.camel at mtu.net>
Content-Type: text/plain; charset="UTF-8"

Answering my own questions after I got it to work.

I picked a CLIENTUID that someone else posted and it worked.

When prompted for a password, it's the one from
https://www.usaa.com/accessid

On Fri, 2021-02-12 at 21:18 -0600, Jon Schewe wrote:
> When GnuCash prompts for a password, is it the one that was retrieved
> from
> https://www.usaa.com/accessid
> ?
>
> Is it important that the CLIENTUID comes from Quicken? Or does it
> just
> need to match a particular format?
>
> On Fri, 2021-02-12 at 22:29 +0000, Bob White via gnucash-user wrote:
> > I got new USAA OFX download working with GNC 4.4.1.
> >
> > It's mainly a configuration task.
> >
> > ------ User config ------
> > int uniqueId="<leave as is>"
> > char backendName="aqofxconnect"
> > char userName="<your name>"
> > char userId="<your new USAA access id>"
> > char customerId="<your new USAA access id>"
> > char country="us"
> > char bankCode="314074269"
> > int lastSessionId="0"
> >
> > data {
> >   backend {
> >     char bankName="USAA Federal Savings Bank"
> >     char org="USAA Federal Savings Bank"
> >     char fid="67811"
> >     char serverAddr="https%3A%2F%2Fdf3cx-
> > services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
> >     char appId="QMOFX"
> >     char appVer="2300"
> >     char headerVer="103"
> >     char clientUid="<CLIENTUID>"
> >     int httpVMajor="0"
> >     int httpVMinor="0"
> >     char httpUserAgent="InetClntApp%2F3.0"
> >   } #backend
> > } #data
> > -------------------------
> >
> > Notes:
> >   -- 'httpUserAgent' is currently not configurable through GNC
> > v4.4.1, but it works when included in the file.  It has been added
> > in
> > newer AqBanking, look for support in next GNC release.
> >   -- 'CLIENTUID' can be found in OFXLog.txt generated by Quicken.
> >  Signup for trial and cancel within 30 days no charge.
> >   -- 'your new USAA access id' can be found at
> > https://www.usaa.com/accessid
> >
> >
> >
> > You will need to disconnect accounts from within the AqBanking
> > Wizard, download accounts with new user configuration, then
> > reconnect
> > accounts.  In my case, the new credit card account numbers in the
> > accounts list are not a 100% match to the number found on your
> > credit
> > card.  There were enough common digits to know which was which,
> > just
> > be aware.  I was able to successfully download and update 2
> > checking
> > accounts, a savings account, and a credit card account.
> >
> > I hope this helps.
> >
> > Regards,
> >
> > Bob
> >
> > PS.  I did clone the AqBanking repo and build and install the
> > latest
> > libraries on the same machine I am running GNC.  I am not sure if
> > the
> > GNC used the libraries distributed with it or the ones I built so
> > YMMV.
> > _______________________________________________
> > gnucash-user mailing list
> > gnucash-user at 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 at 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.
>



------------------------------

Message: 10
Date: Sat, 13 Feb 2021 03:46:32 +0000
From: Christopher Lam <christopher.lck at gmail.com>
To: Adrien Monteleone <adrien.monteleone at lusfiber.net>
Cc: "gnucash-user at lists gnucash. org" <gnucash-user at lists.gnucash.org>
Subject: Re: [GNC] About 'parent-account-subtotal' option.
Message-ID:
        <CAKVAZZJO10UmveZ_2w_vS7Mm=ozz=6ijTCHUDvu5WFPxMjj5=g at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Of course, no reason to remove the 'do not show' option.

On Sat, 13 Feb 2021 at 03:25, Adrien Monteleone <
adrien.monteleone at lusfiber.net> wrote:

> The 'Do not show' option will still be available correct?
>
>
> Regards,
> Adrien
>
> On 2/12/21 8:41 PM, Christopher Lam wrote:
> > To long-time and new users,
> >
> > Regarding subtotals in several reports e.g.
> >
> > Asset $0
> > Asset:Bank $8,000
> > Asset:House $100,000
> > Total Asset $108,000
> >
> >  From 2003 onwards, there was a 'parent account subtotals' option 'text
> book
> > style (experimental)' to show subtotal after groups of accounts. It
> mimics
> > 'parent account subtotals' = 'show subtotals' with a different alignment.
> > It has never graduated from experimental and is buggy. I suggest we
> remove
> > it, and switch the option to 'show subtotals'. The change will be in 4.5
> > due in March/April. The relevant PR is
> > https://github.com/Gnucash/gnucash/pull/908
> >
> > Any objections?
>
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at 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.
>


------------------------------

Message: 11
Date: Fri, 12 Feb 2021 19:50:21 -0800
From: bdp3 <bdp3 at gmx.com>
To: <gnucash-user at gnucash.org>
Subject: [GNC] Scheduled Transactions
Message-ID: <BF1A4906-87A8-4210-ABC4-6903AF267C2C at contoso.com>
Content-Type: text/plain;       charset="UTF-8"

Background:

Recently, I had occasion to record six or eight months all at once for a certain Scheduled Transaction (the Schedule) and later decided they were wrong.  So, I deleted all the erring transactions but?because the Schedule contains perhaps a dozen split accounts?I want to re-submit the Schedule for the missing months by resetting the ?Next Occur? Date back to a previous date.



Questions:
How can the Scheduled be re-run for prior periods?  Can this be done?  How?  Is it necessary to delete the Schedule and start all over with a new one?
The Schedule in question is basically a distribution of salary costs and benefits, may of which are direct percentage relations to salary.  Is it possible to enter formulas into the Schedule in such a way that all/most split-accounts are updated simply by changing the salary amount?


Thanks very much,







------------------------------

Message: 12
Date: Fri, 12 Feb 2021 23:11:47 -0600
From: David Carlson <david.carlson.417 at gmail.com>
To: bdp3 <bdp3 at gmx.com>
Cc: gnucash-user at gnucash.org
Subject: Re: [GNC] Scheduled Transactions
Message-ID:
        <CADYgSbkdw5rs+HBpVi8VNZ32F_-hM-dsyoJKag+mWG=gP5K09A at mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

I think that a few years ago I tried something similar to what you
described and it came close enough to working that it solved my problem.

I suggest creating a test copy of your data file and trying out your theory.



On Fri, Feb 12, 2021, 9:51 PM bdp3 <bdp3 at gmx.com> wrote:

> Background:
>
> Recently, I had occasion to record six or eight months all at once for a
> certain Scheduled Transaction (the Schedule) and later decided they were
> wrong.  So, I deleted all the erring transactions but?because the Schedule
> contains perhaps a dozen split accounts?I want to re-submit the Schedule
> for the missing months by resetting the ?Next Occur? Date back to a
> previous date.
>
>
>
> Questions:
> How can the Scheduled be re-run for prior periods?  Can this be done?
> How?  Is it necessary to delete the Schedule and start all over with a new
> one?
> The Schedule in question is basically a distribution of salary costs and
> benefits, may of which are direct percentage relations to salary.  Is it
> possible to enter formulas into the Schedule in such a way that all/most
> split-accounts are updated simply by changing the salary amount?
>
>
> Thanks very much,
>
>
>
>
>
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at 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.
>


------------------------------

Subject: Digest Footer

_______________________________________________

gnucash-user mailing list
gnucash-user at 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.


------------------------------

End of gnucash-user Digest, Vol 215, Issue 31
*********************************************


More information about the gnucash-user mailing list