Describes line item in an expense
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| company_id | Integer | db_company.id | |
| expense_id | Integer | db_expense.id | The expense object |
| type_id | Integer | db_expense_code.id | The expense code |
| end_date | Date | The date of this expense item | |
| description | String | A short description of the expense | |
| amount | Float | Amount of this expense | |
| is_temp | Boolean (t or f) | If this is a temporary line item |