GnuCash-Pocket / gnucash-android

GnuCash Pocket – a mobile companion app for Gnucash desktop application (https://github.com/Gnucash/gnucash). Developed independently of GnuCash.
Apache License 2.0
84 stars 16 forks source link

Export qif "from date", export all data instead (apparently in random data order) #142

Open albelixpd opened 4 months ago

albelixpd commented 4 months ago

Steps to reproduce the behaviour

Menù, export, select quif format. Select a specific date (es. 25 May) leave flag "delete trans..." unflagged.

Expected behaviour

A qif file with all transaction until date selected.

Actual behaviour

A qif with all transaction in database!

Software specifications

addendum

gnucash version is unchanged with release of 28 may.

Suggested Resolution

BaumiCoder commented 3 months ago

I encountered the same issue.

BaumiCoder commented 2 months ago

This bug makes the QIF export almost unusable, at least if you want to transfer your latest transaction to your gnucash database on your computer. My current workaround for these transfers is the following:

  1. Export as Comma-separated values (there the date filter works)
  2. Import as CSV in GnuCash and choose the settings "... (4.x and older)"
albelixpd commented 2 months ago

This bug makes the QIF export almost unusable, at least if you want to transfer your latest transaction to your gnucash database on your computer. My current workaround for these transfers is the following:

1. Export as Comma-separated values (there the date filter works)

2. Import as CSV in GnuCash and choose the settings "... (4.x and older)"

No, in my case the csv exported file contains all transactions too. In the past, a similar bug with official app was happened. It was about the date format, that in my case is YYYY-MM-DD, not YYYY-DD-MM.

I don't know if this is the same, but... who know?