Re: Any USAA OFX download news or updates within GNUCash?

2025-07-28 Thread John Ralls
US banks have shut it down. The new more secure access methods—especially Quicken’s—are proprietary and even the supposedly open ones require API keys that aren’t compatible with FLOSS like GnuCash. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Problems building on Mac Sonoma on an Intel Mac.

2025-07-27 Thread John Ralls
appropriate > actual replacements. > > Then > gtk-osx-setup.sh > (And yes, John, I have this time started with a fresh admin user without > home-brew, macports or fink :=) > runs thru, with repeated warnings of > ld: warning: duplicate -rpath > '/Users/gnu0/.new_loc

Re: Where to find Webkit2gtk-4.1 (required when building on Mac)

2025-07-23 Thread John Ralls
didn’t find it that must have failed or been skipped because a prerequisite failed and you told jhbuild to keep going anyway. Do jhbuilbd build webkit2gtk3 to try again and if there’s an error fix it before proceeding. But first you need to make a clean build envi

Repackaged GnuCash 5.12 for macOS

2025-07-15 Thread John Ralls
Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Gnucash 5.12 i686 build failure - Fwd: [void-linux/void-packages] PR run failed: Check build - gnucash: update to 5.12. (4f35e2d)

2025-07-15 Thread John Ralls
fix it. That fix seems not to have worked on your i686 build. Are you able to take that info and debug into it to find where is the bad conversion? Regards, John Ralls > On Jul 14, 2025, at 15:12, Manfred Usselmann wrote: > > Hi, > > I tried to update the gnucash package in

Win32 Buildsystem

2025-07-14 Thread John Ralls
that the adjustments don’t apply. It’s built with ICU-77 and will break when that gets upgraded so those working in a mingw64 environment may want to add mingw-w64-x86_64-icu, mingw-w64-x86_64-harfbuzz, and mingw-w64-x86_64-harfbuzz-icu to their IgnorePkg. Regards, John Ralls

Re: [GNC] Request

2025-07-06 Thread John Ralls
it to use a different library that has support for multiple calendars but that’s unlikely to be any time soon. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Supply chain security?

2025-06-30 Thread John Ralls
either of those. I don’t know of any attempts to cross-compile in WSL but I also can’t think of any reason it wouldn’t work. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

ANNOUNCE: GnuCash 5.12 Released

2025-06-29 Thread John Ralls
under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998. Regards, John Ralls ___ g

Re: Successful test build on Windows with Changes

