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 372929 - OFXDirectConnect get balance and reconcile
OFXDirectConnect get balance and reconcile
Status: VERIFIED FIXED
Product: GnuCash
Classification: Other
Component: Import - AqBanking
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: Christian Stimming
Christian Stimming
Depends on:
Blocks: 347575
 
 
Reported: 2006-11-09 12:30 UTC by Konstantin Goudkov
Modified: 2018-06-29 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Konstantin Goudkov 2006-11-09 12:30:37 UTC
The cleared transactions are not set as such when reconciling right after getting a balance through OFXDirectConnect.

How to reproduce:
- Get new transactions through HBCI.
- Start the import of them as usual.
- During the import some transactions match the existing uncleared records either automatically or manually.
- Finish the import
- Get balance through HBCI.
- The online balance will differ so you'll get a prompt to reconcile.
- Start reconciling from that prompt.
- All transactions that were cleared during the import are listed as uncleared in the reconciliation window.

If you close that dialog, open the account and click the reconcile button, then all cleared transactions are checked as such.

Also, the transactions are cleared in the register just fine. They are only not shown as cleared when reconciling from a prompt of the "get balance" action.
Comment 1 Konstantin Goudkov 2006-11-11 23:55:12 UTC
This might work:

In import-export/hbci,

--- gnc-hbci-getbalance.c-orig  2006-11-11 18:12:16.000000000 -0500
+++ gnc-hbci-getbalance.c       2006-11-11 18:46:03.000000000 -0500
@@ -217,6 +217,8 @@
     ti=AB_Balance_GetTime(booked_grp);
     if (ti)
       booked_tt = GWEN_Time_toTime_t (ti);
+    else
+      booked_tt = gnc_timet_get_day_start(time(NULL));
     booked_val = AB_Balance_GetValue(booked_grp);
     if (booked_val)
       booked_value = AB_Value_GetValue (booked_val);
Comment 2 Christian Stimming 2006-11-12 11:06:34 UTC
I noticed this problem as well but could not think of a particular reason for this. Your patch seems to solve the issue - thanks a lot for the suggestion. Applied to SVN trunk in r15110, awaiting audit for back-port to branches/2.0.
Comment 3 Derek Atkins 2006-11-24 18:44:59 UTC
Backported to 2.0 in r15138.
Will be fixed in 2.0.3
Comment 4 John Ralls 2018-06-29 21:15:31 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=372929. Please update any external references or bookmarks.