<?php
$this->breadcrumbs=array(
	'Reporte Haberes'=>array('index'),
	$model->cedula,
);

$this->menu=array(
	array('label'=>'List ReporteHaberes','url'=>array('index')),
	array('label'=>'Create ReporteHaberes','url'=>array('create')),
	array('label'=>'Update ReporteHaberes','url'=>array('update','id'=>$model->cedula)),
	array('label'=>'Delete ReporteHaberes','url'=>'#','linkOptions'=>array('submit'=>array('delete','id'=>$model->cedula),'confirm'=>'Are you sure you want to delete this item?')),
	array('label'=>'Manage ReporteHaberes','url'=>array('admin')),
);
?>

<h1>View ReporteHaberes #<?php echo $model->cedula; ?></h1>

<?php $this->widget('bootstrap.widgets.TbDetailView',array(
	'data'=>$model,
	'attributes'=>array(
		'cedula',
		'nombre',
		'apellidos',
		'fecha_registro',
		'id_unidad',
		'aporte_extra_socio',
		'aporte_extra_patrono',
		'aporte_patrono',
		'aporte_asociado',
		'aporte_total',
		'retiro_parcial',
		'monto_liquidado',
	),
)); ?>
