Taxing authorities are governmental bodies empowered to collect tax on goods, services or both. If both goods and services are taxed at different rates then two taxing authorities would be created. |
taxing_authority_KEY | int | NOT NULL | AUTO-INCREMENT: Database assigned primary key for this table. |
update__staff_KEY | int | NOT NULL | |
update_date_utc | datetime | NOT NULL | |
description | nvarchar (250) | NOT NULL | Description for this Taxing Authority |
rate | decimal (7, 6) | NOT NULL | Percentage rate that this Taxing Authority's tax calculation. |
taxing_authority_type_KEY | int | NOT NULL | The type of tax that this authority is authorized to tax. |
gl_account | nvarchar (60) | NOT NULL | General Ledger account number used in CSA |
create_date_utc | datetime | NOT NULL | |
apply_to_shipping | bit | NOT NULL | Flag, true if this tax applies to shipping amounts |
apply_to_discount | bit | NOT NULL | Flag, true if this tax applies to discount amounts |