From 91cd6f57ee633b5fc62b99edd778450ee84e38c8 Mon Sep 17 00:00:00 2001 From: Vivek Gani Date: Tue, 21 Mar 2023 16:01:12 -0500 Subject: [PATCH 1/2] Update README.md minor edit to finish sentence in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c95fe02..cbf9f90 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ NOTE: This path of installing MacPorts depends on also installing developer tool **Redhat/Fedora-based Linux**: The rpm package for GnuCash should include python bindings, so run `sudo dnf install gnucash` -(NOTE: You might need to modify a line in the scripts to point to the appropriate gnucash bindings package. For example, in a fedora installation I needed to +(NOTE: You might need to modify a line in the scripts to point to the appropriate gnucash bindings package. For example, in a fedora 37 installation I needed to uncomment & modify the line `# sys.path.insert(0, "/my/path/to/site-packages/gnucash")` in the scripts to be `sys.path.insert(0, "/usr/lib64/python3.11/site-packages/gnucash")` ) ### Downloading the scripts On the computer with GnuCash, we need to download the scripts offered on this webpage you're reading this on. Assuming it's github, there should be a green 'Code' button with options to either clone this repository (using GIT) or 'download ZIP'. @@ -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. From a58f5f01ea38aef9fe5548e34a2a29aa117bd5bf Mon Sep 17 00:00:00 2001 From: Vivek Gani Date: Wed, 22 Mar 2023 09:25:19 -0500 Subject: [PATCH 2/2] Update README.md cleanup --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cbf9f90..ce9c5ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -TODO: update instructions to talk about using Journal, rather than find report. - 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: https://lwn.net/Articles/729087/