After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 791179 - OFX Importer imports with 0 amount
OFX Importer imports with 0 amount
Status: RESOLVED OBSOLETE
Product: GnuCash
Classification: Other
Component: Import - OFX
2.6.18
Other Mac OS
: Normal normal
: ---
Assigned To: gnucash-import-maint
gnucash-import-maint
Depends on:
Blocks:
 
 
Reported: 2017-12-03 20:41 UTC by Mate Gulyas
Modified: 2018-06-30 00:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot showcasing the problem (160.64 KB, image/png)
2017-12-03 20:41 UTC, Mate Gulyas
Details

Description Mate Gulyas 2017-12-03 20:41:31 UTC
Created attachment 364868 [details]
Screenshot showcasing the problem

I tried to import an OFX file to GNUCASH, but all Amount fields are 0. 
Screenshot attached. The account I try to import these transactions is a HUF (Hungarian Forint) based account.

The sample OFX file I try to import is the following:
====================================
<?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>20171203210812</DTSERVER>
      <LANGUAGE>ENG</LANGUAGE>
    </SONRS>
  </SIGNONMSGSRSV1>
  <BANKMSGSRSV1>
    <STMTTRNRS>
      <TRNUID>0</TRNUID>
      <STATUS>
        <CODE>0</CODE>
        <SEVERITY>INFO</SEVERITY>
      </STATUS>
      <STMTRS>
        <BANKACCTFROM>
          <BANKID>sfjdskfdsjf</BANKID>
          <ACCTID>234234234234</ACCTID>
          <ACCTTYPE>CHECKING</ACCTTYPE>
        </BANKACCTFROM>
        <BANKTRANLIST>
          <DTSTART>20171113</DTSTART>
          <DTEND/>
          <STMTTRN>
            <TRNTYPE>CHECK</TRNTYPE>
            <DTPOSTED>20171113</DTPOSTED>
            <DTUSER>20171113</DTUSER>
            <TRNAMT>-1600.00</TRNAMT>
            <NAME>sdjcjdskfdf</NAME>
            <MEMO>dsfksdf</MEMO>
          </STMTTRN>
        </BANKTRANLIST>
        <LEDGERBAL>
          <BALAMT/>
          <DTASOF/>
        </LEDGERBAL>
      </STMTRS>
    </STMTTRNRS>
  </BANKMSGSRSV1>
</OFX>
====================================
Comment 1 John Ralls 2018-06-30 00:01:27 UTC
GnuCash bug tracking has moved to a new Bugzilla host. The new URL for this bug is https://bugs.gnucash.org/show_bug.cgi?id=791179. Please continue processing the bug there and please update any external references or bookmarks.