2025-06-27 Thread John Ralls
> On Sep 3, 2024, at 8:50 AM, John Ralls wrote: > > it’s time for another round of banging my head against the webkit-on-windows > wall. It turned out to be mostly painless, only needed one small patch and removing a wart (-luuid, which is a static library and probably should

String Freeze for GnuCash 5.12

2025-06-22 Thread John Ralls
Devs, We’re a week away from releasing 5.12 so I’ve merged a new potfile and we’re in string freeze until the release. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash

Re: Freatures requiring libsecret-0.18

2025-06-10 Thread John Ralls
ring to the function they expect to have. Not AQBanking, that uses GnuTLS, GCrypt, and XMLSec. GnuCash uses Gnome Keyring to secure saved passwords for the MySQL and Postgresql backends. Regards, John Ralls ___ gnucash-devel mailing list gnucash-dev

Re: Pull Request 2096

2025-05-29 Thread John Ralls
ill update the GnuCash Wiki to match within the next few days. > > Thank you. Bruce, Thanks for helping keep GnuCash in sync with Finance::Quote. There’s no need to post here about a PR unless there’s something in it that you want to discuss

Re: [GNC] Ubuntu PPAs (Launchpad)

2025-05-20 Thread John Ralls
the release notes is quite enough work as it is, thank you. I won’t object if someone is willing to step up and be the “official” PPA-maker *provided* that that someone *commits* to doing it reliably for every release until they find somebody to replace them. Regards, John Ralls _

Re: gnucash stable: Bug 799603 - Does not save to mysql on localhost.

2025-05-12 Thread John Ralls
> On May 12, 2025, at 10:28 AM, Geert Janssens > wrote: > > Op maandag 12 mei 2025 01:31:11 Midden-Europese zomertijd schreef John Ralls: > > -#define DEFAULT_HOST "localhost" > > +/* Flatpak build blocks access to the resolver so it can't

Re: xml for Romanian e-Invoice

2025-05-09 Thread John Ralls
find the rest of that page helpful to explain the process for creating a custom report. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: QIF Import C++ Conversion status

2025-04-21 Thread John Ralls
spirit. If you’re I’m open—in fact, I *encourage* you—to consider using https://github.com/fmtlib/fmt and https://github.com/hanickadot/compile-time-regular-expressions; you can add them to borrowed. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Business accounts - taxes

2025-04-19 Thread John Ralls
yours (perhaps cs, hu, hr, or sk) and start from there. Note that GnuCash still doesn’t have Credit and Debit grouping accounts so Assets, Liabilities and Equity are always at the top level. Regards, John Ralls ___ gnucash-devel mailin

Re: @{ and }@ nesting

2025-04-19 Thread John Ralls
x these orderings as we touch the header files? They’re for Doxygen, which is why they’re always in comments. They have no effect on any phase of compilation and vice-versa. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnuca

Re: conversion of code base to C++

2025-04-09 Thread John Ralls
The bindings live in the imaginatively-named `bindings` directory tree. Not all of the C classes have good test coverage so you might want to start off writing some tests. Are you familiar with the GObject type system? Regards, John Ralls ___ gnucash

Re: GnuCash Windows Build Help

2025-04-05 Thread John Ralls
3.14. 3.5 is ancient. > [Russ Gorby] I saw this in the googletest module which has min version set to > 2.6. Seems like this will be an issue anywhere with cmake4.0.0 Oh, OK. We just need to bump the version of googletest to >= 1.12. Current is 1.16. Regards, John Ralls __

Re: GnuCash Windows Build Help

2025-04-05 Thread John Ralls
Russ, > On 5 Apr 2025, at 18:19, russ.go...@gmail.com wrote: > > Thanks John, this helped. > Not sure why the GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH is not set from > ‘jhbuild shell’ but is for ‘jhbuild build/buildone’ but I can workaround that. They’re inserted into ninj

Re: GnuCash Windows Build Help

2025-04-02 Thread John Ralls
, the path separator is / not \, and line editing is GNU Readline. Regards, John Ralls > On Apr 2, 2025, at 07:12, wrote: > > So, after jhbuild completes successfully, is there a trick to getting cmake > to build the gnucash.git module directly? > I’m thinking that would b

Repackaged GnuCash 5.11 for macOS

2025-03-31 Thread John Ralls
/releases/download/5.11/Gnucash-Intel-5.11-2.dmg Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: CMake technical debt

2025-03-31 Thread John Ralls
OK. Regards, John Ralls > On 31 Mar 2025, at 05:17, wrote: > > I do have some experience with Cmake. We had a fairly mature cmake system > that I helped maintain and develop which built our code base for Linux and > Windows (both native compilers) but it's been 2 years

Re: GnuCash 6.0

2025-03-30 Thread John Ralls
for the vastly improved CSV importer introduced in 4.0. Regards, John Ralls > On Mar 30, 2025, at 19:34, ed...@billiau.net wrote: > > On Sun, 30 Mar 2025 22:12:00 -0400 > Brian Rater wrote: > >> We still have some major things in the pipeline that would warrant a >&g

Re: GnuCash 6.0

2025-03-30 Thread John Ralls
be merged. Regards, John Ralls > On Mar 30, 2025, at 19:12, Brian Rater wrote: > > We still have some major things in the pipeline that would warrant a major > release, it's just that noone has had available time to work them. I am > still planning to rewrite qif import

GnuCash 6.0

2025-03-30 Thread John Ralls
release out of. Is it time to switch to date-based versioning like Ubuntu along with more or less continuous integration, so next March we release 26-01 instead of 6.0? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

ANNOUNCE: GnuCash 5.11 Released

2025-03-30 Thread John Ralls
-5.11.tar.gz You can also checkout the sources directly from the git repository as described at https://wiki.gnucash.org/wiki/Git. About the Program GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, M

Re: CMake technical debt

2025-03-30 Thread John Ralls
Not for me. Build system problems are a major pain point so they tend to get attended to. That doesn’t mean there aren’t things that could be done better. Do you have a lot of experience with cmake? Regards, John Ralls > On Mar 30, 2025, at 8:33 AM, > wrote: > > I’m

Pre-5.11 String Freeze

2025-03-23 Thread John Ralls
We’re a week away from releasing GnuCash 5.11 so I’ve updated the pot file, merged the po files, and synched it up with Weblate. Please don’t commit any changes or additions to translatable strings until after the release. Regards, John Ralls

Re: GnuCash Windows Build Help

2025-03-20 Thread John Ralls
manually. I have a local VM with a matching setup and every once in a while I do a Mingw64 update, get everything working again, commit the changes, then do a manual update on the build VM. Regards, John Ralls > On Mar 20, 2025, at 12:38 PM, > wrote: > > Yeah, I think that ma

Re: GnuCash Windows Build Help

2025-03-18 Thread John Ralls
code editor. It’s much less frustrating than the MinGW64 environment. Regards, John Ralls > On Mar 18, 2025, at 15:27, > wrote: > > That would be great. > I‘ve been converting the build script to python for my own uses so I’d be > very interested in anything you discover.

Re: Issues with GList Arguments in Python Bindings?

2025-03-08 Thread John Ralls
GObject-based classes, their memory management wasn’t done correctly and probably wouldn’t integrate well with GI. Our long-term goal is to reimplement them as C++ objects. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Building Dependencies GNUCash

2025-02-15 Thread John Ralls
ocs/STABLE/. It appears that the main page has gotten broken, but the modules page has most of the useful content. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Problem with US Tax Report and TXF export

2025-02-05 Thread John Ralls
Alex, I don’t think it’s necessary to explicitly remove the slot in xaccAccountGetTaxUSCopyNumber, the slot will get removed automatically in guI_to_accounts. Just adding the *copy_number test is sufficient to deal with 0 getting stored in the slot. Regards, John Ralls > On Feb 5, 2

Re: Problem with US Tax Report and TXF export

2025-02-04 Thread John Ralls
r ? std::make_optional(copy_number) : std::nullopt); } so that it will evaluate false in qof_instance_set_kvp_path. Regards, John Ralls > On Feb 4, 2025, at 18:04, Alex Aycinena wrote: > > I would request some advice in solving a problem that has been discussed on > the gnucash-

