GNOME Bugzilla – Bug 743807
Date range in export transactions to CSV doesn't work
Last modified: 2018-06-29 23:38:12 UTC
I selected File | Export | Export Transactions to CSV... and specified a start date of 1/1/2014 and end date of 12/31/2014 for the export. It instead exported transactions through 12/31/2013, i.e., it appears to have treated the start date I specified as the end date, and I have no idea what it did with the end date.
Created attachment 296022 [details] [review] Error in date filter In get_filter_times, the start_date_today was being tested instead of the end_date_today, corrected. Also corrected the default option for end date to match start date.
Created attachment 296024 [details] [review] Critical errors as you type date. As you type a date into the calendar widget it tries to make a GDate with the current year and month, if you are typing 31/ in February you get a critical error in the trace file. This patch adds a test for a valid date before proceeding.
Good fixes. Thanks a lot. These will first appear in gnucash 2.6.6.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=743807. Please update any external references or bookmarks.