What is the community code of conduct?
The LedgerSMB community follows the Ubuntu Code of Conduct.
- Read more about What is the community code of conduct?
- Log in or register to post comments
The LedgerSMB community follows the Ubuntu Code of Conduct.
Q: How could I set it up ledgersmb to support SSL connection?
SSL support on Apache is handled by configuring Apache. For having LedgerSMB connect to PostgreSQL using SSL, you can set the PGSSLMODE environment variable to 'require' in the ledgersmb.conf. Note that by default, LedgerSMB will try to connect to PostgreSQL via SSL and fall back to unsecured connections if this is not available.
We highly recommend using SSL for any access to LedgerSMB over the network.
The LedgerSMB team is pleased to announce the release of LedgerSMB 1.2.13 which is available from the SourceForge download page.
This release corrects all known issues with running LedgerSMB 1.2.x on PostgreSQL 8.3 and although other issues may surface, we will fix those as they are brought to our attention.
Please click 'Read more' to view the change log for 1.2.13.
The LedgerSMB team is pleased to announce the release of LedgerSMB 1.2.11 which is available from the SourceForge download page. Some of these fixes are important for Canadian users, as it fixes some tax issues that are affected by the GST change.
Please click 'Read more' to view the change log for 1.2.11.
The LedgerSMB team is pleased to announce the release of LedgerSMB 1.2.10 which is available from the SourceForge download page.
The changelog for this release is quite long, please click 'Read more' for all the details.
This release corrects a number of SQL injection issues as well as a number of other bugs. The changelog is:
Changelog for 1.2.8
Today is the first anniversery of LedgerSMB's first public release.
In the past year, we have released three major releases:
1.0.0: Major security enhancements
1.1.0 Moderate security enhancements, new features
1.2.0 Major security enhancements, new features.
Contributing to the LedgerSMB project with documentation and articles is easy. This short document will get you going in no time...
The LedgerSMB team is pleased to announce that version 1.2.6 was released on June 28th
The following issues have been corrected:
Additionally, the following preventative measures were included:
Adding support for other database management systems would require that the database logic be coded to the least common denominator. We have decided that we want to eventually allow add-ons in different languages, and thus the database becomes the only point where we can enforce accounting logic consistantly across all parts of the application. Porting and maintaining such logic across database systems is not feasible for this project.
Additionally PostgreSQL is an outstanding RDBMS and we have no desire to move from it.