Re: Bug Report and Analysis: Loan Repayment Schedule Shift in GnuCash

2025-01-23 Thread John Ralls
e don’t interact with them. How we do things isn’t likely to apply to anyone else, and vice-versa. With that out of the way, the best place to discuss bug root causes is on the bug report. Please repost your analysis there. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC] Feature Request: Add Support for Functional Currency Amount in Transactions

2025-01-05 Thread John Ralls
seem to be too focussed on getting us to implement your specific workaround. We’re not likely to do that, Regards, John Ralls > On Jan 5, 2025, at 06:45, Tian Kevin wrote: > > Thank you for your response. I would like to provide additional context > regarding the importance o

Re: [GNC] Feature Request: Add Support for Functional Currency Amount in Transactions

2025-01-04 Thread John Ralls
adding a third pair of trading splits for the pricing currency. Regards, John Ralls > On Jan 4, 2025, at 19:25, Derek Atkins wrote: > > Back around GnuCash 1.4 each split had a home currency / value. It was > removed in 1.6. The argument at the time was that if you're hol

Re: [GNC] ANNOUNCE: GnuCash 5.10 Released

2024-12-18 Thread John Ralls
> On Dec 18, 2024, at 15:56, AP wrote: > > On Tue, Dec 17, 2024 at 08:01:01PM -0800, John Ralls wrote: >> I’d made an error when I wrote bit in the bundler script that derives the >> version to pass to the setup-generator: It gets the release instal >> directories

Re: [GNC] ANNOUNCE: GnuCash 5.10 Released

2024-12-17 Thread John Ralls
earlier version by hand it will have the last time stamp. Regards, John Ralls > On Dec 17, 2024, at 17:58, Ken Pyzik wrote: > > FYI --- Installed Version 5.10 on Sunday evening. Have been running with no > issues. Running with Windows 11 Pro. > > Have noticed a

ANNOUNCE: GnuCash 5.10 Released

2024-12-15 Thread John Ralls
ed under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Integration with a large business management system

2024-12-12 Thread John Ralls
course resolvable with sufficient resources, but it doesn’t sound like you got an abundance of programmer hours available and we sure don’t. Regards, John Ralls > On Dec 12, 2024, at 06:00, Blake McBride wrote: > > Hello, > > I am the architect, owner, and one of the de

