Warning: This setup can be dangerous if you forget which environment you are in you can cause damage to your LIVE environment. Login to postgres as a superuser and use \l to list your databases me@lsmbbox:~$ psql -U ledgersmb -h localhost Password for user ledgersmb:...
ledgersmb
Enabling Stylesheet & Template Editing of LedgerSMB on Ubuntu 9.04
You have several places that templates exist in LedgerSMB /var/lib/ledgersmb/css/ for the LedgerSMB user interface templates and /usr/share/ledgersmb/templates/demo for the Latex / HTML report output templates. Run the following commands as root (or sudo command):...
Installing LedgerSMB 1.2.18-1 on Ubuntu 9.04
This post is a step by step guide to installing LedgerSMB 1.2.18-1 on Ubuntu 9.04. Download ledgersmb_1.2.18-1_all.deb # Install postgresql sudo apt-get install postgresql # Install the PDF / PS utilities sudo apt-get install texlive # Install Perl Dependencies sudo...
LedgerSMB – Changing Invoice to “Tax Invoice”
This is done on Fedora 10. File paths may change depending on what install package or location you install to. On Fedora 10 the path is LSMB_ROOT=/usr/share/ledgersmb To maintain an orginal untouched set of templates you should always copy the demo templates away to a...
Changing the LedgerSMB Letter Head Graphic
Make a backup of the original demo templates cp -rv /var/lib/ledgersmb/templates/demo /var/lib/ledgersmb/templates/template1 # on Ubuntu this was sudo cp -rv /etc/ledgersmb/templates/demo /etc/ledgersmb/templates/template1 Go into the LedgerSMB admin control panel and...
LedgerSMB Installation on Fedora 10 Notes
Overview Starting from Fedora 10 Live Installed to Harddisk. This is a a record of the chronological steps with all the errors I encountered along the way. As such it is a kind of messy and in a as it happened style. I will flesh these notes out as I have time. Email...
Current Reading or “Let’s get down to business”
Hi Mum 🙂 These are the current titles I am ingesting. The E-Myth Revisited - Michael Gerber How to Grow Your Business by taking 3 Months Off - Louise Woodbury & William De Ora How to Organize and Operate a Small Business in Australia - John English As the economic...
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...