db_expense_item
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 |