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

Re: LedgerSMB 1.2.3 released



On Sun, 2007-04-15 at 18:28 -0700, Chris Travers wrote:
> 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;

So if anyone creates a new company dataset from now on, do they have to
remember to run these commands against it? If they dont, invoices cant
be for an fractional quantity, eg can only bill time by the full hour.