CheckBook Tracker
.highslide {
cursor: url(highslide/graphics/zoomin.cur), pointer;
outline: none;
}
.highslide img {
border: 2px solid gray;
}
.highslide:hover img {
border: 2px solid silver;
}
.highslide-image {
border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
display: none;
border-bottom: 1px solid white;
font-family: Verdana, Helvetica;
font-size: 12pt;
padding: 2px;
background-color: black;
text-align: center;
}
.highslide-loading {
display: block;
color: white;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 3px;
border-top: 1px solid white;
border-bottom: 1px solid white;
background-color: black;
/*
padding-left: 22px;
background-image: url(highslide/graphics/loader.gif);
background-repeat: no-repeat;
background-position: 3px 1px;
*/
}
a.highslide-credits,
a.highslide-credits i {
padding: 2px;
color: silver;
text-decoration: none;
font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
color: white;
background-color: gray;
}
.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}
Have you ever wished there were a more functional FREE (as in GPL) personal finance program available for Linux? I know I always said there were two things keeping me from dumping Windows entirely
#1 A good Pascal development environment
#2 A financial management package that does scheduled payments and balance forecasts
Since I solved #1, I can write #2 now!

Check out the Freshmeat page!
Features:
- Import / Export QIF files (I imported all my old Microsoft Money 2002 data)
- Balances account
- Import OFX file for automatic balancing (online banking!)
- Import from CBB for X-Windows
- Balance history graph
- Sort by date or transaction number
- Category spending piechart
- Supports split transactions
- Prints checks
- Generate XML reports
- Autocomplete
- Scheduled bill pay
- Balance forecasts
- Balance forecast graph
- Autofill entire transaction based on previous
- Has sound
- No required libraries (other than GTK+)
- It's SMALL! About 2 MB!
- It's fast! Informal tests shows 10 times faster than MS Money with same data!
- Compresses data - a years worth of data takes up about 31k (same data in MS Money takes 3.6 MB)
- It's usable - I'm using it myself now...
KNOWN ISSUES:
- Does not work in AMD64 installs
- Sometimes setting an auto-entered transaction will cause CBT to crash on opening.

