[kmymoney] [Bug 450426] OFX import fails: Unable to find the DTD named opensp.dcl

2022-02-16 Thread John Zoetebier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=450426

--- Comment #2 from John Zoetebier  ---
The DTD files are present in folder:
C:\apps\KMyMoney\bin\data\libofx\dtd

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 450426] OFX import fails: Unable to find the DTD named opensp.dcl

2022-02-16 Thread John Zoetebier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=450426

--- Comment #1 from John Zoetebier  ---
Created attachment 146847
  --> https://bugs.kde.org/attachment.cgi?id=146847&action=edit
KMyMoney About screen

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 450426] New: OFX import fails: Unable to find the DTD named opensp.dcl

2022-02-16 Thread John Zoetebier via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=450426

Bug ID: 450426
   Summary: OFX import fails: Unable to find the DTD named
opensp.dcl
   Product: kmymoney
   Version: 5.1.2
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: importer
  Assignee: kmymoney-devel@kde.org
  Reporter: j...@zoetebier.net
  Target Milestone: ---

Created attachment 146846
  --> https://bugs.kde.org/attachment.cgi?id=146846&action=edit
OFX import failed

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Import OFX file
2. 
3. 

OBSERVED RESULT
OFX import fails

EXPECTED RESULT
OFX file is imported

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Console shows:
Loading "C:/apps/KMyMoney/bin/kmymoney/ofximporter.dll"
Plugins: ofximporter loaded
Loading "C:/apps/KMyMoney/bin/kmymoney/onlinejoboutboxview.dll"
Plugins: onlinejoboutboxview loaded
Loading "C:/apps/KMyMoney/bin/kmymoney/qifimporter.dll"
Plugins: qifimporter loaded
Loading "C:/apps/KMyMoney/bin/kmymoney/reconciliationreport.dll"
Plugins: reconciliation report loaded
Loading "C:/apps/KMyMoney/bin/kmymoney/reportsview.dll"
Plugins: reportsview loaded
Loading "C:/apps/KMyMoney/bin/kmymoney/sqlstorage.dll"
Plugins: sqlstorage loaded
Loading "C:/apps/KMyMoney/bin/kmymoney/xmlstorage.dll"
Plugins: xmlstorage loaded
Found html dir(s): ("C:/apps/KMyMoney/bin/data/kmymoney//html/")
Found an 'html' folder with CSS files:
"C:/apps/KMyMoney/bin/data/kmymoney//html/"
reading file
start parsing file
startDocument
reading securities
endDocument
Cost center model created with items 0
Payees model created with items 0
OfxImporterPlugin::slotImportFile
setup callback routines
process data
LibOFX ERROR: find_dtd():Unable to find the DTD named opensp.dcl
LibOFX ERROR: find_dtd():Unable to find the DTD named ofx160.dtd
LibOFX ERROR: ofx_proc_file(): FATAL: Missing DTD, aborting

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 255676] Cannot edit loand information

2022-02-16 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=255676

--- Comment #2 from Jack  ---
Unless someone disagrees, I'm going to close this as NOT A BUG.  There might
have actually been a bug underlying the problem, but the image is no longer
available, and as Alvaro mentioned, further work has been done related to
loans, so there is no way to be sure.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 448933] Cannot adjust names of accounts

2022-02-16 Thread Jack via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=448933