GnuCash 5.10 String Freeze

2024-12-08 Thread John Ralls
Reminder: I’ll release GnuCash 5.10 next Sunday so we have string freeze for the next week. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

GnuCash 5.9-2 for macOS 15.2

2024-11-21 Thread John Ralls
work fine on earlier macOS versions so it's safe to upgrade before installing 15.2 Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GnuCash Windows Build Help

2024-11-08 Thread John Ralls
r in the user’s default browser (as we have always done on macOS) or even better in a GncHtml tab like we do with reports. Not many programs, not even Microsoft’s own, are still using Microsoft’s compressed HTML (aka CHM) nor the help reader. Rega

Re: GnuCash Windows Build Help

2024-11-08 Thread John Ralls
g vcpkg as a replacement for jhbuild, not realizing that it depends on MSys2 and doesn’t do a good job of tracking the dependencies. Reading that thread leads me to believe that the correct path is to replace jhbuild with pacman. Regards, John Ralls ___ g

Re: GnuCash Windows Build Help

2024-11-07 Thread John Ralls
saying pacman -S mingw-w64-i686-python-distutils-extra Regards, John Ralls > On Nov 7, 2024, at 08:47, Kevin Sanders wrote: > > Hi John, my name is Kevin Sanders. > > I'm a new user of GnuCash and I'm trying to get setup to do some development > work with GnuCas

Re: Please consider making a 5.10 release

2024-11-02 Thread John Ralls
https://wiki.gnucash.org/wiki/Release_Schedule You can use a flatpak nightly build (see https://wiki.gnucash.org/wiki/Flatpak#Nightly_Test_Versions_at_gnucash.org) in the meantime, or adjust your script call session.load() immediately after creating the session. Regards, John Ralls > On

Re: Translations blocked

2024-10-13 Thread John Ralls
Pedro, The string freeze was the last week of September. Looks like I failed to unlock it after the release on the 28th. Thanks for the report. Regards, John Ralls > On Oct 10, 2024, at 02:05, Pedro Albuquerque wrote: > > Hello, > > For several days now, I'm trying t

Re: [GNC] ANNOUNCE: GnuCash 5.9 Released

2024-09-30 Thread John Ralls
Sorry, the website push failed yesterday and I didn’t notice. It’s fixed now. Regards, John Ralls > On Sep 29, 2024, at 22:37, Joseph Keithley wrote: > > The Gnucash.org <http://gnucash.org/> page still only has versin 5.8 as the > download. Wh

ANNOUNCE: GnuCash 5.9 Released

2024-09-29 Thread John Ralls
ckout the sources directly from the git repository as described at https://wiki.gnucash.org/wiki/Git. About the Program GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windo

Re: [GNC] CHASE BK-ADbanking-GnuCash

2024-09-28 Thread John Ralls
4 is use an Intuit product. That will work, but it doesn’t help you connect GnuCash to Chase; you’d be using it instead of GnuCash. Regards, John Ralls > On Sep 28, 2024, at 10:04, Luis Guzman wrote: > > I asked AI géminis what can i do based on what you told me with chase &g

Re: Is OFXHome Permanently Dead?

2024-09-28 Thread John Ralls
, John Ralls > On Sep 28, 2024, at 03:11, Doherty, Daniel wrote: > > Right, John, ofxhome.com <http://ofxhome.com/>. I was able to use this: > 'https://www.ofxhome.com:443/api.php?dump=yes > <https://www.ofxhome.com/api.php?dump=yes>' to get a full site d

Re: Is OFXHome Permanently Dead?

2024-09-27 Thread John Ralls
ct, is AFAICT not a direction we can follow. The same goes for FDX. Regards, John Ralls > On Sep 27, 2024, at 16:12, Jesse R. Becker wrote: > > Daniel, > > I also consider myself an outsider, but wondered a year or two ago if I > should donate some time and resourc

String freeze reminder

2024-09-22 Thread John Ralls
Devs, We're one week out from releasing 5.9, so string freeze is in effect from today until the release. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Successful test build on Windows with Changes

