Hi,
I am reviewing the structure of the FA database tables to see if I can insert data from a timesheet and billlling program I wrote in Gambas.  I noticed the x_supp_invoice_tax_items table has fields of tax_type_id, tax_type_name, and rate.  Aren't these fields already in the x_tax_types table?  Wouldn't the normalized x_supp_invoice_tax_items table have just the _id field, or am I missing something?

Travis