Jack  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Jack  ---
Sorry this seems to have missed attention.  
First, 5.0.6 is rather old at this point.  Please consider upgrading.  See
https://kmymoney.org/download.html and follow the link for the build from the
stable branch.  The team is aware of the lack of a more recent official
released version for windows.
Next, we need a bit more information.  When you create a loan, you may or may
not create a liability account for the money you borrowed.  Then there is the
Scheduled Payment.  Which are you referring to as the account you are trying to
rename?  
There is an old bug 386186, which I think is related.  When you try to edit a
loan, you are shown the loan account wizard, and cannot edit most of the basic
account information.  However, I just tried it, and it does give the
opportunity to rename the liability account.  Unfortunately, the name of the
Schedule remains "Loan payment for XXX" and is not updated to "Loan payment for
YYY" even if the liability account is successfully changed from XXX to YYY.
I do need to update that bug (it's rather old) and will then have to figure out
if it's really the same issue, or different enough to maintain both bugs as
separate.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Re: bunq Integration

2022-02-16 Thread Björn Ternes via KMyMoney-devel
Thanks Thomas! I will have a look at the source code, if there are any 
questions I will ask.

Beste Grüße
Björn Ternes
Am 16. Feb. 2022, 20:28 +0100 schrieb Thomas Baumgart :
> Hi,
>
> On Dienstag, 15. Februar 2022 12:22:41 CET Björn Ternes via KMyMoney-devel 
> wrote:
>
> > Good Day,
> > I recently discovered KMyMoney and I am thrilled. So first a big thank you
> > for this great piece of software!
>
> Thanks.
>
> > I was able to connect all my banks to the software except bunq.
> >
> > To still be able to import bookings into KMyMoney I wrote a Python script
> > that reads this out via the API (https://doc.bunq.com/) and outputs it as
> > CSV. I could then import this without any problems. I would like to
> > automate this, so that I can trigger the import from KMyMoney? (Similar to
> > what AQBanking does)
> >
> > First of all, is there already someone who has worked on an integration of
> > BUNQ? Is KMyMoney itself the wrong place and I should rather look into
> > AQBanking for example?
>
> Not to my knowledge. There has lately been a discussion on the German
> AqBanking mailing list about a similar FinTS offering, but an integration
> has not been started to my knowledge. Most of the devs of open source
> finance software somehow don't like the idea that a 3rd party gets knowledge
> about their financial situation.
>
> > Did I miss a documentation entry in my research that should answer these
> > questions for me?
>
> As always, we point to the source code which is the current truth :)
>
> > Thanks! Looking forward for some advice.
>
> Note: I have sent a longer answer to Björn in German in a PM, but the content
> is basically the same.
>
> --
>
> Regards
>
> Thomas Baumgart
>
> https://www.signal.org/ Signal, the better WhatsApp
> -
> A: Because it destroys the flow of the conversation
> Q: Why is top-posting bad?
> A: Top-posting
> Q: What is the most annoying thing in e-mail?
> -


Re: bunq Integration

2022-02-16 Thread Thomas Baumgart via KMyMoney-devel
Hi,

On Dienstag, 15. Februar 2022 12:22:41 CET Björn Ternes via KMyMoney-devel 
wrote:

> Good Day, 
> I recently discovered KMyMoney and I am thrilled. So first a big thank you
> for this great piece of software! 

Thanks.

> I was able to connect all my banks to the software except bunq. 
>  
> To still be able to import bookings into KMyMoney I wrote a Python script
> that reads this out via the API (https://doc.bunq.com/) and outputs it as
> CSV. I could then import this without any problems. I would like to
> automate this, so that I can trigger the import from KMyMoney? (Similar to
> what AQBanking does)
>  
> First of all, is there already someone who has worked on an integration of
> BUNQ? Is KMyMoney itself the wrong place and I should rather look into
> AQBanking for example?

Not to my knowledge. There has lately been a discussion on the German
AqBanking mailing list about a similar FinTS offering, but an integration
has not been started to my knowledge. Most of the devs of open source
finance software somehow don't like the idea that a 3rd party gets knowledge
about their financial situation.

> Did I miss a documentation entry in my research that should answer these
> questions for me?

As always, we point to the source code which is the current truth :)

> Thanks! Looking forward for some advice.

Note: I have sent a longer answer to Björn in German in a PM, but the content
is basically the same.

-- 

Regards

Thomas Baumgart

https://www.signal.org/   Signal, the better WhatsApp
-
A: Because it destroys the flow of the conversation
Q: Why is top-posting bad?
A: Top-posting
Q: What is the most annoying thing in e-mail?
-


signature.asc
Description: This is a digitally signed message part.