Phone call object
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| created | Date | Date of creation | |
| creator_id | Integer | db_user.id | Creator ID |
| employee_id | Integer | db_user.id | User ID |
| kind | Integer | ||
| container | Integer | ||
| summary | String | Summary | |
| comments | String | Detail | |
| party_number | String | ||
| party_name | String | ||
| party_id | Integer | db_contact.id | |
| call_time | Integer | ||
| billing_status | Integer | ||
| answer_status | Integer | ||
| status | Integer | ||
| is_urgent | Boolean (t or f) |