1.3

Can VAT be automatically be split off into the required VAT accounts?

Submitted by Anonymous (not verified) on

Short answer: Yes

LedgerSMB can tie product sales to a tax class so that VAT can automatically be split off into the required VAT accounts on a sale, and when cancelling an invoice, automatically perform the reverse bookings.

Each product can be 'attached' to an account and the associated % will be applied automatically.

1.3.3 released

Submitted by Chris Travers on

Hi all;

LedgerSMB 1.3.3 has been released. It corrects a number of important
bugs. Users of 1.3.x are likely to benefit considerably from moving
to this new version. The most important fix is for internal server
errors when the most recent Math::BigFloat and Math::BigInt libraries
are used with LedgerSMB. Other fixes address changing countries for
employees, a few user interface glitches, and some localization fixes.

LedgerSMB 1.3.2 released

Submitted by Chris Travers on

Hi all;

The LedgerSMB core team is proud to announce the release of 1.3.2. This release corrects a number of UI glitches, a fix to our translation templates, a few fixes to the test cases, and more. It is recommended that all users of 1.3.x upgrade to this version as soon as possible.

The complete changelog is:

Changelog for 1.3 Series
Initial Release: Monday, Oct 12 2011
Supported Presently

1.3.1 released

Submitted by Chris Travers on

LedgerSMB 1.3.1 has been released. Fixes include changes to allow multi-language printing of invoices and several fixes to time cards and proiect reports.

The complete changelog is as follows:

LedgerSMB 1.3.0 Released

Submitted by Chris Travers on

The LedgerSMB development team is very proud to release LedgerSMB
1.3.0. This release continues our strong commitment to security, data
integrity, and and robustness, introducing improved functionality in
many core areas, and adding new features that many businesses will
find necessary.

Screenshots for 1.3

Submitted by Chris Travers on

This content is outdated and kept here for reference only!

We have been working long and hard on 1.3 for some time, so it is time we show some screenshots showing how things will be different. I have chosen three screen shots to highlight our new approach:

1) Bank Reconciliation has been entirely redesigned in 1.3 with a new workflow and it is better designed to handle large numbers of transactions. Additionally you can go back later and review a reconciliation set to see what cleared and what was outstanding. This screen shot shows a report for a work in progress.

2) The contact management section is redone. Customers/vendors can now have multiple accounts, contact information, shipping and billing info, notes, etc. This screen shot shows how this looks with Javascript enabled. Here Javascript is used to clean up the interface, and the links at the top switch between visible divs.

3) Payment screen, for single customer/vendor payments

4) Batch payment screen for paying or receiving money from several customers or vendors.

5) Order entry (in this case sales order)

Does ledgersmb support SSL connection ?

Submitted by Chris Travers on

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.