1. What is the best field choice for currency calculations? I can't find any documentation on the DECIMAL field-type even though I saw Field('totalsale', 'decimal(10,2)'), while browsing google/groups.
2. Where should I look for the very latest documentation? I defined a field as DOUBLE, but during an an edit using SQLFORM, 40.00 shows as 40.0 3. How can I display 2 decimal places using SQLFORM? I'll switch from sqlite to MySQL if needed. Thanks!