FAQ
From GnuCash
The contents of this FAQ will eventually be merged into the GnuCash help documentation. Or maybe not.
[edit] General Frequently Asked Questions (FAQ) about GnuCash
[edit] Q: How can I contribute to the GnuCash project?
- A: Further answers about this are on the Development wiki page.
- We're working on a more formal process to help you decide how to contribute, but for now you should subscribe to the Mailing Lists gnucash-user and/or gnucash-devel and discuss what you can contribute with the participants on the lists. Please be aware that GnuCash is a large body of code written in C and Scheme (see Developing GNUCash: Source Code Overview if you want to know why). If these are languages that you are not willing to work with, consider contributing in other ways.
[edit] Q: How can I make a donation to the GnuCash project?
- A: The Development wiki page has information about how you can donate to the GnuCash project. We appreciate your support.
[edit] Q: Something bad happened; how can I help debug?
A: GnuCash has three primary ways of reporting technical detail:
- The user interface itself.
- Statements printed to the terminal from which gnucash was run.
- The log file:
- Linux/BSD/*nix:
/tmp/gnucash.trace - Windows:
c:\Documents and Settings\myname\Local Settings\Temp\gnucash.trace.XXXXX - Vista:
C:\Users\myname\AppData\Local\Temp\gnucash.trace.XXXXX
- Linux/BSD/*nix:
In order to get more detail, open a Terminal from your system menu, and start gnucash at the prompt; this is almost always done by typing simply "gnucash" at the prompt. Save the detail emitted to the terminal (if any), as well as the contents of the /tmp/gnucash.trace file.
[edit] Q: I think I found a bug. How do I report it?
- A: First of all, try to verify that it is indeed a bug and that it has not been reported before. Search the mail list archives at gnucash-devel and gnucash-user (and gnucash-de if you speak German). Then search the Bugzilla database.
- If you feel you have indeed found a bug, you can then report the bug in the Bugzilla database. Please bear in mind to report your bug as verbosely as possible. The trick here is to learn how to give the best information to the programmers about how to reproduce bugs. A Programmer will usually only be able to fix a bug they can see, if you can't make the programmer see your bug, it won't get fixed! Also see Development for additional tips.
[edit] Q: I really want feature XYZ but GnuCash doesn't have it. How do I get it added?
- A: Ask nicely. :-) You can file an enhancement request at Bugzilla. Please bear in mind to describe your proposed enhancement as verbosely as possible. The trick here is to learn how to give the best information to the programmers about what your proposed new feature should do. If you want to speed up development significantly, consider donating some money as described on Development.
- Note that the fastest way to get a feature added is to implement it yourself. A bug report with an attached patch is very likely to get applied quickly.
- See also: WishList
[edit] Q: In the mailing lists, how can I determine from which list the messages are being sent?
No extra tag is added to the subject line, such as [gnucash-user] or [gnucash-devel], so how can I distinguish the different lists?
- A: Each message has a header "List-Id:" such as one of the following:
List-Id: General Accounting Discussions <gnucash-user.gnucash.org> List-Id: GnuCash Software Design and Development Discussion <gnucash-devel.gnucash.org> etc.
- (To see these, look at the email source, or turn on "rich headers" or "full headers" in your email client program.) You may consistently filter off of these.
[edit] Q: Can you please configure the mailing lists so that Reply mails the list?
- A: The administrators of the GnuCash mailing lists are of the belief that Reply-To munging is harmful. Please encourage the authors of Your Favorite Mail Client to respect List- headers, or train yourself to use the "Reply-To-All" command (available in every email client) when ever you want to reply to all parties; note that this works even on CC'ed / non-mailinglist email, too.
See also Reply-To Still Harmful and Reply-To Useful.
[edit] Q: Is there a version/port for Windows?
- A: Yes. Starting with release 2.2.0, GnuCash is also available as a native Windows binary. See Windows for more recent details regarding the Windows port.
- Other related options would be coLinux, virtualization, and a Windows-based X-server hosting a remote GnuCash session.
[edit] Q: What is the "SX" thing I see on the lists and IRC periodically?
- A: SX stands for Scheduled Transaction, but Scheduled Transaction is a lot to type/write, so it's shortened to SX. Scheduled Transactions are templates for entries that will occur in the future: for example, regularly recurring bills, such as utility or mortgage payments. SX's are meant to make it easier to enter in anything that recurs on a regular basis.
[edit] Installation Troubleshooting
[edit] GnuCash 2.2.x Windows Troubleshooting
[edit] Q: When running the Online Banking Setup, I get the error message Procedure entry point "_ZN10Q3DataEditC1EP7QWidgetPKc" has not been found in the DLL "QT3Support4.dll". What's up?
- A: This means you have a not-so-new version of the Qt library installed, probably one of the 4.0.x or 4.1.x series. To run the Online Banking Setup Wizard that is shipped with GnuCash, you need to install the latest version 4.3.0 and you also need to adapt your PATH environment variable so that its bin directory shows up in the PATH. See also Windows#Online_Banking_Setup_Druid (needs Qt).
[edit] Q: On startup I get an error message about corba-object.c and gnucash crashes. What's up?
- A: We don't know yet. The full error message, we've been told, looks like this:
OTHER <> file corba-object.c: line 76 (ORBit_register_objref): assertion failed: (obj->object_key != NULL)
- This is an unresolved bug so far. We can only guess this is what is being reported at http://bugzilla.gnome.org/show_bug.cgi?id=457100 http://bugzilla.gnome.org/show_bug.cgi?id=457841 ; maybe it helps to remove the directories ~/.gconf, ~/.gconfd, ~/.gnome2, and ~/.gnucash where ~ is your c:\Documents and Settings\Username directory.
[edit] Q: Can I install a new gnucash version directly on top of the older existing one?
- A: Yes, you can install the newer windows binary (say, 2.2.1) directly on top of the older one (say, 2.2.0). You do not need to uninstall the older version first.
- There is one exception to this rule. Several changes to the installer system were made between 2.1.5 and 2.2.0. Therefore, upgrading from 2.1.x to a 2.2.x requires an uninstall of the 2.1.x version.
[edit] Q: Why is the binary package putting all the DLLs in the gnucash folder?
- A: This is caused by a fundamental technical fault of the MS Windows operating system. Gnucash depends on approx. 50 other DLLs. We don't know whether any of those happen to exist already in your windows/system32 folder. If they did, the are probably vitally important for some other application on your computer and must not be replaced by the version that is required by and shipped with gnucash. If gnucash had overwritten an existing DLL in your windows folder, this would have killed that other application. This should better be avoided, and on MS Windows the only possible way to really avoid crashing your other existing application unfortunately requires shipping our own DLL into our own Program folder of gnucash. That's the reason.
- (On Unix, this is solved by choosing filenames for the DLLs that contain the exact version number, like so: libglib-2.0.so.0.1200.4. That way, a DLL with a different version will always be a different file and doesn't silently overwrite an existing DLL with another version.)
[edit] GnuCash 2.0.x Troubleshooting
[edit] Q: How do I change the register colors?
[edit] Q: Why did Finance::Quote stop working?
- A: You need to install the Crypt::SSLeay perl module. This is a requirement inherited from the latest version of F::Q, version 1.12.
[edit] Q: I use KDE and tried the gnucash Gnome2 port, but my fonts look ugly
- A: The GNOME-2 port uses your GNOME font settings. You probably just need to change (or create) your gconf settings for GNOME-2. This can be done from KDE by running gnome-control-center from a konsole command line (or by using the Alt-F2 run command dialog).
[edit] Q: Running 2.0.x on Debian/Ubuntu crashes with "no code for module (g-wrap gw standard)". What does this mean?
- A: GnuCash uses g-wrap to interface between C and Guile. Debian/Ubuntu have packaged g-wrap in such a way that the runtime files are separated from the development files, and don't have an explicit dependency on the runtime files. If you get this error, it means you do not have the g-wrap runtime package installed. You should install the package named guile-g-wrap and then gnucash should run. See http://bugzilla.gnome.org/show_bug.cgi?id=330560
The exact error message when the startup crashes is this:
<unnamed port>: In procedure scm-error in expression (scm-error (quote misc-error) #f ...): <unnamed port>: no code for module (g-wrap gw standard)
[edit] Q: What does it mean when GnuCash (built with g-wrap-1.9.7) crashes with an error about a wrong type of argument in hook-run-danglers-real?
- A: There is a bug in g-wrap-1.9.7 that causes this. You need to remove g-wrap 1.9.7, install g-wrap 1.9.6, and then rebuild GnuCash. Then this error will go away.
The exact error message at the end of the stack trace when the startup crashes is this:
In /usr/share/gnucash/scm/hooks.scm: 22: 3 [gnc:hook-run-danglers-real "hook_report" #f] .../hooks.scm:22:3: In procedure gnc:hook-run-danglers-real in expression (gnc:hook-run-danglers-real hook args): .../hooks.scm:22:3: Wrong type argument in position 2: #f
[edit] Q: What happened to my Profit and Loss report when I upgraded to 2.0?
- A: The "Profit and Loss" (or P&L) report was renamed to the "Income Statement". So just run an Income Statement report and you'll get the report that you want.
[edit] Q: I downgraded from GnuCash 2.2 to 2.0; what's up with this ROOT account?
A: The Root account is an internal change in the 2.2 code, introduced by the removal of the AccountGroup data structure. (Accounts are now their own grouping construct, but we still need a top-level "Root" account to take the place of the old top-level AccountGroup.)
If you're planning on sticking with your 2.0 install for a while, then you can re-parent each child of the "Root" Account to be a top-level account, then remove the Root account. If you're planning on using the same datafile between a 2.0.{<5} and 2.2 installation, every time you open the datafile with 2.2, the Root account will be re-inserted.
[edit] RPM-based GnuCash versions
[edit] Q: Are there no (more recent) precompiled rpms for my distro?
- A: Not here, but you can use the search at http://rpm.pbone.net/ with a search string like "gnucash-2.2".
[edit] All GnuCash versions
[edit] Q: Why does Gnucash start incredibly slowly on a FreeBSD system?
- A: Your copy of gnucash wasn't compiled correctly for FreeBSD. When you compile gnucash on FreeBSD you need to set "libltdl_cv_sys_dlopen_deplibs=yes" in the environment before running the ./configure command.
[edit] Q: Why does Gnucash run incredibly slowly on a unix system using X?
- A: Please verify that the RENDER option is not disabled in your X configuration. Sometimes this is done for debugging purposes, like so:
Section "Extensions"
Option "RENDER" "off"
EndSection
[edit] Q: How do I fix a system error when getting stock quotes?
- A: Try the steps below. After each step, run gnucash and see if that solution resolved the problem of retrieving stock quotes.
- Make sure you're running Finance::Quote 1.11 version or later. Earlier versions can no longer retrieve currency quotes.
- Run the command gnc-fq-check from the command line. The output should look like ("1.11" "tsp" "vwd" .....). If it doesn't follow the directions to install any missing libraries.
- Run the command echo '(yahoo "CSCO")' | gnc-fq-helper from the command line. You should get something that looks like (("CSCO" (symbol . "CSCO") ..... (currency . "USD"))). If you get an error message about a missing file instead, that's your problem. This is a dependency that gnucash doesn't know about and so doesn't check for it. You will need to satisfy the missing dependency.
- Run gnucash from the command line with the -debug argument, attempt a quote retrieval, and then contact the developers either via email or on IRC.
[edit] Q: I'm running Debian/unstable, just upgraded, and GnuCash no longer works. How can I fix that?
- A: Contact Debian. Read the gnucash-user archives because someone else probably already reported the problem.
- Examples:
- If you get an error about gncownercreate, see https://lists.gnucash.org/pipermail/gnucash-user/2004-March/009864.html
- If you get an error about format not being found, see https://lists.gnucash.org/pipermail/gnucash-user/2004-March/009676.html
- If you get an error about "Unbound variable: gnc:menuname-ncreports", it should be fixed in version 1.8.12-5. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348502
[edit] Q: Why do you have to depend on GNOME? It's so bloated!
A: GnuCash uses specific GNOME libraries for the following features:
- printing (gnomeprint)
- configuration storage (gconf)
- graphing (goffice)
- UI support (libgnomeui)
- HTML rendering (gtkhtml)
- Help (yelp)
We do this because we'd rather focus our energy on building an accounting system than a printing library, graphing library, html-rendering library, ... it's just the reasonable way to build software, and has been for years.
There's no requirement that you use the full-blown GNOME desktop environment, or run metacity as your window manager, or that you launch gnucash only from the GNOME panel, or anything like that. We just need the libraries. Many users run GnuCash just fine from their KDE, XFCE or even TWM desktops.
As for complaints about how "bloated" GNOME (and KDE and ...) are, it's hard to believe a system in which every app re-implemented their own support for common tasks (such as printing, help-browsing, &c.) would ultimately be less bloated.
[edit] Q: I'm having trouble getting GnuCash running on Slackware
[edit] Q: How to install on Mac OSX?
- Also visit the MacOSXInstallation page that the developers seem to update somewhat regularly.
- A:I installed Gnucash without problems on a new machine with OSX 10.3.4.
- X11 is installed from Panther discs.
- I installed fink from the binary distribution Fink-0.7.0-Installer.dmg
- I installed finkcommander from the above distribution
- I upgraded finkcommander per instructions
- I ran Source->Selfupdate-rsync (not sure whether this was strictly necessary)
- I selected gnucash and ran Binary->Install
- Started X11
- Applications->Customise->Add Item Name=gnucash Command=/sw/bin/gnucash
- Start guncash either from pulldown or by typing guncash in xterm. In xterm error messages are displayed whereas they seem to be suppressed using the Application menu.
- If in not in US Edit->Preferences->International select and apply your money and your dates scheme.
- Enjoy
- A2: Here's another method:
- Make sure X11 (XDarwin), X11SDK, Fink, and !FinkCommander are installed and working.
- Check the 'Use unstable packages' box in the !FinkCommander Preferences. That will display gnucash in the table.
- Select gnucash from the table and click the 'Install package(s) from source' button. Fink will check for dependencies and provide a list of programs & libraries that need to be installed.
- If you have more than 3 or 4 that need to be installed, write the list down and install each individually or in small groups. Fink gets confused with large lists of dependencies. Some items may take a while to download and/or install. If download or personal time is limited, you can stop in the middle and come back at a later time. Once the programs & libraries are installed, you don't have to re-install them later.
- After installing all the dependencies, select gnucash again and click the 'Install package(s) from source' button. This may also take a while to download and/or install.
- Open X11 and in an X11 terminal, start gnucash by typing gnucash<enter>. If gnucash does not start, copy any errors that are printed to the screen and either correct the problem(s) or submit them to the !GnuCash User list at [1] and someone will try to help you.
- After starting gnucash from the command line a few times and making sure there are no errors, install the !GnuCash Launcher applet from [ here | http://homepage.mac.com/elliottmce/gnucash_guide/Page005.html]. It's an easy way to start the gnucash application after you have it working from the command line. Just remember that if you are having problems starting the program to try launching from the command line to see any errors that are being generated.
- Workaround for "dlcompat" error on launch:
- The following note on the fink mailing list from Martin Costabel solved my problem at launch (same as Jamie's): {reproduced without permission...}
From: Martin Costabel <costabel@wa...>
Re: gnucash (binary) problems on Fink 0.7.1
2004-09-24 16:44
Jamie Caplan wrote:
> loading library: /sw/lib/libbonobox.2.dylib
> loading library: /sw/lib/libbonobo.2.dylib
> ERROR: In procedure dynamic-link:
> ERROR: file: "libgw-gnc", message: "dlcompat: invalid handle"
The next one to load would have been libgtkhtml.20.dylib. Do you have
the package gtkhtml-shlibs installed? {Re}install it.
- A3: See also: http://homepage.mac.com/elliottmce/gnucash_guide/
- A4: See http://captnswing.net/2006/07/10/gnucash20_on_intel_macs.html if you have an Intel Mac
[edit] Q: GnuCash crashes on startup trying to run an SX. How do I fix this?
- A: We're still trying to track down all the various SX problems. First, you should make sure you're running the most recent release. Second, if you're running the most recent release and still having problems you should file a bug report with all the output on your terminal (you ARE running gnucash from a terminal, RIGHT???). Third, you should backup your data file because the developers may want to see portions of it to help track down this problem. Finally, run:
gnucash --nofile
- then turn off the AutoRun option from Edit -> Preferences -> Scheduled Transactions . Then exit and restart GnuCash and it should open your data file just fine.
[edit] Q: GnuCash crashes when I run a Custom Report saying something about a Stack Overflow. What does this mean?
- A: There is a problem with the Save Report feature when you save the report settings for a report with the same name as a default report. This problem manifests itself as a recursive execution and causes the program to crash. To keep yourself from hitting this bug, make sure you always change the name of a report before you try to "Save Report". To change the report name click the "Options" button in the toolbar. Note that the "Save Report" button really means "Save Report Options" or "Make Into Custom Report".
If you get into this situation the easiest way to get back a working system is to delete your saved reports:
- Exit gnucash
- Delete the file ~/.gnucash/saved-reports-1.8* (or ~/.gnucash/saved-reports-2.* if you run a SVN version)
- Restart gnucash
If you do not want to lose all your saved reports, you can edit the saved-reports-* file and remove the corrupt report entry. Locate the problem report definition, and delete the entire section, which begins with a line of semicolons (";") and continues until the next occurrence of a line of semicolons. If GnuCash will not load your file after deleting a report (i.e., it begins to load but crashes while setting up the screen), you will have to edit the file in ~/.gnucash/books/{yourfile} so that GnuCash doesn't attempt to open the missing report. This file has entries for each tab to open on startup. Each tab is headed with "[Page x]"; removing an entry prevents it from loading on startup.
This is a known bug. For more information see http://bugzilla.gnome.org/show_bug.cgi?id=168250
[edit] Q: I'm trying to read the tutorial/help but it says that it's unable to find the url. What's up with that?
- A1: You don't have the gnucash-docs package installed. Install that to the same prefix where you installed gnucash and the docs/tutorial will show up properly.
- A2: You ran in an "really stable" [open]SuSE bug.
[edit] GnuCash Files and managing a GnuCash installation
[edit] Q: What's the gnucash file extension?
GnuCash does not enforce any particular file naming convention or extension. However, the following extensions are described in the "shared-mime-info" package used by almost every distro and desktop environment to associate applications with files. Naming your datafile with one of these extensions will allow the gnucash to be opened when a file is seen and activated in a file browser.
- .xac (short for "X-Accountant", the predecessor of GnuCash)
- .gnc (the "internal" three-letter-abbreviation of GnuCash)
- .gnucash (recommended)
[edit] Q: Where is my .XML data file?
- A: It's the file you are using - the one that you named when you created the new file to hold your accounts. Note that it might be gzip-compressed although it doesn't have an extra ".gz" extension.
- The data file is called whatever name you specified at your first "Save as..." operation. GnuCash doesn't force any particular file name extension, so depending on your own choice the XML data file might end with ".gn2", ".xac", ".xml", ".whatever", or even no extension at all.
- If you forgot the name of the actual data file (although it should be displayed in the window title of your GnuCash window), you can do the following: In GnuCash, press "Save", then "File -> Quit". The actual data file will be that one in the data file directory which was last changed.
[edit] Q: Why can't GnuCash find my data file anymore? It just says: parser error : Start tag expected, '<' not found
- A: We're very sorry, but you just shot yourself in the foot. GnuCash uses $HOME/.gnucash to store metadata files. In particular, $HOME/.gnucash/books stores metadata about your data files. In versions 1.8 and earlier the metadata file was named as the encoded name of the full path to your datafile, but as of 2.0 this was changed and the metadata file is just named the same as the data file. So if you saved your data file into $HOME/.gnucash/books and updated your versions, GnuCash just overwrote your data file with the metadata file. You'll need to copy a backup file and move it somewhere outside of $HOME/.gnucash and tell GnuCash to look there by using the File -> Open feature to load the new datafile.
[edit] Q: What are all these .xac and .log files filling up my directory?
- A: These are backup data files (".xac") and log files (".log") that GnuCash creates to prevent data loss. Gnucash will remove them after a configurable amount of time (Preferences/General/"Days to retain log files"). In the normal case when your data file is ok and you don't need old versions of the file, you can remove these files safely.
- You should notice that the backup and log files have a format of <name>.YYYYMMDDHHMMSS.xac (or .log). These are backup (and log) files from your data file, <name>.
[edit] Q: Is it possible to provide security for GC data using CFS, etc.?
[edit] Q: "Can you please add a password feature?"
- A: The core developers – which includes those with long-term experience with well-known names/brands in computer security – believe that each app should do one thing well, and leave other concerns to other apps. Especially "tricky", critical concerns like data security. In this case, GnuCash would do a poor job of being a good security application. You're encouraged to use an encrypted file system to store your critical data files — GnuCash and others.
Encrypted filesystem options:
- Loop-AES. See Example 7.3 in particular for setting up an encrypted specifically-mountable loopback partition.
- EncFS
- See gnucash-devel thread. Note that the link in the post does not work, but this one does: crypto.com.
- CFS is fairly old code, and has some flakiness, but does work with modern systems (e.g., see pkgsrc/security/cfs in NetBSD's pkgsrc).
- NetBSD's cgd(4), which is a cryptographic layer for an entire block device
- FreeBSD's geom-based encryption
- TCFS
- TrueCrypt, multi-platform open source encrypted block device
Other Solutions:
Note that if you use the online banking features within GnuCash, you should be aware that your account numbers and user IDs are stored in plain text in ~/.banking/settings.conf. You should encrypt this file in addition to your gnucash data file.
[edit] Q: I'm running gnucash under Linux. Can I give another user access to my gnucash files?
- A: Yes, as long as both of you do not access them at the same time. You do it the same way you'd share files of any type under Linux: put them in a folder that both of you have access to, and change the permissions so that you both can read from and write to the files. You really don't want more than one person to have them open for editing at the same time, however, as whoever saves last will overwrite the changes of whoever saves first.
[edit] Q: How do I backup my GC environment, including preferences?
- A: Make sure you save not only all your .xac, .log files and the actual ledger file, but also $HOME/.gnucash, $HOME/.gnome/GnuCash, and $HOME/.gnome/accels/GnuCash.
[edit] Q: I use the same account on multiple computers (through a repository), how do I also transfer the reports I currently have open?
- A: Copy all of $HOME/.gnucash and $HOME/.gnome/GnuCash. Alternatively, from 1.8.10 onwards you can "save a report", which will be saved in $HOME/.gnucash/saved-reports-2.0 . If you copy that file to your other computer, you will have the same reports available.
[edit] Q: I moved/renamed my data file and my reports disappeared. How do I get them back?
- A: Reports are stored in a separate file in the ~/.gnucash/books directory. File name is a url-encoded path name for the main data file. To get your reports back, copy old report file over the new reports file, then open ~/.gnome/GnuCash in your favorite editor and copy section corresponding to the old file to the section of the new file
[edit] Q: Somehow I managed to close the account view tab. How can I get it back?
- A: A new account view tab can be opened with File -> New -> New Accounts Page.
[edit] Q: Is there a database backend?
[edit] Q: Is the Postgres DB / SQL backend supported?
- A: A postgres/SQL backend was introduced in the 1.6 code line, but it never supported any features introduced since the 1.6 release, especially the Business features and Scheduled Transactions. Even so, modulo those features, the postgres backend should still basically function, even in the 2.2 release. However, since the 2.0 release, some user-interface elements relating to using the postgres backend are no longer available; use a
postgres://url from the command-line to access it.
- The postgres backend has been considered obsolete by the core developers since the 2.0 release. Since 2006, there is a development branch to create a GDA-based backend to replace the postgres-specific backend. While in mid-2007, progress on this branch had been slow, in early 2008, progress on this branch has picked up some momentum. The most up to date status can be found by consulting the archives of the gnucash-devel mailing list; your help is welcome!
- See also: Bug 90375.
[edit] Q: Can I use GnuCash with multiple users? Maybe via the SQL backend?
- A: Especially since the SQL backend doesn't support the business features, which is usually the driving desire for multi-user support, the only recommended multi-user setup right now is through a shared file. Note that this will enforce serialized, exclusive access to the data file and editing; there is no real support for simultaneous editing. File-locking is employed on this file, so it should be NFS-safe. SMB-safe locking is unknown.
[edit] Q: Can I exchange Gnucash file with any other version of GnuCash?
- A: Not quite.
- You can always upgrade from versions >= 1.8 to a higher version number (yet true for 2.2.3).
- You can read 2.0 in 1.8.x fine.
- Reading 2.2 in 2.0 will not work, if you have scheduled transactions.
[edit] Q: How can I count the accounts or transactions in my GnuCash file?
- A: zcat $DATAFILE |grep -c "act:name"
- for the accounts.
- Substitute 'grep -c "trn:desc"' to get the number of transactions. [2] You should also replace $DATAFILE |with the right name.
[edit] Questions about Using GnuCash
[edit] Q: Is there a way to merge two accounts into one?
That is, is there a way to move all transactions from one account into another? That would save a lot of time compared to moving each transaction!
- A: Kind of. If you want all the transactions in one account to move/merge into another account, you can reparent the to-be-deleted account under to to-be-moved-into account, and then delete the to-be-deleted-account. GnuCash will ask you if you want to move the transactions, and you should answer "yes".
- 2nd A: Probably no, you must manually change each transaction. However, there are some tricks that can make this process go a little faster. Open one of the account registers and select either View→Style→Auto-Split Ledger (or View→Style→Transaction Journal). This will automatically expand all of the splits for the selected transaction. In the simplest case, each transaction will have two splits, one of them to the current account. You want to change the split assigned to the current account to be assigned to the other account instead. Double click on the account name in the split, which should select all of the text. Now instead of using the drop-down list to select the new account, simply type the new account name, using the built-in auto-completion. For example, to move a split to Expenses:Auto:Repair, you might type
ex:au:r. When you then hit <enter>, the changes will be saved, and that transaction will disappear since it is no longer tied to the currently open account.
(With the XML file backend, it is possible to merge accounts by directly editing the data file in a text editor, but this is risky and not recommended)
[edit] Q: How can I reorder accounts in the account tree?
A: Parent/Child Ordering
When editing the Child account (via "Edit Account"), you can select the parent Account. Thus, you can move Accounts up and down the tree, within the bounds of the account-type constraints. Yes, it would be nicer if one could simply drag and drop in the Account Tree.
A: Sibling Ordering
The Account Code field can contain any value you wish, which can be used in the Account Tree to sort the column and thus the rows. Unfortunately, this is a pretty heavy-handed sort that applies to the whole view, not just a sub-tree.
[edit] Q: How do I order transactions in a register so deposits are before withdrawls?
A: The "standard order" for sorting in a register is based on the entry date of the transaction, followed by the "num" field. While the granularity on the "date entered" field is down to the second internally, one can only edit the year-month-day from the register UI. As such, there are two primary ways to force the sorting of deposits before withdrawls:
- Misuse the "num" field to control ordering.
- Edit the datafile to adjust the hours:minutes:seconds of the <trn:date-entered> tag of the relevant <gnc:transaction> (of the deposit) to be before the withdrawl.
[edit] Q: The View menu has an option to not show voided transactions. How do I void a transaction?
[edit] Q: How do I set up and track budgets?
- A: There is budgeting support in GnuCash 2.0. Your testing and feedback is encouraged! See the budgets chapter in the concepts guide or Budgets elsewhere on this wiki for more info.
[edit] Q: Is there book-closing support, yet?
- A: Since 2.2.4, there is a menu item for {Tools > Close Book}. Feedback welcome.
For other versions, a not-unreasonable work around is to copy your data file, and edit it to add zeroing transactions to each income/expense account. Also note that the reports should be able to provide accurate data even without zeroing transactions, so your P&L and Balance Sheet reports will still work. However your account balances won't show year-to-date.
Other methods:
- One File Per Year At the end of each year you can start a new GnuCash file for the next year. The easiest way to do this and start with all your old account names is to use File->Export->Accounts. Give it the name you intend to use for the new year. Then do File->Open and select the name you just saved. You will need to transfer over your starting balances, but at least the account names are there.
- New Account Branch for Year-End Totals Another method is to transfer your year-end Expense and Income totals to Equity. It is recommended to completely close out the previous year and archive a copy of your GnuCash data file before doing this.
Choose File->New Account and create an equity account for "2005 Year End". For each expense and income account, create a transaction on the last day of the year to shift the balance out of the expense account into the 2005 Year End account. The account report for the "2005 Year End" account makes a good summary of the information.
Some people prefer to make separate accounts for
Equity->Year End-> 2005 Expenses
Equity->Year End-> 2005 Income
so that the chart of accounts itself gives a nice summary year over year.
This method had the advantage that when entering new transactions, the auto-complete features will still work. It has the disadvantage that running reports that cross the year boundary will be skewed. Some people move any real transactions that occurred on December 31st to December 30th, so that reports can be run from January 1st through December 30th for the year.
[edit] Q: How do I use variables and formula in scheduled transactions?
- A: In lieu of formal documentation, see the following:
- http://lists.gnucash.org/pipermail/gnucash-user/2005-January/012479.html
- http://lists.gnucash.org/pipermail/gnucash-user/2005-February/012964.html
- http://lists.gnucash.org/pipermail/gnucash-user/2005-May/013746.html
- http://lists.gnucash.org/pipermail/gnucash-user/2006-March/016060.html
[edit] Q: With a security that issues ReturnOfCapital in Canada, how do I include a return of capital in GnuCash?
Further information of the question: I invest in a security which issues ReturnOfCapital, which in Canada results in a decrease in the cost base of the investement for capital gains purposes.
- A: Australia has similar stocks which can be handled as follows.
Remember that a debit (DR) for asset/liability accounts means an increase.
Initial purchase of security (say $1000 of Dodgy Brothers Ltd)
Cash at bank (asset) 1000.00 CR Dodgy Brothers Ltd (asset) 1000.00 DR
Dodgy Brothers Ltd pays $50 dividend and $50 capital return
Cash at bank (asset) 100.00 DR Dodgy Brothers Ltd (asset) 50.00 CR Dividends (income) 50.00 CR
This reduces the cost of Dodgy Brothers Ltd to $950.
[edit] Q: I exercised ISOs for a nonpublic company, valuable only on paper. How is this represented in GnuCash?
- A: Exercised ISOs (Incentive Stock Options) are stock.
- create a "Stock" account
- next to commodity, hit "Select..."
- in the "Select currency/security" window, click "New"
- Full name: (company name), Symbol: (doesn't matter), Type: (enter "Private"), click "OK"
- once the company goes public, sell!!!
[edit] Q: The fiscal year is July 1-June 30, how can I change that?
- A: There is no way to change this in the 1.8 release. http://article.gmane.org/gmane.comp.gnome.apps.gnucash.user/12944/match=july
- The adventurous might want to look at the function gnc:get-start-cur-fin-year [and it's cousins] in gnucash/src/app-util/date-utilities.scm which encode the magic value '6' [=July in a 0-based month indexing].
[edit] Q: How can I look at income/expenses/etc. on a monthly basis?
- A: Run the "Income/Expense barchart" report.
[edit] Q: How do I resize my register columns? Why can I not shrink the description column?
- A: To resize columns you grab the border between the column headers with the mouse, click on it, and stretch the column to the size you want. HOWEVER... The Description Column is special. It's designed to always auto-fill to fit the window size. This means that you cannot just reduce the size of the description column because as soon as you let go it will then resize itself to fill the screen. If you want to reduce the size of the description column then you should first resize the OTHER columns that you want bigger until the scrollbar appears on the bottom of the window. Then (and ONLY then) will you be able to reduce the description column back to the "full size" of the window.
[edit] Q: I corrected a mistake and now my reconciliation balance is off. How do I fix that and reconcile my account?
- A: GnuCash computes the reconciliation balance on the fly from reconciled transactions. If you mistakenly (or unmistakenly!) unreconcile a transaction it will throw off the starting balance in the reconciliation process. This is completely normal and expected behavior. To correct this, just ignore the starting balance completely! All you need to do is enter in the correct ending balance and re-reconcile the transaction.
- Reconciliation is purely about the ENDING balance at a point in time. When you reconcile you're saying that at some Date (the reconciliation date) the account has some ending balance X, and you're marking all the transactions that get you to that ending balance from the beginning of time. The starting balance is there to guide you, but has no relevant meaning in the reconciliation process. Actually, thats not 100% true -- the starting balance gives you the total of the already-reconciled transactions from the beginning of time that are already included in the computation. But that's okay, you can still generally ignore it. If you unreconcile a $1 transaction then your starting balance will be off by $1, however all you need to do is re-reconcile that $1 transaction the next time to bring it back into balance.
[edit] Importing/Exporting Data
[edit] Q: Can I import my (USA) Discover credit-card info?
- A: See Setting up OFXDirectConnect in GnuCash 2. From OFX Direct Connect Bank Settings, the settings you want to use are https://ofx.discovercard.com/ for the Server URL and 7101 for the FID.
[edit] Q: How can I export data?
- A: There's an XSLT at http://xslfactory.free.fr/ which can transform a gnucash XML file to a big gnumeric spreadsheet. The Workbook will contain several sheets; One with all the accounts, a diary with all the transactions, and on sheet by account with all the transactions. Prior to running the transform, you'll need to edit the gnucash XML file (preferably a copy of it) to include xmlns data. (Note however that as at 24th Apr '04 it doesn't include support for business objects, eg: invoices.)
- There is also http://gnucashtoqif.sourceforge.net/ which is a Java program that can transform a gnucash XML file to a QIF file.
- One way to easily export GnuCash data to Excel is to find a report (such as the General Ledger) that you can adjust to a satisfactory output, and export the report to an HTML file. Then open the HTML file from Microsoft Excel. (Using File>Open from within Excel, selecting "html" as the file type.) The Excel program will load the report into a spreadsheet, allowing filtering and other spreadsheet functions.
- As of the 2.0 release series, the GnuCash data file may be compressed. Just gunzip the data file to see the raw XML. Alternatively you can change the saving state of the GnuCash data file by going to the General tabbed page in GnuCash Preferences dialog box (Edit->Preferences->General) and toggle the compression feature.
- Some scripts have been created to move gnucash data into a mysql database.
[edit] Q: I would like to add transactions from the command line with "gnucash --evaluate something". How do I do this?
- A:
gnucash --helpwill show any available commands for executing scheme, but you will likely have to write a good chunk of code to be invoked this way to import the data.
- Probably a saner course of action is to convert the external transactions into a shared format such as QIF or OFX and import them using the existing application functionality.
[edit] Q: How do I convert from CSV, TSV, XLS (Excel), or SXC (!OpenOffice.org Calc) to a QIF?
- A: If the CSV file has values for the date, description, amount and account of a transaction, then it's possible a simple `awk` script might work to convert the CSV file into QIF. Let's say the CSV file "statement.csv" has the columns ( date,description,amount), as in:
2006-09-27,ONLINE BILL PAYMENT: Bank of Example 123938568,250.00
- As such, the following shell script using awk will emit a suitable QIF:
$ ( echo '!Type:Bank'; cat statement.csv | awk -F, '{ print "D" $1; print "P" $2; print "T" $3; print "^"; }' ) > statement.qif
- See The Wikipedia article on the QIF format for more details about the QIF format.
- Another way is to use the macros that exist for Excel and OpenOffice.org. These macros will convert a spreadsheet file into a QIF file. XL2QIF is a script to convert an Excel spreadsheet to a QIF file. CALC2QIF is a script to convert an !OpenOffice.org spreadsheet to a QIF file. These macros may be obtained at http://xl2qif.chez-alice.fr/calc2qif_en.php.
- Jeroen van der Vegt has changed the csv2qif by Baruch Even for the (Dutch) Rabobank asc files. It can be dowloaded at http://gnucash.camfree.nl/rabocsv2qif (Python)
- --Zachary 21:12, 22 November 2006 (EST) I've written some C++ code to convert TD Ameritrade csv files to qif. That in turn is based on earlier work from John McKown.
- Tomas Edwardsson has created a few scripts for converting data from Icelandic banks into QIF. They can be downloaded from http://tommi.org/gnucash/ (Perl)
[edit] Q: My bank doesn't offer OCX or QIF but only CSV or similar. How can I import my statement data?
- A: QIF is a flat text file of a specific format, only a few steps removed from CSV (comma separated values). There are scripts that can do the transfer. Take a look at how another GnuCash user has solved your problem: http://baruch.ev-en.org/proj/gnucash.html "I very quickly found that I'm way too lazy to hand enter the bank statements into GnuCash" From the same site:
- It is possible to have a Perl script that was written to download the data from the Bank internet site, modified to adapt it for my needs, which is simply to export the data in CSV format. I then wrote a Python script to convert the CSV data to QIF format. The QIF files are easily imported into GnuCash with relatively very few keystrokes."
[edit] Q: My bank offers OFX Direct Connect. How do I use that?
- A: GnuCash uses libofx/aqbanking for OFX/QFX support, so you should look there for Direct Connect support: http://aquamaniac.de/aqbanking/ . Also, there is a python script available that can do this for you at [ http://www.jongsma.org/gc/ ].
- A: Information on setting up AqBanking for OFX Direct Connect in Gnucash 2 is now available at Setting up OFXDirectConnect in GnuCash 2. --Dbreiser 00:45, 22 September 2006 (EDT)
[edit] Q: Which is the best way to import data from Quicken(TM)?
- A: Start by making an account tree in Gnucash. There is a druid to help you, but keep at this stage to very similar names as you have used for categories and accounts in Quicken. Next export your Quicken data to a QIF format. Save this file. From the Gnucash menu select File > Import > Import QIF. Open your QIF file and follow the prompts. Match each category very carefully to your Account tree. Clicking on a highlighted line will allow you to choose from your new account tree. Match as much as you can. Then complete the import process. Look at the results and be prepared to alter the account structure and start again if you have too many "Unspecified" entries.
- An alternative approach to creating the account tree in Gnucash first is to include your categories and accounts in Quicken's QIF export. This option is available in many versions of Quicken. If you have this data in the QIF file, Gnucash will create your accounts automatically. After the import is completed, you can edit individual Gnucash accounts and reassign them as needed.
- Note that you cannot import a QDF file into GnuCash, and there are no plans to add "QDF" support anytime soon.
[edit] Q: How do I import my data from Quickbooks(TM)?
- A: At this time there is no way to import from Quickbooks, and there are no plans to add that functionality. The Quickbooks QBW data format is a proprietary, non-documented file format. So until someone documents the file format or donates a QBW file parser your best bet for importing your QB data into GnuCash would be to output your data in a CSV format and either import the CSV data directly or convert the CSV to QIF and use the QIF importer.
[edit] Q: How do I import my data from Microsoft Money?
- A: To transfer data use the Export Function of Mirosoft Money. Use the Loose QIF (longer names) format if avaialable. GnuCash will create your accounts automatically from the information in the QIF files. When exporting Microsoft Money records each transation twice, once in each account's QIF. Thus for the conversion to be successful all accounts must be loaded and the Account names must match to enable GnuCash to remove the duplicates. It may be more convenient to enter Stock Codes in the Securities editor prior to importing.
[edit] Adjustments for Accounts
- Investment accounts do not record the account names in the QIF files so if an error is made in entering the account name the transaction will be duplicated. The account names can be included in the file by placing the following text at the beginning of each file:
!Account NName of Account Here TInvst ^
- Asset accounts should start with a zero balance to import successfully otherwise the asset has no balancing transaction (it has to come from somewhere!).
[edit] Adjustments for Transcations
- Check for any transactions with one side in the unspecified account. These are transactions with no category specified. You should enter a category in Microsoft Money for these and transfer the data again.
- A transcation with two splits one of which is a transfer adding to zero in a single account may not transfer properly. Replace the two splits with a single transaction to the target of the transfer.
[edit] Final Checks
- After conversion examine the account balances and compare with the final account balance reports from Microsoft Money. Any liabilty accounts will probably have the wrong type and a negative balance in GnuCash. Edit the Account and correct the type.
- Also check the category spending over all time from Microsoft Money with the Accounts in GnuCash.
- Once the accounts are consistent with Microsoft Money you can edit individual Gnucash accounts and reassign them as needed.
- Stock Prices, Budgets and Scheduled Bills and Deposits will need to be copied manually.
[edit] Q: Where is the Gnucash Register?
- A: Go to File -> New -> New Accounts Page. You'll see a list of accounts. Click on any account and you'll bring up its register.
- If it looks blank then click anywhere in the register and the transactions will magically appear. Hopefully someone will fix this bug soon, but for now its just an annoyance.
- If you were a Quicken user, you probably don't want to see income and expense accounts in the list, at least initially, so go to View -> Filter By... and uncheck Income and Expense.
[edit] Using Business Features
[edit] Q: How do you make the organization name and information appear at the top of reports? on screen, and when you print?
- A: You can edit the Style Sheet (Edit -> Style Sheets) and set your company information there. That's probably the best way of doing it. You may want to create a new Style Sheet if you don't like the existing ones. The template stylesheet (stylesheet-fancy.scm) can be found in your_gnucash_directory/share/gnucash/guile-modules/gnucash/report/ . To meet Australian requirements, include your ABN as a separate line in the business address.
- The template stylesheet (stylesheet-fancy.scm) also allows you to set how large your company logo appears at the top of reports. To set this search in the style sheet for the line ' "<img src=\"" headpixmap "\">" '. Change this to ' "<img src=\"" headpixmap "\" width=\" 300\">" ' - with 300 being the width of the logo - change this figure of 300 until the logo looks good when printed. Setting the logo size here allows you to avoid the print quality problems that will come with reducing the logo size by changing your logo dimensions in pixels i.e. resizing the image in an editing program. 300 pixels per inch is the guide for a good quality print - so a 300 by 300 pixel logo image should be printed at about 1 inch square - if your logo looks pixelated when printed see if using a version with more pixels works better.
[edit] Q: How do you make the organization name appear on my Invoices?
- A: You can go to File -> Properties and set your business' name and address on the Business page. The Invoice printer uses the data from this entry to fill in your business information.
[edit] Q: Can I print Invoices through LaTeX from GnuCash?
- A: No, not directly. However, other users have created separate tools that can do this for you: http://stefans.datenbruch.de/gnucash/gc2latex.shtml and http://www.smoerz.org/gcinvoice. The latter can create invoices from arbitrary user provided templates.
[edit] Q: How can I delete an Invoice, Customer, Vendor, or Employee?
- A: Quick answer: you can't. Longer answer: you can mark the item as "inactive" (just uncheck the "active" button) and it will no longer show up in standard searches. There are no plans to ever allow you to delete these objects. If you really care you can just re-use them later.
- A: Quick answer: you can. Longer answer: 1 - delete Invoice entries (GncEntry clause), 2 - delete Invoice of these deleted entries (GncInvoice clause), 3 - Customer of these deleted Invoices (gncCustomer), 4 - correct counters (count-data) for those deleted positions. Try to learn database file structure. It takes one hour for me.
- A: Longer Answer. You can delete them, but it is going to involve editing the XML file yourself. Take a deep breath, it's going to be okay. I'd also just like to note that while this seemed to work fine on my machine, I can't promise you 100% that this will work. Please, please, please backup before you do this. Alright, now that all that is out of the way, lets do it.
- I am going to suggest that you clean out all the Invoices you want to delete before you do this. So go into the invoice and delete all the entries that exist in it. That will make removing data much easier.
- First we're going to need to ungzip your gnucash file (make sure you're working in a separate directory from the directry that you ususally save your data file and that you've copied the latest version of the data file to this directory). Rename the data file to something that ends in '.gz'. So if your data file is named accounts rename it to accounts.gz.
- Then run gzip -d accounts.gz. This will create an unzipped file with the name of accounts
- Open up accounts in your favorite text editor.
- The GnuCash xml format is pretty simple, but there is probably going to be a lot of data to wade through. You're going to have to start at the top of what you want to delete and work your way down.
- If you're deleting a Customer, then you start there, then move down to all its jobs and then down to all the invoices and finally to the entries (but you shouldn't have to do this if you cleared out the invoices first.
- If you're deleting a Job, you start with the Job, then work down to all the Invoices.
- If you're deleting an Employee, start with the Employee and then delete all the invoices.
- If you're deleting an Invoice, just delete the Invoice.
- I'm going to take the case of deleting an Employee for the example. The first thing to do is to find the GncEmployee line that corresponds to the employee you want to delete. Go ahead and search the document for the string GncEmployee. This should take you right to the first employee in the file. Scroll down until you find the user you want to delete. Don't just delete the user. Select all the text that represents that user, from the <gnc:GncEmployee version = "2.0.0"> to the final closing </gnc:GncEmployee> tag. Cut it and paste it into a temp file. Make sure you remove any extra line breaks (there shouldn't be any blank lines left). So you've just gotten rid of the employee.
- Now you need to go find all the invoices associated with that Employee. In the temp file, find the line that starts with <employee:guid type="guid". That value if the unique ID number that gnucash uses to identify that employee in the xml file. So now copy that value, return to the data file and do a search for that guid.
- Each time you seach, you should land inside a GnvInvoice block. Delete the entire block, again making sure that you aren't leaving any spaces.
- The last thing you need to do is clean up the counters in two places. You only can do this if you're deleting the LAST thing that you added. So if you have an employee and it is the last employee you added, you can fix the employee counter. If it is an Invoice and it is the last invoice you added, you can fix the invoice counter. DO NOT CHANGE THE COUNTERS IF WHAT YOU'RE DELETING ISN'T THE LAST THING ADDED.
- Go back to the top of document. Find the block that starts with <book:slots> Inside that there should be a section labeled <slot:key>counters</slot:ke