Table: dbo.Billing_Item_Form_Rate | |||
This table is used to hold the different fee amounts for each form of a form fee. | |||
Columns | |||
Name | Type | Constraints | Description |
billing_item_form_rate_KEY | int (4) | NOT NULL | Primary Key |
billing_item_KEY | int (4) | NOT NULL | The billing item that these fee amounts are related to. |
billing_item_form_KEY | int (4) | NOT NULL | The particular form that these fee amounts are applied to. |
billing_item_1099_type_KEY | int (4) | The selected 1099 form(s) for 1099 form type fees. | |
base_fee | decimal (9, 2) | NOT NULL | The base fee charged once per each form. |
per_printed_page | decimal (9, 2) | The fee amount charged per each printed page. | |
per_printed_form | decimal (9, 2) | The fee amount charged per each copy of the form. | |
per_recipient | decimal (9, 2) | The fee amount charged per each recipient of the form. |
Primary key | |||
Name | Columns | Description | |
PK_Billing_Item_Form_Rate | billing_item_form_rate_KEY |