line_item
Configuration of line items that can be added to invoices.
| Column name | Description | Data type |
|---|---|---|
| line_item | Primary key. | integer |
| item_code | character varying (8) | |
| company | Reference to company. | smallint |
| name | text | |
| reporting_account | Reference to reporting_account. | integer * |
| quantity_divisor | The size of a unit. | integer |
| quantity_format | Format string for the quantity field. | text * |
| display_rate | text * | |
| display_order | The order these line items should appear on the invoice. Smaller display_orders appear nearer the top. | smallint |
| taxable | boolen | |
| tax_summary_item | Is this item a summary of tax. | boolean |
| quantity_type | Reference to quantity_type. | integer |
| default_rate | numeric | |
| currency | Reference to currency. | character varying (3) |