Re: KMyMoney: Ausgang / Überweisungen
Hi *, On Sonntag, 9. Januar 2022 15:41:18 CET Thomas Baumgart via KMyMoney-devel wrote: [...] > > Just a follow-up here: in the meantime we solved the issue. For some reason, > the database had two records (probably old enough) that were missing > entries in two attributes. Solution was to save as XML, remove the two > records and store back as DB. Follow-up: I decided to use sqlcipher to delete those two records: sqlcipher SQLite version 3.36.0 2021-06-18 18:36:39 (SQLCipher 4.5.0 community) Enter ".help" for usage hints. sqlite> PRAGMA key = ''; ok sqlite> select * from kmmOnlineJobs ; O01|org.kmymoney.creditTransfer.sepa|||noBankAnswer|Y O02|org.kmymoney.creditTransfer.sepa|||noBankAnswer|Y sqlite> delete from kmmOnlineJobs ; sqlite> select * from kmmOnlineJobs ; sqlite> .quit Thx again, Thomas! Bye. Michael.
[kmymoney] [Bug 448117] Holiday calendar combobox is not user friendly
https://bugs.kde.org/show_bug.cgi?id=448117 Thomas Baumgart changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit||https://invent.kde.org/offi ||ce/kmymoney/commit/62e6f838 ||2c121b083e795037f83a3a064b3 ||aab02 Resolution|--- |FIXED --- Comment #1 from Thomas Baumgart --- Git commit 62e6f8382c121b083e795037f83a3a064b3aab02 by Thomas Baumgart. Committed on 09/01/2022 at 16:48. Pushed by tbaumgart into branch 'master'. Improve holiday region selection UI This change sorts the list by country, adds a header line for each country and lists the holiday regions sorted underneath. M +336 -22 kmymoney/dialogs/settings/ksettingsschedules.cpp M +1-1kmymoney/dialogs/settings/ksettingsschedules.h https://invent.kde.org/office/kmymoney/commit/62e6f8382c121b083e795037f83a3a064b3aab02 -- You are receiving this mail because: You are the assignee for the bug.
Re: KMyMoney: Ausgang / Überweisungen
On Freitag, 7. Januar 2022 17:40:10 CET mh--- via KMyMoney-devel wrote: > Hi, > > On Freitag, 7. Januar 2022 17:20:58 CET you wrote: > > Michael, > > > > On Freitag, 7. Januar 2022 15:10:27 CET mh--- via KMyMoney-devel wrote: > > > Hi *, > > > > > > ich habe nach wie vor das Problem, dass ich Überweisungen im Ausgang > > > hängen > > > habe, die sich nicht mehr löschen lassen (via GUI). Beim Klick auf den > > > "Entfernen"-Button hängt sich KMyMoney auf und muss gekillt werden. > > > Bearbeiten ist ebenfalls nicht möglich, der Button ist ausgegraut. > > > > Welche Version und welches OS hast Du da? Das sollte natürlich gehen. > > openSUSE Tumbleweed latest snapshot. > > > Wenn es an den Daten liegt, dann wäre ich mal an einem Sample > > interessiert, das sich nicht löschen lässt. Dann kann ich versuchen, > > das hier nachzustellen und zu fixen. > > Wie kann ich dir das zukommen lassen? > Man kann es auch nicht öffnen, d.h. außer dem Eintrag in der Ausgangsliste > ist > nichts zu sehen. > > > > > > Neue Überweisungen funktionieren mittlerweile aber, die Leichen stammen > > > aus > > > einer Version, bei der das mit der SPARDA noch nicht geklappt hat. > > > > > > Wie bekomme ich die Einträge los? > > > > Vermutlich nur manuell durch Eingriff in die Datendatei. Das hört sich > > schlimmer an, als es ist. Wenn ich die Antworten auf die obigen Fragen > > habe kann ich mal versuchen, den Weg zu beschreiben. > > SQL ist kein Fremdwort für mich. > Wenn ich weiß, in welchen Tabellen ich das löschen muss, wäre das vermutlich > kein Problem. Just a follow-up here: in the meantime we solved the issue. For some reason, the database had two records (probably old enough) that were missing entries in two attributes. Solution was to save as XML, remove the two records and store back as DB. -- Regards Thomas Baumgart https://www.signal.org/ Signal, the better WhatsApp - "I know, a 'real Linux geek' doesn't walk around the wall: He bangs his head against it until it tumbles down!" -- wobo on FLUG ml - signature.asc Description: This is a digitally signed message part.
Re: importation au format ofx
Bonsoir Merci pour toutes ces informations et ces liens. J'attendrai le retour pour corriger le problème. My english is very bad but Thanks for all your hard work on this application, it's great to use! Good weekend. Gerard du TERRAIL Le 08/01/2022 à 06:46, Thomas Baumgart a écrit : Bonjour, On Freitag, 7. Januar 2022 22:00:25 CET Gerard du Terrail via KMyMoney-devel wrote: Bonsoir Je vous remercie pour votre message. j'utilise LINUX LMDE 4 debbie Noyau linux : 4.19.0-18-amd64 Version de Kmymoney : 5.0.3 That is a rather old version of KMyMoney :( J'importe sans problème le fichier ofx mais quelques fois je peux l'importer sur CARTE DE CREDIT mais quelques fois, il refuse et je suis obligé de l'importer dans COMPTE CHEQUE. Can it be related to the fact, that the OFX statement sometimes contains information for one account and in other times contains the transactions for both accounts? cela oblige à modifier les extraits de compte afin de ne pas avoir deux fois le montant des cartes bleues du mois. Je vous remercie pour le lien et pour votre réactivité. I don't know if a newer version supplied by distros does not have this problem. As I mentioned, the fix was just recently. We do provide so called AppImage versions which can be used under Linux but they currently have a problem with OFX import. We are working on a fix, and once we have that solved and OFX is working again, I would like you to test if this newer version solves your problem. This may take a few more days, since for this fix we depend on other projects/people to make changes. The following link shows the required change: https://invent.kde.org/packaging/craft/-/merge_requests/54 Have a nice weekend. Best regards Thomas Très cordialement Gérard du TERRAIL Le 07/01/2022 à 19:45, Thomas Baumgart a écrit : Bonjour Gerard, my French is a bit rusty, but I get the idea and have web services to translate it :) The first question is which version of KMyMoney do you use to do that and which operating system do you have installed on your computer. I kind of remember that we had a fix for a similar/identical? situation lately, but I can't remember the details. Here it is: https://bugs.kde.org/show_bug.cgi?id=428156 Does that match what you experience? Cordialment Thomas Baumgart On Freitag, 7. Januar 2022 16:17:06 CET Gerard du Terrail via KMyMoney-devel wrote: Bonjour, Je me tourne vers vous car je rencontre des difficultés pour importer un fichier ofx depuis la banque. Quelques fois j'arrive à l'importer sur l'onglet carte de crédit et quelques fois sur le compte cheques sans pouvoir choisir. Kmymoney impose la compte chèques et quelques fois il laisse le choix. Je n'ai pas compris pourquoi cela se produit. Vous serait il possible de me donner quelques indications concernant ce problème. Je vous présente mes meilleurs voeux et me tiens à votre disposition pour tout renseignement. Très cordialement Gérard du TERRAIL