Keep Track of Your Money
The next application I tried was jGnash, a Java archive. jGnash requires JDK1.3 or higher, but luckily my test machine already was equipped with a working Java installation because my husband needed it for one of his projects. And the application comes with sources, so I thought, "Why not?" The program came with the simple explanation:
To execute: java -jar jgnash_0.2.jar
To extract source: jar xvf jgnash_0.2.jar
Not that difficult, is it? So I entered the execute command and a whole bunch of error messages about fonts not being found scrolled over the screen. I thought, "There goes my luck", but then finally got an image after a while. After the initial shock of running my first Java application, I was pleasantly surprised at the speed and response time. Of course it doesn't integrate as nicely with my desktop environment as a GNOME-based program, but on the other hand, jGnash is cross-platform (see Figure 5).
jGnash also supports hierarchical accounts, credit and debit accounts, sets up a Bank Account, and an Expense and Income Account by default. Transfers can be entered in a simple, clear way, and they can be split. They also can be imported from a QIF file. However, one of my problems, as a European, is that only Australian, Canadian and US dollars are available as currencies for my account.
There's a straightforward register (see Figure 6), and that's about it for the tour of jGnash. It runs fine, but I won't be using it.

Figure 6. jGnash Register
QHacc comes in a tarball with adequate documentation. Installation uses the well-known configure-make-make install method; I only had to set the QTDIR environment variable to my Qt installation, which resides in /usr/lib/qt-2.3.1, and the installation went fine.
To run the program, you either need to set the QHACC_HOME variable (e.g., to your home directory) or enter it as an argument on the command line (qhacc -f ~).
My first impression was one of sympathy because of the plain look and feel of this program. Also, the fact that the QHacc developers were obviously thinking ahead when they implemented the possibility for input of old transactions was encouraging, what with me knowing nothing other than text files until now.
QHacc supports single- and double-entry bookkeeping, and it gives detailed account information. It is independent of the user's local currency, which is, as far as I'm concerned, a good thing (see Figure 7).

Figure 7. QHacc Screenshot
The user interface is very simple, but well-designed where the graphics and reports are concerned. I am delighted with the way the graphics are presented; I've included a screenshot, not because I want you to see how hard I've worked entering two transactions, but because it's done so charmingly (see Figure 8). You can change the account, the dates and the image representing the data in real time, and it's in soothing pastel colors, in case your debits should depress you too much. QHacc makes pie charts, line charts or charts with bars in the same pretty colors.

Figure 8. QHacc's Charming Graphics
The reports are also very structured, clean and elegant, and they use the same real-time adaption scheme as the graphs. The author claims everything can be done without using the mouse, and although I too am more of a console creature than an X fan, I haven't tried it out. I've never been an MS Windows user either, so I probably wouldn't know the shortcuts anyway.
Figure 9 gives an overview of the comparison between the four selected programs. The more pluses, the better the score of the program in each particular area.
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- RSS Feeds
- Dynamic DNS—an Object Lesson in Problem Solving
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Using Salt Stack and Vagrant for Drupal Development
- New Products
- A Topic for Discussion - Open Source Feature-Richness?
- Drupal Is a Framework: Why Everyone Needs to Understand This
- Validate an E-Mail Address with PHP, the Right Way
- What's the tweeting protocol?
- Tech Tip: Really Simple HTTP Server with Python
- Kernel Problem
1 hour 46 min ago - BASH script to log IPs on public web server
6 hours 13 min ago - DynDNS
9 hours 49 min ago - Reply to comment | Linux Journal
10 hours 21 min ago - All the articles you talked
12 hours 45 min ago - All the articles you talked
12 hours 48 min ago - All the articles you talked
12 hours 49 min ago - myip
17 hours 14 min ago - Keeping track of IP address
19 hours 5 min ago - Roll your own dynamic dns
1 day 18 min ago
Enter to Win an Adafruit Pi Cobbler Breakout Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Pi Cobbler Breakout Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?





Comments
Re: Keep Track of Your Money
May I also note good old CBB (Check Book Balancer) which doesn't require either GNOME or KDE - it's a simple Tcl/Tk interface. All the basics but few frills. Not being an accountant and just needing to keep my checkbook straight that's enough :-)
It does import QIF if you need it.
Sometimes KISS is best!
Re: Keep Track of Your Money
Thanks for a nice review. I haven't tried any of these programs, yet, but am interested. Have you condired the KDE-oriented KMyMoney2, which is also open source. The home page is at:
http://kmymoney2.sourceforge.net/
Re: Keep Track of Your Money
For a more authoritative list of Linux financial resources I recommend
http://www.linuxlinks.com/Software/Financial/
http://www.linuxlinks.com/Java/Financial/
David
Re: Keep Track of Your Money
Try theKompany's Kapital (http://www.thekompany.com) - I'm using it for quite a while now and it looks very good, pretty stable, fast, and oh - it's now available to Sharp Zaurus..
And yes, it's a commercial one - but it costs about $30.. worth every cent..
Re: Keep Track of Your Money
From the article -
"Now I wasn't going to test this many applications, so I selected from those using my standard criteria for applications: that it run on my Linux box, be rather straightforward to install (because I'm no guru), be open source (dependencies also) and be under active development." (my emphasis)
Re: Keep Track of Your Money
I take it you've never heard of Moneydance? I've used it under OS/2, Windows, and now Linux.
It's a nice Java program, now available from Appgen.
-bob-
Re: Keep Track of Your Money
MoneyDance was a great program in its day, but no further development has been done on it. I believe the author left Appgen two or three years back.
MoneyDance is in fact Orphanware. I registered my copy long agao and was very satisfied with it. However, when Sean left, development stopped.
At one point we petition Appgen to give the rights back to Sean, with zero results. Appgen now sells a dead program which is not updated or maintained.
I assume people know by now,
I assume people know by now, but MoneyDance is back up and in the original developer's hands. check it out: www.moneydance.com
Re: Keep Track of Your Money
I take it you've not realised the article was about Open Source apps. Also, for those not on the moneydance mailing list, its pretty much now a dead horse, still sold, but they no longer have any developers, and support is fairly non-existant.
Quite alot of members on the moneydance list are talking about developing their own open source package, and also the jGnash develop has just spoken up on the list...
Moneydance is not open source
I take it you've never heard of Moneydance?
The author only considered open-source packages.