tx_item
A line item existing on an itemised transaction, for example, an invoice line item or a deferred charge.
| Column name | Description | Data type |
|---|---|---|
| tx_item | Primary key. | integer |
| tx_detail | Reference to tx_detail. | integer * |
| line_number | smallint | |
| company | Reference to company. | smallint |
| rating_period | Reference to rating_period. | integer * |
| line_item | Reference to line_item. | integer * |
| tax_date | date | |
| tax_duration_days | smallint | |
| description | text | |
| quantity | numeric | |
| event_count | integer * | |
| display_rate | text * | |
| generated | boolean | |
| amount | numeric * | |
| subtotal_amount | numeric * | |
| subscription | Reference to subscription. | integer |
| tax_summary_item | boolean | |
| tax_schedule | Reference to tax_schedule. | integer * |
| tax | numeric | |
| taxable | boolean | |
| discount | Reference to discount. | integer * |
| discount_amount | numeric | |
| purchase_order | Reference to account_purchase_order. | uuid * |