[GNC] Editing a Budget - "from this period onwards"
You can edit a budget by changing the individual values by period, but is there a way to edit all future periods from say period 3 - 12 rather than having to edit each one individually? So ideally I would like to change a line from "this period forward". Thanks. ___ 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] Changing the amount of data displayed
On 2021-12-25 12:13, Adrien Monteleone wrote: > There is also Tools > General Journal, which shows transactions from all > accounts but only for the last 30 days. Is that the same one that used to be called Tools » General Ledger in GnuCash 2.x? (If so, I applaud the name change, since it _is_ a journal (by date) not a ledger (by account). I never understood the reason for the 30-day limit, but you can get around it, temporarily. In GC 2.x, select View » Filter by ... and set a different date range. There is a box "Save Filter", but even if you tick it the filter reverts to 30 days the next time you open General Ledger, in the same session of GC or in a new session. Has that bug not yet been fixed in GC 4.x? -- Stan Brown Tehachapi, CA, USA https://BrownMath.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] how to remove both GNC 4.2 and Flathub version 4.8 so can upgrade to 4.9 on Ubuntu 20.04lts
On 12/24/21 11:58, davidcousen...@gmail.com wrote: Stephen, Jeff Try $apt-cache search libboost Found these: libboost-program-options-dev - program options library for C++ (default version) libboost-program-options1.74-dev - program options library for C++ libboost-program-options1.74.0 - program options library for C++ This will list the libboost options available to install from apt. If libboost- program-options1.71-dev is not listed it is possible that there will be a generic version libboost-program-options-dev or libboost-program-options1.67- dev or possibly even a more recent version if one exists. AFAIK the libboost- program-options-dev will load the most recent available version of the library. GC will work with v1.67 or 1,71 of libboost. Once you have identified a candidate for libboost to install use $sudo apt -y install libboost-program-options-dev So did: sudo apt -y install libboost-program-options-dev and got: Reading package lists... Done Building dependency tree... Done Reading state information... Done libboost-program-options-dev is already the newest version (1.74.0.3ubuntu6). libboost-program-options-dev set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21.10 must have the 1.74 version. --Steve -- 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] Changing the amount of data displayed
I just tested and Save Filter works as of 4.7 for sure, mileage may vary on earlier releases. Regards, Adrien On 12/26/21 9:55 AM, Stan Brown wrote: On 2021-12-25 12:13, Adrien Monteleone wrote: There is also Tools > General Journal, which shows transactions from all accounts but only for the last 30 days. Is that the same one that used to be called Tools » General Ledger in GnuCash 2.x? (If so, I applaud the name change, since it _is_ a journal (by date) not a ledger (by account). I never understood the reason for the 30-day limit, but you can get around it, temporarily. In GC 2.x, select View » Filter by ... and set a different date range. There is a box "Save Filter", but even if you tick it the filter reverts to 30 days the next time you open General Ledger, in the same session of GC or in a new session. Has that bug not yet been fixed in GC 4.x? ___ 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] Editing a Budget - "from this period onwards"
You can simply tab over and do copy/paste, but otherwise, not that I'm aware of. Regards, Adrien On 12/26/21 9:43 AM, Graham Ward wrote: You can edit a budget by changing the individual values by period, but is there a way to edit all future periods from say period 3 - 12 rather than having to edit each one individually? So ideally I would like to change a line from "this period forward". ___ 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] Build in docker, how to install on different laptop
On Thu, 23 Dec 2021 14:53:37 +0100 Hajo Hindriks wrote: > Do I need > to investigate how to create a deb file? There's a package called checkinstall which does that. I have no understanding of ninja install. It may have an option to do that. ___ 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] Build scripts for ubuntu added to the wiki
I've added scripts for building gnucash in Ubuntu 20.04 LTS and 21.10 to the wiki https://wiki.gnucash.org/wiki/Building_On_Linux in the section at the end called Distribution Specific Issues, which seemed to fit in with what was already there. Let me know if you think it should go elsewhere. I have decided to put in the whole script for each version of ubuntu, even though they are very similar to make it easier for people to just copy the whole script. David -- David Whiting ___ 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] Changing the amount of data displayed
Thanks, Adrien. I've been delaying upgrading, but that's definitely a point in favor of it. -- Stan Brown Tehachapi, CA, USA https://BrownMath.com On 2021-12-26 12:43, Adrien Monteleone wrote: > I just tested and Save Filter works as of 4.7 for sure, mileage may vary > on earlier releases. > > On 12/26/21 9:55 AM, Stan Brown wrote: >> >> On 2021-12-25 12:13, Adrien Monteleone wrote: >>> There is also Tools > General Journal, which shows transactions from all >>> accounts but only for the last 30 days. ... >> >> I never understood the reason for the 30-day limit, but you can get >> around it, temporarily. In GC 2.x, select View » Filter by ... and set a >> different date range. There is a box "Save Filter", but even if you >> tick it the filter reverts to 30 days the next time you open General >> Ledger, in the same session of GC or in a new session. Has that bug not >> yet been fixed in GC 4.x? ___ 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] Build scripts for ubuntu added to the wiki
Thanks for your scripts David, I thought I'd give building on Ubuntu a shot using your scripts from a couple of days ago as I usually just use the Flatpak version on linux and have never built anything on linux :-) I just entered each command one after another in a terminal window so I could see what was happening which seemed to work ok but looking at the build dir it built gnucash ok but never installed it. I noticed the "sudo make install" in your published versions on the wiki this morning and went back into the build dir and ran the "sudo make install" and it installed ok in /opt/gnucash. I'm assuming from this I need to add the "sudo make install" to the script for it to build and install in future? Cheers David H. On Mon, 27 Dec 2021 at 08:36, david whiting wrote: > I've added scripts for building gnucash in Ubuntu 20.04 LTS and 21.10 > to the wiki https://wiki.gnucash.org/wiki/Building_On_Linux in the > section at the end called Distribution Specific Issues, which seemed > to fit in with what was already there. Let me know if you think it > should go elsewhere. > > I have decided to put in the whole script for each version of ubuntu, > even though they are very similar to make it easier for people to just > copy the whole script. > > David > -- > David Whiting > ___ > 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] Editing a Budget - "from this period onwards"
I would echo the feature request for "fill from selected to the right". Another good addition to the budget editor would be the ability to copy an entire period column for all accounts. Thanks! -- *Jim Passmore* On Sun, Dec 26, 2021 at 10:45 AM Graham Ward wrote: > You can edit a budget by changing the individual values by period, but is > there a way to edit all future periods from say period 3 - 12 rather than > having to edit each one individually? So ideally I would like to change a > line from "this period forward". > > Thanks. > ___ > 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] how to remove both GNC 4.2 and Flathub version 4.8 so can upgrade to 4.9 on Ubuntu 20.04lts
On 12/26/21 1:32 PM, Stephen M. Butler wrote: On 12/24/21 11:58, davidcousen...@gmail.com wrote: Stephen, Jeff Try $apt-cache search libboost Found these: libboost-program-options-dev - program options library for C++ (default version) libboost-program-options1.74-dev - program options library for C++ libboost-program-options1.74.0 - program options library for C++ Mine shows: libboost-program-options1.67-dev - program options library for C++ libboost-program-options1.67.0 - program options library for C++ There is no libboost-program-options-dev - program options library for C++ (default version) listed. It does however show to be installed in Synaptic Pkg Manager. This will list the libboost options available to install from apt. If libboost- program-options1.71-dev is not listed it is possible that there will be a generic version libboost-program-options-dev or libboost-program-options1.67- dev or possibly even a more recent version if one exists. AFAIK the libboost- program-options-dev will load the most recent available version of the library. GC will work with v1.67 or 1,71 of libboost. Once you have identified a candidate for libboost to install use $sudo apt -y install libboost-program-options-dev So did: sudo apt -y install libboost-program-options-dev and got: Reading package lists... Done Building dependency tree... Done Reading state information... Done libboost-program-options-dev is already the newest version (1.74.0.3ubuntu6). libboost-program-options-dev set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21.10 must have the 1.74 version. --Steve When I did sudo apt -y install libboost-program-options-dev, I got: Reading package lists... Done Building dependency tree Reading state information... Done libboost-program-options-dev is already the newest version (1.71.0.0ubuntu2). libboost-program-options-dev set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. I am running Ubuntu 20.04.3 LTS., 64-bit, Gnome version 3.36.8, with windowing system X11. If any of that is important. After spending 4 hours looking for and installing dependencies the following message seems to be a recurring theme in various forms in CMakeError.log. Always referring to pthreads or threads. -Begin quote- Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /Development/Documents/gnucash/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0899f/fast && /usr/bin/make -f CMakeFiles/cmTC_0899f.dir/build.make CMakeFiles/cmTC_0899f.dir/build make[1]: Entering directory '/Development/Documents/gnucash/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_0899f /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0899f.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o -o cmTC_0899f -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_0899f.dir/build.make:87: cmTC_0899f] Error 1 make[1]: Leaving directory '/Development/Documents/gnucash/build/CMakeFiles/CMakeTmp' make: *** [Makefile:121: cmTC_0899f/fast] Error 2 --End quote Any idea what dependency I failed to install? -- --JEffrey Black M.B.A. ___ 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] how to remove both GNC 4.2 and Flathub version 4.8 so can upgrade to 4.9 on Ubuntu 20.04lts
Jeff, In another thread David Whiting has provided scripts to install GnuCash 4.9 on either Ubuntu 21.10 or 20.04 which are now posted on the Wiki her at https://wiki.gnucash.org/wiki/Building_On_Linux#Ubuntu. There are slight differences between the 21.10 and 20.04 scripts. I have attached a copy of the shell script file. if you save this to a location in your home directory e.g. $HOME/Document/gnucash/buils_script and then open a terminal at that directory and execute the following commands in the terminal chmod +x build_GC4.9.sh./build_GC4.9.sh and it should all be done for you. The script will ask for your sudo password. I can confirm that David Whitings script also works on Linux Mint 20.2. David Cousens On Sun, 2021-12-26 at 23:58 -0600, Jeff wrote: > On 12/26/21 1:32 PM, Stephen M. Butler wrote: > > On 12/24/21 11:58, davidcousen...@gmail.com wrote: > > > Stephen, Jeff > > > > > > Try > > > $apt-cache search libboost > > > > Found these: > > libboost-program-options-dev - program options library for C++ > > (default version) > > libboost-program-options1.74-dev - program options library for C++ > > libboost-program-options1.74.0 - program options library for C++ > > > Mine shows: > > libboost-program-options1.67-dev - program options library for C++ > libboost-program-options1.67.0 - program options library for C++ > > There is no libboost-program-options-dev - program options library for > C++ (default version) listed. It does however show to be installed in > Synaptic Pkg Manager. > > > > This will list the libboost options available to install from apt. If > > > libboost- > > > program-options1.71-dev is not listed it is possible that there will > > > be a > > > generic version libboost-program-options-dev or > > > libboost-program-options1.67- > > > dev or possibly even a more recent version if one exists. AFAIK the > > > libboost- > > > program-options-dev will load the most recent available version of > > > the library. > > > GC will work with v1.67 or 1,71 of libboost. Once you have identified a > > > candidate for libboost to install use > > > $sudo apt -y install libboost-program-options-dev > > > > > So did: > > sudo apt -y install libboost-program-options-dev > > > > and got: > > > > Reading package lists... Done > > Building dependency tree... Done > > Reading state information... Done > > libboost-program-options-dev is already the newest version > > (1.74.0.3ubuntu6). > > libboost-program-options-dev set to manually installed. > > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > > > > 21.10 must have the 1.74 version. > > > > --Steve > > > > > When I did sudo apt -y install libboost-program-options-dev, I got: > > Reading package lists... Done > Building dependency tree > Reading state information... Done > libboost-program-options-dev is already the newest version > (1.71.0.0ubuntu2). > libboost-program-options-dev set to manually installed. > 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. > > > I am running Ubuntu 20.04.3 LTS., 64-bit, Gnome version 3.36.8, with > windowing system X11. If any of that is important. > > > > > After spending 4 hours looking for and installing dependencies the > following message seems to be a recurring theme in various forms in > CMakeError.log. Always referring to pthreads or threads. > > -Begin quote- > > Determining if the function pthread_create exists in the pthreads failed > with the following output: > Change Dir: /Development/Documents/gnucash/build/CMakeFiles/CMakeTmp > > Run Build Command(s):/usr/bin/make cmTC_0899f/fast && /usr/bin/make -f > CMakeFiles/cmTC_0899f.dir/build.make CMakeFiles/cmTC_0899f.dir/build > make[1]: Entering directory > '/Development/Documents/gnucash/build/CMakeFiles/CMakeTmp' > Building C object CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o > /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o > CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o -c > /usr/share/cmake-3.16/Modules/CheckFunctionExists.c > Linking C executable cmTC_0899f > /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0899f.dir/link.txt > --verbose=1 > /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create > CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o -o cmTC_0899f -lpthreads > /usr/bin/ld: cannot find -lpthreads > collect2: error: ld returned 1 exit status > make[1]: *** [CMakeFiles/cmTC_0899f.dir/build.make:87: cmTC_0899f] Error 1 > make[1]: Leaving directory > '/Development/Documents/gnucash/build/CMakeFiles/CMakeTmp' > make: *** [Makefile:121: cmTC_0899f/fast] Error 2 > > --End quote > > Any idea what dependency I failed to install? > build_GC4.9.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,
Re: [GNC] how to remove both GNC 4.2 and Flathub version 4.8 so can upgrade to 4.9 on Ubuntu 20.04lts
Jeff, One other addition. The Wiki page referenced in the previous post says you must open Software and Updates and ensure that Source code is ticked for the script to work. David Cousens On Sun, 2021-12-26 at 23:58 -0600, Jeff wrote: > On 12/26/21 1:32 PM, Stephen M. Butler wrote: > > On 12/24/21 11:58, davidcousen...@gmail.com wrote: > > > Stephen, Jeff > > > > > > Try > > > $apt-cache search libboost > > > > Found these: > > libboost-program-options-dev - program options library for C++ > > (default version) > > libboost-program-options1.74-dev - program options library for C++ > > libboost-program-options1.74.0 - program options library for C++ > > > Mine shows: > > libboost-program-options1.67-dev - program options library for C++ > libboost-program-options1.67.0 - program options library for C++ > > There is no libboost-program-options-dev - program options library for > C++ (default version) listed. It does however show to be installed in > Synaptic Pkg Manager. > > > > This will list the libboost options available to install from apt. If > > > libboost- > > > program-options1.71-dev is not listed it is possible that there will > > > be a > > > generic version libboost-program-options-dev or > > > libboost-program-options1.67- > > > dev or possibly even a more recent version if one exists. AFAIK the > > > libboost- > > > program-options-dev will load the most recent available version of > > > the library. > > > GC will work with v1.67 or 1,71 of libboost. Once you have identified a > > > candidate for libboost to install use > > > $sudo apt -y install libboost-program-options-dev > > > > > So did: > > sudo apt -y install libboost-program-options-dev > > > > and got: > > > > Reading package lists... Done > > Building dependency tree... Done > > Reading state information... Done > > libboost-program-options-dev is already the newest version > > (1.74.0.3ubuntu6). > > libboost-program-options-dev set to manually installed. > > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > > > > 21.10 must have the 1.74 version. > > > > --Steve > > > > > When I did sudo apt -y install libboost-program-options-dev, I got: > > Reading package lists... Done > Building dependency tree > Reading state information... Done > libboost-program-options-dev is already the newest version > (1.71.0.0ubuntu2). > libboost-program-options-dev set to manually installed. > 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. > > > I am running Ubuntu 20.04.3 LTS., 64-bit, Gnome version 3.36.8, with > windowing system X11. If any of that is important. > > > > > After spending 4 hours looking for and installing dependencies the > following message seems to be a recurring theme in various forms in > CMakeError.log. Always referring to pthreads or threads. > > -Begin quote- > > Determining if the function pthread_create exists in the pthreads failed > with the following output: > Change Dir: /Development/Documents/gnucash/build/CMakeFiles/CMakeTmp > > Run Build Command(s):/usr/bin/make cmTC_0899f/fast && /usr/bin/make -f > CMakeFiles/cmTC_0899f.dir/build.make CMakeFiles/cmTC_0899f.dir/build > make[1]: Entering directory > '/Development/Documents/gnucash/build/CMakeFiles/CMakeTmp' > Building C object CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o > /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o > CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o -c > /usr/share/cmake-3.16/Modules/CheckFunctionExists.c > Linking C executable cmTC_0899f > /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0899f.dir/link.txt > --verbose=1 > /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create > CMakeFiles/cmTC_0899f.dir/CheckFunctionExists.c.o -o cmTC_0899f -lpthreads > /usr/bin/ld: cannot find -lpthreads > collect2: error: ld returned 1 exit status > make[1]: *** [CMakeFiles/cmTC_0899f.dir/build.make:87: cmTC_0899f] Error 1 > make[1]: Leaving directory > '/Development/Documents/gnucash/build/CMakeFiles/CMakeTmp' > make: *** [Makefile:121: cmTC_0899f/fast] Error 2 > > --End quote > > Any idea what dependency I failed to install? > ___ 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.