@uvok Ratenzahlung geht auch; ich halte meine Budgets mit #GNUcash innerhalb meiner Limits.

So ein Haushaltsbuch ist nicht bloß ein Logbuch - ich habe da Einträge bis Ende 2027 geplant. Ratenpläne führe ich unter Fremdkapital-Konten - ein Unterkonto je Zahlungsdienstleister.

Kaufmännische Ausbildung (InfoKfm) / Buchführung zu lernen war durchaus nützlich.

Because I have a retina display I wanted to change #GnuCash's font size. For the life of me I couldn't find the preference in the GUI or instructions in the documentation. That's bad enough, but to change the font is such a nerd's wet dream. I have to create a gtk-3.0.css file in ~/Library/Application Support/GnuCash containing:
* {
font: 15pt arial, sans-serif;
}

I 💩 you not! Some developer actually thought that was how normal people should change font sizes in 2026. 😳

I'm about to give up on the #Banktivity to #GnuCash migration. It's a complex transition and all the A.I. tools have failed. They get close, but still screw up transactions. I don't know if I could ever trust the migration. But I have enough data in GC now to look at its fugly reports. It really is a dated UI. Banktivity is much more of a Mac app. GC's use of decimal arithmetic is much superior to Banktivity's inexact floating point though. What WERE they thinking?

Splendid!

#Klarna just withdrew an amount from my #bank #account TODAY, despite it being scheduled for TOMORROW.

I'm not liquid today - i'll be liquid tomorrow - it makes perfect sense, in my #GNUcash household book!

They've pushed me beyond my established below-zero limit - i expect something to break. If it does, and cause additional tx-return-fees, imma bill them!

#ChatGPT: "I sure hope you enjoy my totally rewritten code where I mismatch arguments between functions, forget whole functions, and don't protect against null variables. Here are the 69 patches you should make. Say, have you considered upgrading to a paid plan so instead of just losing your sanity, you lose money too?"

I am getting so close to giving up on A.I. and trying to figure out the solution myself. Migrating from #Banktivity to #GnuCash is a … challenge.

@[email protected]
To recommend you alternatives we need to know what #gnucash features you are using as it does #accounting and #banking. I don't do accounting but I do banking using #Jamaica/#hibiscus.
I find it amusing that many tech people use #Claude for programming. To get my #Banktivity to #GnuCash conversion done I've been trying it, #Gemini and even #Copilot, but all have failed. Claude generated beautiful object-oriented code that took minutes to run. Gemini created mostly function code that was 75% of the size but runs in a few seconds. I'm using that as my base and trying to debug the rest myself since Gemini can't finish the project.

I figured out why the #GnuCash dates were wonky. #Claude assumed that the dates should be stored as ISO timestamps, which they were in old versions of GC, instead of text. So instead of complaining, GC just interpreted the integer dates as text. Easy fix in the script.

This is yet another hassle I've had trying to use A.I. It often offers solutions using outdated or deprecated methods. It should either assume I'm using the latest apps, or at least ask what version before it generates code.

I asked Claude to convert #Banktivity to #GnuCash by exporting directly from SQLite database to database. It thought a long time and produced a script that came pretty darn close with some glaring weirdness. Transaction dates in the GnuCash database look fine, but they're displayed months different. Also, the GC database is much smaller so I'm wondering what's missing. This at least looks promising.
I’m trying to move away from #Banktivity. #GnuCash was a disaster. I heard about #Beancount but I was skeptical; how could a flat text file have any performance? But I was willing to concede they knew something I didn’t. I fought like hell to import my QIF export and although there were problems, enough worked for me to try it out. It is stunningly … slooow … as expected. It takes 8(!) seconds on an M4 Mac mini to open a single transaction! I deleted the whole awful mess. Still searching.