[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LedgerSMB 1.2.3 released



Hi all;

LedgerSMB 1.2.3 has been released correcting a couple of minor to
moderate bugs in 1.2.2.  The most serious had to do with a data type
in new databases created in 1.2.0-1.2.2 and a bug that caused some
stale transactions to be partially committed.  The data however
remained entirely consistant ad people who have difficulty with these
problems can consult the list for further assistance.  Users of 1.2.x
are urged to upgrade as soon as possible.

If you have a new database (not an upgrade) and you want to bill for
fractional quantities (say, 0.25), run the following queries on your
database:

alter table invoice alter column qty type numeric;
alter table invoice alter column allocated type numeric;

Best Wishes,
Chris Travers