DB design document

Phillip Shelton shelton@usq.edu.au
Fri, 15 Dec 2000 10:33:54 +1000


> -----Original Message-----
> > A related issue... Suppose you have an account with a _scu
> > of 100, and
> > the user enters a transaction with an amount that requires it to be
> > bumped up to 1000. (They enter 1.001). We would then bump
> > the damount
> > to 1000 and record the value as 1001? Other records would be
> > unaffected?
>
> The transaction would be rounded -- the scu is enforced by the engine.
> The user would have to change the account's scu.

Therefore we should be able to store the accounts scu's in the account
table?

Phill