NUEVO: Implementado PROTOTIPO (v0.1) de taller, creado a partir de modelo kanban con columnas de estados. PENDIENTE DE MUCHOS CAMBIOS...
This commit is contained in:
@@ -11,9 +11,12 @@ class Appointment extends Model
|
||||
|
||||
protected $fillable = [
|
||||
'client_id',
|
||||
'contact_phone',
|
||||
'scheduled_at',
|
||||
'bike_model',
|
||||
'problem_description',
|
||||
'parts_needed',
|
||||
'estimated_cost',
|
||||
'status',
|
||||
'notes'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user