PostgreSQL Versions 8.1 and 8.2 are supported for all versions of LSMB. 8.3 is fully supported as of 1.2.16 and is known to work for core operations in 1.2.13 and later.
How could I set it up ledgersmb to support SSL connection
I foresee problem here, password could be misused.
LedgerSMB failed to print to printer. I did the following changes in BP.pm, :-
#open( OUT, '>', $form->{OUT} ) or $form->error("$form->{OUT} : $!");
#by fhng
# 16/4/08
#--------
open( OUT, "|$form->{OUT} >/dev/null 2>&1") or $form->error("$form->{OUT} : $!");
Then, it print.
Also, the error message is not helpful, e.g. if LATEX is not installed, printing will fail with out much debug info but just display Error
Thanks.
Make sure you have TexLive installed. Older TeTeX was recommended but according to Ubuntu repositories, TexLive is the new package to install.
Hi
I am currently building an online travel suite for a client of mine who is interested to integrate with a full accounts package.
Is this software similiar to Sage ?
Awaiting your replies
Thanks and best regards
Justin Fenech
Hi, is this project still on ???? what is the latest version ?
any body can reply to my post a couple of dayss ago ?
Thanks
Hi
I am currently building an online travel suite for a client of mine who is interested to integrate with a full accounts package.
Is this software similiar to Sage ?
Awaiting your replies
Thanks and best regards
Justin Fenech
I found LedgerSMB after my search for an Open Source accounting package. But truthfully, I am completely puzzled by the installation process of LedgerSMB. I've searched and searched only find instructions that were line after line of command line instructions (none of which were familiar). However, in defense of what I found, they were written back in Nov 2007.
Here are just a couple of the examples that I found:
http://www.howtoforge.com/ledgersmb_debian_etch
Guys, if you turn on the Tracker module one will more easily find what they've posted and/or commented on.

Comments
LSMB wiki
Is anyone else unable to view the LSMB wiki? It's been down for the past few days on my end.
Use departments
Set up each BU as a department if you want to do central accounting. Set each one up as a dataset if you want to do decentralized branch accounting.
Best Wishes,
Chris Travers
Core contributor
Multicompany installation for separate BUs
Hi all, we want to create a multi BU (Business Unit) installation for our use. How do we make that possible? Separate database for each BU? Is it possible to use the same BU and maintain tablespaces in Postgres etc?