Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OFX cannot be imported by Denaro #327

Open
Holzhaus opened this issue Dec 10, 2024 · 6 comments
Open

OFX cannot be imported by Denaro #327

Holzhaus opened this issue Dec 10, 2024 · 6 comments

Comments

@Holzhaus
Copy link

The OFX files generated by this tool cannot be imported by the personal financing app Denaro (GitHub, FlatHub).

Import fail with "Nothing to Import". I guess some fields expected by Denaro are missing.

@Holzhaus
Copy link
Author

Related issue on the Denaro issue tracker: NickvisionApps/Denaro#813

@kedder
Copy link
Owner

kedder commented Dec 10, 2024

Do you have an idea what is missing in the generated OFX file?

@Holzhaus
Copy link
Author

Nope. Here's a redacted version of the generated file (after passing it through xmllint --format for readability):

<?xml version="1.0"?>
<!--
OFXHEADER:100
DATA:OFXSGML
VERSION:102
SECURITY:NONE
ENCODING:UTF-8
CHARSET:NONE
COMPRESSION:NONE
OLDFILEUID:NONE
NEWFILEUID:NONE
-->
<OFX>
  <SIGNONMSGSRSV1>
    <SONRS>
      <STATUS>
        <CODE>0</CODE>
        <SEVERITY>INFO</SEVERITY>
      </STATUS>
      <DTSERVER>20241210194354</DTSERVER>
      <LANGUAGE>ENG</LANGUAGE>
    </SONRS>
  </SIGNONMSGSRSV1>
  <BANKMSGSRSV1>
    <STMTTRNRS>
      <TRNUID>0</TRNUID>
      <STATUS>
        <CODE>0</CODE>
        <SEVERITY>INFO</SEVERITY>
      </STATUS>
      <STMTRS>
        <CURDEF>EUR</CURDEF>
        <BANKACCTFROM>
          <BANKID>987654321</BANKID>
          <ACCTID>123456789</ACCTID>
          <ACCTTYPE>CHECKING</ACCTTYPE>
        </BANKACCTFROM>
        <BANKTRANLIST>
          <DTSTART>20241109</DTSTART>
          <DTEND>20241208</DTEND>
          <STMTTRN>
            <TRNTYPE>POS</TRNTYPE>
            <DTPOSTED>20241206</DTPOSTED>
            <DTUSER>20241206</DTUSER>
            <TRNAMT>-100.50</TRNAMT>
            <FITID>20241206abcdefghijklmnop</FITID>
            <NAME>Name of recipient</NAME>
            <MEMO>Foo bar GIROCARD transaction</MEMO>
            <CURRENCY>
              <CURSYM>EUR</CURSYM>
            </CURRENCY>
          </STMTTRN>
        </BANKTRANLIST>
        <LEDGERBAL>
          <BALAMT>9999.99</BALAMT>
          <DTASOF>20241208000000</DTASOF>
        </LEDGERBAL>
      </STMTRS>
    </STMTTRNRS>
  </BANKMSGSRSV1>
</OFX>

@Holzhaus
Copy link
Author

Is there a OFX file supported by the Denaro importer available, that can be used as reference?

@kedder
Copy link
Owner

kedder commented Dec 10, 2024

I have never heard of Denaro before. Try asking denaro devs for an example OFX they support. Maybe we can find the difference then.

@Holzhaus
Copy link
Author

oops, sorry, asked that question in the wrong bugtracker :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants