示例#1
0
    public function print_historial()
    {
        $paquete = $this->paquete != 'regalo' ? new Paquete($this->paquete) : new Paquete_regalo($this->paquete, true);
        $data = $paquete->data;
        $precio_unitario = (double) $data['cantidad'] != 0 ? (double) $data['precio'] / (double) $data['cantidad'] : 0;
        $texto_clases = (int) $data['cantidad'] > 1 ? 'CLASES' : 'CLASE';
        $cantidad = $this->info_paquete ? $this->info_paquete->data['cantidad'] : $data['cantidad'];
        $precio = $this->info_paquete ? $this->info_paquete->data['precio'] : $data['precio'];
        echo '<div class="up2 hcompra">
			<div class="row vertical-align">
				<div class="col-xs-3">
					<h5 class="color_negro cc text-center">' . $cantidad . '</h5>
					<small class="color_negro text-center center-block">' . $texto_clases . '</small>
				</div>
				<div class="col-xs-5">
					<small class="color_gris1">' . precio($precio) . '</small>
					<br>
					<small class="color_gris2">' . $this->expiracion . '</small>
				</div>
				<div class="col-xs-4">';
        if ($this->paquete != 'regalo') {
            echo '<a href="' . get_home_url() . '/?go_to=compra_class&paquete_compra=' . $this->paquete . '" class="btn azul2 bot3 color_blanco">RECOMPRAR</a>';
        }
        echo '</div>
			</div>
		</div>';
    }
示例#2
0
@stop

@section ('content')

<?php 
$table = array();
$table['names'] = array('Nombre', 'Categoria', 'Precio de Compra', 'Costo', 'Flete', 'Alto', 'Ancho', 'Cantidad', 'Rendimiento', 'Desperdicio', 'Vinculaciones', 'Editar', 'Borrar');
$table['order'] = array('Nombre' => 'nombre', 'Precio de Compra' => 'precio_compra', 'Costo' => 'costo');
$table['function'] = function ($material) {
    $boton_borrar = "";
    $boton_borrar .= Form::model($material, ['route' => 'materiales.destroy', 'method' => 'delete']);
    $boton_borrar .= Form::hidden('id', $material->id);
    $boton_borrar .= Form::submit('Eliminar');
    $boton_borrar .= Form::close();
    return array($material->nombre, $material->categoria->nombre, precio($material->precio_compra), precio($material->costo), $material->flete, round($material->alto, 4), round($material->ancho, 4), $material->cantidad, round($material->rendimiento, 4), $material->desperdicio, $material->vinculaciones()->count(), link_to(route('materiales.edit', $material->id), 'Editar'), $boton_borrar);
};
$table['data'] = $materiales;
?>

@include ('table')

{{link_to(route('materiales.create') ,'Nuevo Material')}}

<div class="buscar">
  {{Form::open(['route' => Route::currentRouteName(), 'method' => 'get'])}}
    <input type="text" name="searchvalue">
    {{Form::submit('Buscar')}}
  {{Form::close()}}
</div>
示例#3
0
$html .= '<div class="upcoming_reservations"><h2>Selecciona el paquete que deseas comprar</h2></div>';
if ($paquetes) {
    foreach ($paquetes as $paquete) {
        $data = $paquete->data;
        $html .= '<div class="paquete_compra paquete" data-idpaquete="' . $paquete->id . '" data-precio="' . $data['precio'] . '">' . '<span class="p_c_cantidad">' . $data['cantidad'] . '</span>' . '<span class="color_gris pa_chico chico_especial">clases</span><br/>' . '<span class="p_c_precio pa_chico">' . precio($data['precio']) . '</span>' . '<span class="pa_chico color_gris">Exp: ' . $paquete->fecha_expiracion($data['expiracion']) . '</span>' . '</div>';
    }
    unset($data);
}
$html .= '</div>';
$html .= '<div class="bloque_para_finalizar tipo_tarjeta" style="display:none;">';
$html .= '<div class="upcoming_reservations"><h2>Resumen de compra</h2></div>' . '<div id="subtotales_compra" class="tipo_tarjeta">' . '<div id="resumen_compra" class="color_gris"></div>' . '<div class="subtotal_compra color_gris"><strong>Subtotal:</strong><span class="precio"></span></div>' . '</div>';
$html .= '<div class="upcoming_reservations"><h2>Seleccione la tarjeta con la cual desea realizar la compra</h2></div>';
$html .= '<div class="columna_general tipo_tarjeta">';
$html .= '<div class="cont_tarjetas_info tarjetas_user">';
$html .= html_tarjetas($tarjetas, false, true);
$html .= '</div>';
$html .= $conekta->html_annadir_tarjeta(true, true, false);
$html .= '<div id="finalizar_compra_back" class="boton">Finalizar compra</div>';
$html .= '</div>';
$html .= '</div>';
$html .= '</div>';
$html .= '<div id="cont_compra_productos" class="columna_compra tipo_tarjeta">';
$html .= '<div class="upcoming_reservations"><h2>Selecciona los productos que desees añadir al carro</h2></div>';
if ($productos) {
    foreach ($productos as $producto) {
        $html .= '<div class="producto_compra color_gris" data-idproducto="' . $producto->ID . '" data-precio="' . $producto->precio . '">' . '<span class="c_pp_imagen"><span class="p_p_imagen"><img src="' . $producto->foto . '"/></span></span>' . '<span class="p_p_titulo">' . $producto->titulo . '</span>' . '<span class="p_p_precio">' . precio($producto->precio) . '</span>' . '<input class="producto_cantidad" type="number" placeholder="0" value=""/>' . '</div>';
    }
}
$html .= '</div>';
$html .= '</div>';
$html .= '</div>';
示例#4
0
            ?>
            <a class="btn btn-default btn-xs  cambiarestado" id="Eliminar" data-cod="<?php 
            echo $v['CodVenta'];
            ?>
">Eliminar</a>
            <?php 
        }
        ?>
        </td>
        <td><?php 
        echo $v['HoraRegistro'];
        ?>
</td>
        </tr>
        
        <?php 
    }
    ?>
    <tr class="info der resaltar"><td colspan="8" class="">Total</td><td class="der"><?php 
    echo precio($total);
    ?>
</td><td colspan="3"></td></tr>
    <?php 
}
?>
</table>
<div class="reloj">
<?php 
echo date("H:i:s");
?>
</div>
示例#5
0
@extends ('layout')

@section ('content')

<?php 
$table = array();
$table['names'] = array('ID', 'Fecha', 'Cliente', 'Precio', 'Modulos', 'Mostrar');
$table['function'] = function ($presupuesto) {
    return array($presupuesto->id, $presupuesto->fecha, $presupuesto->cliente->nombre, precio($presupuesto->precio), $presupuesto->modulos()->count(), link_to(route('presupuestos.show', $presupuesto->id), 'Mostrar'));
};
$table['data'] = $presupuestos;
?>

@include ('table')

@stop
示例#6
0
 public function imprimir_paquete($id_defecto = false)
 {
     if (!$this->data) {
         return;
     }
     $data = $this->data;
     $precio_unitario = (double) $data['cantidad'] != 0 ? (double) $data['precio'] / (double) $data['cantidad'] : 0;
     if (!$id_defecto) {
         echo '<article class="paquete">';
         echo '<div class="' . $data['color'] . ' circulo">' . $data['cantidad'] . '</div>';
         echo '<div class="precios">' . precio($precio_unitario) . ' c/u<br/><small class="color_gris">' . precio($data['precio']) . '</small></div>';
         echo '<a class="boton a_claro" href="' . get_permalink(CHECKOUT) . '?com=' . $data['ID'] . '">¡ A Rodar !</a>';
         echo '</article>';
     } else {
         $id_defecto = isset($id_defecto['ID']) ? $id_defecto['ID'] : 0;
         /*SETEAMOS ID SELECCIONADO*/
         $clase = array('paquete', 'paquete_checkout', 'sin_seleccionar');
         echo '<article data-idpaquete="' . $data['ID'] . '" class="' . implode(' ', $clase) . '">';
         echo '<div class="circulo"><img src="' . plantilla(false) . '/images/gift.png"/></div>';
         echo '<div class="small center-block text-center titclase">PRIMERA</div>';
         echo '<div class="precios">CLASE<br/><small class="precio_ajax_regalo">' . precio($data['precio']) . '</small></div>';
         echo '</article>';
     }
 }
示例#7
0
@extends ('layout')

@section ('header')
<style type="text/css">
.big th, .big, table, th { border:1px solid; }
.big td, .small th, td { border:1px solid lightgray; }
.small { border-collapse: collapse; }
</style>
@stop

@section ('content')
Listando los Modulos: <br>

<?php 
$table = array();
$table['names'] = array('Nombre', 'Categoria', ['Medidas', 3], 'Precio', 'Precio Unitario', 'Medicion', 'Materiales', ['Opciones', 3]);
$table['function'] = function ($modulo) {
    return array($modulo->nombre, $modulo->categoria->nombre, round($modulo->alto, 2), round($modulo->ancho, 2), round($modulo->profundo, 2), precio($modulo->precio()), precio($modulo->precioUnitario()), $modulo->medicion, $modulo->vinculaciones()->count(), link_to(route('modulos.show', $modulo->id), 'Detalles'), link_to(route('modulos.edit', $modulo->id), 'Editar'), Form::open(['route' => ['modulos.destroy', $modulo->id], 'method' => 'delete', 'onsubmit' => 'return confirm("Borrar Modulo?");']) . Form::submit('Eliminar') . Form::close());
};
$table['data'] = $modulos;
?>

@include ('table')

{{link_to(route('modulos.create'), 'Nuevo Modulo')}}
@stop
示例#8
0
            <hr class="separadorn">
            <?php 
        if (in_array($Nivel, array(1, 2, 3, 5))) {
            ?>
            <a class="btn btn-default btn-xs  cambiarestado" id="Eliminar" data-cod="<?php 
            echo $v['CodVenta'];
            ?>
">Eliminar</a>
            <?php 
        }
        ?>
        </td>
        <td><?php 
        echo $v['HoraRegistro'];
        ?>
</td>
        </tr>
        
        <?php 
    }
    $pdf->Fuente("B");
    $pdf->CuadroCuerpo(45, "Totales", 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(25, precio($PrecioTamano), 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(25, precio($PrecioSabores), 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(30, precio($PrecioExtras), 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(30, precio($PrecioEnvase), 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(20, precio($PrecioBebidas), 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(15, precio($total), 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(55, "", 1, "R", 1, 9, "B");
}
$pdf->Output("Reporte de Ordenes.pdf", "I");
示例#9
0
$FechaFin = $FechaFin != "" ? "{$FechaFin}" : "";
$where .= " Producto LIKE '{$Producto}' and Fecha BETWEEN '{$FechaInicio}' and '{$FechaFin}' ";
$gas = $gastos->mostrar($where, "HoraRegistro", 1);
$Nivel = $_SESSION['Nivel'];
$pdf->SetWidths(array(10, 100, 30, 30, 30, 30));
$pdf->Fuente("", 9);
$pdf->SetAligns(array("R", "L", "R", "R", "R", "C", "", "L", "R", "R", "R", "C"));
if (count($gas) == 0) {
    $pdf->CuadroCuerpo(190, "Sin Ordenes");
} else {
    $total = 0;
    $Cantidad = 0;
    $PrecioUnitario = 0;
    $Total = 0;
    foreach ($gas as $g) {
        $i++;
        $total += $g['Total'];
        $Cantidad += $g['Cantidad'];
        $PrecioUnitario += $g['PrecioUnitario'];
        $Total += $g['Total'];
        $datos = array($i, utf8_decode($g['Producto']), precio($g['Cantidad']), precio($g['PrecioUnitario']), precio($g['Total']), fecha2Str($g['Fecha']));
        $pdf->Row($datos);
    }
    $pdf->Fuente("B");
    $pdf->CuadroCuerpo(170, "Totales", 1, "R", 1, 9, "B");
    //$pdf->CuadroCuerpo(30,precio($Cantidad),1,"R",1,9,"B");
    //$pdf->CuadroCuerpo(30,precio($PrecioUnitario),1,"R",1,9,"B");
    $pdf->CuadroCuerpo(30, precio($Total), 1, "R", 1, 9, "B");
    $pdf->CuadroCuerpo(30, "", 1, "R", 1, 9, "B");
}
$pdf->Output("Reporte de Ordenes.pdf", "I");
示例#10
0
    echo $orden["complemento"]["des"];
    ?>
</span><br/>
              <span>Postre:</span>
              <span><?php 
    echo $orden["postre"]["des"];
    ?>
</span><br/>
              <span>Hora Entrega:</span>
              <span><?php 
    echo $orden["hora"];
    ?>
</span><br/>
              <span>Cliente:</span>
              <span><?php 
    echo $orden["cliente"];
    ?>
</span><br/>
              <span>Precio:</span>
              <span><?php 
    echo precio($orden);
    ?>
</span>
          </div>
        <?php 
}
//end foreach de ordenes
?>
   </body>
 </html>