My Wife and I share a workstation which is a Ubuntu 8.04 development release box and while my wife prefers Windows, we are sharing till we get another computer. Anyway the way I have it configured, is to have one user account on the computer which is configured for...
Open Source Apps
Change LedgerSMB Latex (PDF / PS) Paper size from Letter to A4
Letter paper is 215.9 x 279.4 A4 paper is 210 x 297 So when you go to print you may have slight problems with page layout when printing A4 or exporting to PDF. The fix is as follows: In each Latex template find the line near the top that has the letterpaper keyword...
LedgerSMB Error! No GlobalDBH Configured or Could not Connect
Error! No GlobalDBH Configured or Could not Connect Just had this error attempting to install LedgerSMB. In my case this was caused by having postgres-8.3 installed and then installing postgres-8.2 the second installation moved the tcp port to a non-standard port...
SQL Ledger can’t view Open POS Invoice
On Line 2333 of SL/Form.pm add single quotes to $expires variable # remove expired locks $query = qq|DELETE FROM semaphore WHERE expires < '$expires'|; $dbh->do($query) || $self->dberror($query); Error: **DBD::Pg::db do failed: ERROR: operator does not exist:...
GNUCash Heading Banner Graphic Setup
I have been playing with the correct graphic resolutions to get my GNUCash Fancy Invoice header to print correctly. I think I have stumbled on the correct settings. This is for a PNG format Heading Banner file. Using gimp I did the following: Explanation: Using the...
SQL Ledger
Problem: Error! This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./1204165120_invoice_1.tex LaTeX2e <2005/12/01> Babel and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, loaded. !...
Adding Sydney Morning Herald RSS Channels to Firefox
I have found if you go to http://smh.com.au and try and do a search for "RSS Channels" the link doesn't appear in the first page of results ... so they don't advertise the RSS feed very well and I haven't found the ubiquitous RSS logo on the frontpage either. The...
Setup for Cross Compiling of wxWidget for Windows on Fedora 7
I haven't managed to get wxWidgets-2.8.5 to compile using MinGW and the w32 target under Fedora 7. The following was an attempt but sadly not a working one. Install MinGW Download the following from http://mirzam.it.vu.nl/mingw/packages/fc2/...
Ubuntu 7.10 – C compiler cannot create executables – putty compile
Fresh installation of Ubunut 7.10 from disk. No updates. download and compile putty-0.60.tar.gz command ./configure error: C compiler cannot create executables fix: apt-get install libgtk1.2-dev apt-get install gcc apt-get install build-essential ./configure make -f...
IE7 Embedded Squirrelmail Login JavaScript Error
I have embedded my Squirrelmail login into the front of my wordpress blog by putting into the header.php the following function The default squirrelmail code uses the format document.forms[0]. this causes the code to see the first form on the page which may not be...