db_rate
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
object_id | Integer | Â | Object ID associated with the rate. ID of time code OR User |
object_type | Integer | Â | 22 = time code, 24 = user |
context_id | Integer | Â | The context in which this rate is defined. For example, user cost rates can be defined either at a company level OR at a project level. ID of project or company |
context_type | Integer | Â | 17 = project, 3 = company |
amount | Float | Â | Rate amount |
kind | Integer | Â | Which rate: 1 = cost, 2 = client billing |