Table: dbo.Client_Billing_Sales_Tax | |||
Columns | |||
Name | Type | Constraints | Description |
client_billing_sales_tax_KEY | int (4) | NOT NULL | Primary key for this table; dictionary to associate a client to a taxing authority for billing purposes |
client_KEY | int (4) | NOT NULL | Foreign key; key of the client |
taxing_authority_KEY | int (4) | NOT NULL | Foreign key; key of the taxing authority |
apply_to_shipping | bit (1) | NOT NULL | Flag to specify whether this tax applies to delivery items |
apply_to_discount | bit (1) | NOT NULL | Flag to specify whether this tax applies to discount items |
exempt | bit (1) | NOT NULL | Flag to specify whether this tax is exempt |
sales_tax__gl_account_KEY | int (4) | Key to the gl_account table for sales tax account. |
Primary key | |||
Name | Columns | Description | |
PK_Client_Billing_Sales_Tax | client_billing_sales_tax_KEY |