[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Looking for the missing taxes
- Subject: Looking for the missing taxes
- From: Hugh Esco <..hidden..>
- Date: Tue, 3 Feb 2009 11:07:54 -0500
I have a test set of accounts.
They have a single part, and three assemblies made up of those parts.
Both the part and each of the assemblies include:
Tax X 2150--Sales Tax
in their configuration.
For each of these items this table reads:
ymd_lsmb=# select * from partstax;
parts_id | chart_id | taxcategory_id
----------+----------+----------------
10121 | 10103 |
When I create a sales order, the oe table includes:
amount $104.95, netamount $99.95.
But, the tax is not reflected in the browser on either the sales order
or on the invoice. What might it be that I am missing here?
-- Hugh Esco