...
id | unsigned int | A unique id assigned to the object budget |
---|---|---|
object_table | string | Name of the table the object budget is against. e.g, milestone |
object_id or object | unsigned int | The unique identifier assigned to the object the budget belongs to. |
is_billable | string | yes or no |
service_time | unsigned int | |
service_price | double | |
service_price_subtotal | double | |
expense_price | double | |
material_price | double | |
billable | unsigned int | |
nonbillable | unsigned int | |
logged | unsigned int | Total of billable and nonbillable |
charged | double | |
service_time_estimate | unsigned int | |
service_time_subtotal_estimate | unsigned int | |
service_price_estimate | double | |
service_price_subtotal_estimate | double | |
remaining_subtotal | unsigned int | |
billable_subtotal | unsigned int | |
nonbillable_subtotal | unsigned int | |
logged_subtotal | unsigned int | Total of billable and nonbillable subtotal. |
charged_subtotal | double |