2024-09-03 Thread John Ralls
, John Ralls > On Sep 3, 2024, at 06:33, Robert Fewell <14ubo...@gmail.com> wrote: > > Hi, > > I have just finished refreshing my build VM's so they are upto date and > decided I would try to do a fresh build install on my Windows build machine > by doing the fo

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-19 Thread John Ralls
Yeah, thanks for the heads up. I'd forgotten a step when I updated the website yesterday. Regards, John Ralls > On Jul 19, 2024, at 2:39 PM, Sherlock wrote: > > The home page has been updated. > > >> On Jul 19, 2024, at 1:03 PM, Sherlock wrote: >> >>

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-18 Thread John Ralls
eases/download/5.8/Gnucash-Arm-5.8-2.dmg Sorry for the inconvenience, but everyone who got Tuesday's bundle should replace it with this one. Regards, John Ralls > On Jul 17, 2024, at 5:35 PM, John Ralls wrote: > > It definitely is 5.7, complete with the crash if you try to re-paren

Re: instanceCount in schedxaction

2024-07-17 Thread John Ralls
difying the schedxaction via the > dialog: so perhaps that's it? > > I'm sure someone will know ? The instance count is the number of the *next* instance. It’s set to 1 when an SX is created (gnucash/gnome/dialog-sx-editor.c line 1502) and incremented every time the SX creates a new transaction. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC] Announcement: GnuCash 5.8 For Apple Silicon

2024-07-17 Thread John Ralls
It definitely is 5.7, complete with the crash if you try to re-parent an account. It looks like I never pushed the 5.8 commit for gnucash-on-osx so I didn’t build what I thought I did. I’ll have another go at it tomorrow. Regards, John Ralls > On Jul 16, 2024, at 21:49, William Presc

Announcement: GnuCash 5.8 For Apple Silicon

2024-07-16 Thread John Ralls
sh-Arm-5.8-1.dmg https://github.com/Gnucash/gnucash/releases/download/5.8/Gnucash-Arm-5.8-1.dmg The sha-256 hash is 3b736455e7c2f26324f4968c475bb1b858e243269fdcb676091fa99b51cd7e98 and it is notarized by Apple. Regards, John Ralls ___ gnucash-devel ma

ANNOUNCE: GnuCash 5.8 Released

2024-07-07 Thread John Ralls
, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re-ANNOUNCE: GnuCash 5.7 Released

2024-07-06 Thread John Ralls
sitory as described at https://wiki.gnucash.org/wiki/Git. About the Program GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and

ANNOUNCE: GnuCash 5.7 Released

2024-06-30 Thread John Ralls
y as described at https://wiki.gnucash.org/wiki/Git. About the Program GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began

String Freeze

2024-06-23 Thread John Ralls
Devs, It's that time again: The 5.7 release is next weekend so we're in string freeze until then. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Building gnucash on Windows

2024-06-16 Thread John Ralls
e to exert a bit more control on the environment and is more reliable. Regards, John Ralls___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Finance::Quote Keys and Options

2024-05-19 Thread John Ralls
> On May 19, 2024, at 09:42, Bruce Schuck wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 5/18/24 21:03, John Ralls wrote: > > > It wouldn’t be hard to add more keys to the GnuCash preferences page > > to collect API keys and set t

Re: Finance::Quote Keys and Options

2024-05-18 Thread John Ralls
Y) and > MarketStack (MARKETSTACK_API_KEY). Bruce, It wouldn’t be hard to add more keys to the GnuCash preferences page to collect API keys and set them as environment variables when querying F::Q, but is that the right way to do it? Can’t the key be passed in the query JSON? Same questio

Re: Hello

2024-05-09 Thread John Ralls
to get familiar with the code base in digestible chunks and there is no shortage of bugs to work on. We use Bugzilla 5 (docs at https://bugzilla.readthedocs.io/en/5.0/) hosted at https://bugs.gnucash.org/. You may want to join our IRC channel, see https://wiki.gnucash.org/wiki/IRC, where i

Re: [GNC] Test

2024-04-24 Thread john
t I found myself > unsubscribed, and that may have happened to others as well. > > If you can't post to gnucash-devel, please subscribe again. Liz, Thanks for suggesting that. It's strange that I was still receiving gnucash-devel mail even though I was apparently unsubsc

Re: [GNC-dev] Porting to Apple silicon

2024-04-24 Thread john
Interestingly a very similar commit just landed: https://github.com/WebKit/WebKit/commit/34d7f551c40ab7253255304e1443394d5e49. I'll give it a try in a few days. Regards, John Ralls > On Apr 23, 2024, at 18:08, Sherlock wrote: > > I have a webkitgtk-2.32.0 patch that enab

Re: [GNC-dev] Porting to Apple silicon

2024-04-24 Thread john
Interestingly a very similar commit just landed: https://github.com/WebKit/WebKit/commit/34d7f551c40ab7253255304e1443394d5e49. I'll give it a try in a few days. Regards, John Ralls > On Apr 23, 2024, at 18:08, Sherlock wrote: > > I have a webkitgtk-2.32.0 patch that enab

[GNC-dev] GnuCash 5.6 AQBanking Failure on Windows

2024-04-02 Thread John Ralls
5.6-1.setup.exe Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] ANNOUNCE: GnuCash 5.6 Released

