From 4874d2cd6536943544904a2d7b045965719e013f Mon Sep 17 00:00:00 2001 From: Vivek Gani Date: Thu, 21 Dec 2023 18:28:52 -0600 Subject: [PATCH] Update README.md with script version-specific info Add note that the script was updated using GNUCash 4.x . Based on spending time trying to use the script again and both myself and another person not having success with GNUCash 5.x it seems important to note this for now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c95fe02..e004c33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -TODO: update instructions to talk about using Journal, rather than find report. +*NOTE: This script was last updated using GNUCash 4.x and hasn't been tested successfully yet on GNUCash 5.x. Consider running on [GNUCash 4.14](https://github.com/Gnucash/gnucash/releases/tag/4.14) and submit issues/PRs as needed!* This is a set of simple scripts for getting data exported from QuickBooks into a free accounting system, started by Jonathan Corbet (corbet@lwn.net). They only support GnuCash for now; that is likely to change in the future. For details on how they work and how to get your data out of QuickBooks, have a look at this article: @@ -114,4 +114,4 @@ Assuming it ran without errors, you should have an initial working `gnucash_acco Did it run OK? Feel free to file an issue, or discuss on https://lists.gnucash.org/ -Assuming it ran without errors, you can see all transactions across accounts by going to Tools > General Journal, and going to View > Filter By... and select All Dates. \ No newline at end of file +Assuming it ran without errors, you can see all transactions across accounts by going to Tools > General Journal, and going to View > Filter By... and select All Dates.