Describes line item in an expense
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Primary key | |
vdb_id | Integer | ||
expense_id | Integer | db_expense.id | The expense object |
expense_code_id | Integer | db_expense_code.id | The expense code |
item_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 |