2024-03-31 Thread John Ralls
ki.gnucash.org/wiki/Git. About the Program GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 19

Re: [GNC-dev] gnucash stable: Remove cruft.

2024-03-21 Thread john
> On Mar 21, 2024, at 09:38, Geert Janssens wrote: > > Op woensdag 20 maart 2024 21:10:07 CET schreef john: > > Geert, > > > > That ship sailed a really long time ago: You originally added it in > > https://github.com/Gnucash/gnucash/commit/a153412e5a8fca75

Re: [GNC-dev] gnucash stable: Remove cruft.

2024-03-20 Thread john
> On Mar 20, 2024, at 11:42, Geert Janssens wrote: > > Op zondag 17 maart 2024 09:05:12 CET schreef John Ralls: >> Updated via https://github.com/Gnucash/gnucash/commit/9a39b3cd >> (commit) >> from https://github.com/Gnucash/gnucash/commit/1a806b4e (co

[GNC-dev] String Freeze for 5.6 release

2024-03-17 Thread john
I've msgmerged a new gnucash.pot for the 5.6 release so string freeze is now in effect until the release. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] gnucash stable: Do a better job of including the -py3 option only for swig 4.1

2024-02-22 Thread john
the python version overnight: When [CI ran after my push yesterday](https://github.com/Gnucash/gnucash/actions/runs/7997611600/job/21842396667) python was version 3.12.1 and in [the failing test](https://github.com/Gnucash/gnucash/actions/runs/8002824454/job/21858876155) it's 3.12.2. I fig

[GNC-dev] gnucash-5.5-1.setup.exe

2024-02-20 Thread John Ralls
56 is 720a60dca57e4199f28b5449158ddc89e62012f042a62c43b16c569fa0890275. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Import roadmap

2024-02-05 Thread john
> On Feb 5, 2024, at 03:40, Kevin Buckley via gnucash-devel > wrote: > > On Monday, February 5th, 2024 at 12:36, john wrote: >> >> Those XML changes sound like the wrong direction. >> XML code needs to stay in libgnucash/backend, not get mixed in with >

Re: [GNC-dev] Import roadmap

2024-02-04 Thread john
code you'll at least avoid creating bugs in those parts of the process. Regards, John Ralls > On Feb 4, 2024, at 16:50, Brian Rater wrote: > > Great. Thank you for the insights. Before I got overwhelmed with work and > other commitments last year, I was experimenting with a

Re: [GNC-dev] Import roadmap

2024-02-04 Thread John Ralls
on either, but I'm also not convinced that it makes sense to reimplement functional algorithms as OO classes. I reimplemented the Scheme report options system into C++ a couple of years ago and it turned out to be a largely start-from-scratch redesign. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Develop support for Import/Export using .xbrl?

2024-01-26 Thread John Ralls
> On Jan 26, 2024, at 12:42 PM, Frank H. Ellenberger > wrote: > > > > Am 25.01.24 um 19:59 schrieb John Ralls: >> Not really, it looks like a big-business thing. > OTOH I sem more and more governments requesting data for tex declaration in > xbrl format.

Re: [GNC-dev] Develop support for Import/Export using .xbrl?

2024-01-25 Thread John Ralls
; > XBRL - Wikipedia > > | > | > | > | | | > > | > > | > | > | | > XBRL - Wikipedia > > XBRL is a standards-based way to communicate and exchange business > information between business systems. These c... > | > > | &

Re: [GNC-dev] Country specific Invoices

2024-01-18 Thread john
s web client (https://www.gnu.org/software/guile/manual/html_node/Web-Client.html) module to fill in the validation code and figure out some place to store it. Regards, John Ralls > On Jan 18, 2024, at 09:03, Carlos R. Pasqualini via gnucash-devel > wrote: > > El jue, 18-01-2024 a las 1

Re: [GNC-dev] xml for Romanian e-invoice

2024-01-10 Thread John Ralls
fications. I think that rules out anyone on the GnuCash team. You'll need to recruit someone to write and maintain it for you. This sort of national specialization is generally out of scope for GnuCash so don't plan on contributing it. Regards, John Ralls

Re: [GNC-dev] Update of translator-credits; was: Acknowledgement as Dutch translator

2023-12-19 Thread john
> On Dec 18, 2023, at 22:35, Frank H. Ellenberger > wrote: > > > > Am 19.12.23 um 02:30 schrieb john: >>> On Dec 18, 2023, at 13:14, Frank H. Ellenberger >>> wrote: >>> >>> I don't know if we really want all translators of all l

Re: [GNC-dev] Update of translator-credits; was: Acknowledgement as Dutch translator

2023-12-18 Thread john
move everybody whose only contribution is translation. But the translator-credits mechanism isn't great: Users see only the people who helped translate into the current UI language, so if the language is set to US English they see no-one at all. Regards, John Ralls _

Re: [GNC-dev] Acknowledgement as Dutch translator

2023-12-18 Thread john
The simplest (for me, anyway) would be for you to make a Github Pull Request with the change. > On Dec 18, 2023, at 02:56, Stephan Paternotte wrote: > > Hello John, > > I've contributed to the Dutch translations of GnuCash on weblate for quite > some time already, addi

Re: [GNC-dev] [GNC] ANNOUNCE: GnuCash 5.5 Released

2023-12-17 Thread john
Thanks for the report, I forgot to uncloak the directory on Sourceforge. It should work now. Regards, John Ralls > On Dec 17, 2023, at 16:22, Geoff wrote: > > Thank you GnuCash Development Team! > > Please note that, for Windows OS, the Source Forge link you quoted belo

[GNC-dev] ANNOUNCE: GnuCash 5.5 Released

2023-12-17 Thread John Ralls
s://wiki.gnucash.org/wiki/Git. About the Program GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was

[GNC-dev] String Freeze

2023-12-10 Thread John Ralls
Reminder: GnuCash 5.5 release is next Sunday so we have a string freeze this week to let the translators catch up. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] New Address Sanitizer and Code Coverage builds

2023-12-08 Thread John Ralls
want coverage information for. There's details about using these features in the wiki at https://wiki.gnucash.org/wiki/Testing in sections cleverly titled Address Sanitizer and Coverage. Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@g

Re: [GNC-dev] WSL 2 and GnuCash

2023-11-30 Thread john
Sherlock, Thanks for testing that. It's great that it works and it's worth adding to the wiki. But I think it's a bit too technical for many of our Windows users. Regards, John Ralls > On Nov 30, 2023, at 17:45, Sherlock wrote: > > If you haven’t recently, you may wa

Re: [GNC-dev] WebKitGtk now defaults to Gtk4

2023-11-21 Thread John Ralls
w years ago. That would be a step or two backwards but I guess it would be preferable to writing our own chart library. The good news is that it is being maintained, though at 2-3 commits/year I wouldn't say it's actively maintained. It's

Re: [GNC-dev] WebKitGtk now defaults to Gtk4

2023-11-21 Thread John Ralls
rk for your other project too: Instead of embedding links, embed a (java)script that connects to a network socket that the source program (GnuCash in our case) advertises and decorate it to look like a link. This stack overflow provides an example: https://stackoverflow.com/questions/99456

Re: [GNC-dev] WebKitGtk now defaults to Gtk4

2023-11-21 Thread john
> On Nov 21, 2023, at 02:29, Christopher Lam wrote: > > > > On Sun, 19 Nov 2023 at 12:01, john <mailto:jra...@ceridwen.us>> wrote: >> I spent some time this afternoon poking at webkit replacement. The options I >> found are: >> * Keep using WebK

Re: [GNC-dev] WebKitGtk now defaults to Gtk4

2023-11-21 Thread john
e forked the project and own it for any bugs. As for internal links: Possible doesn't mean not a ton of work and either somebody with the requisite experience materializing to do it or one of the current core devs learning how. Regards, John Ralls > On Nov 21, 2023, at 06:55,

  1   2   3   4   5   6   7   8   9   10   >