Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Readme updates #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ([email protected]). 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/
Expand Down Expand Up @@ -87,7 +85,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'.
Expand All @@ -114,4 +112,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.
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.