@extends('layouts.app', ['activePage' => 'facturacion', 'menuParent' => 'operaciones', 'titlePage' =>'']) @section('content') @include('includes.tailwind') @php $hoy = date('Y-m-d', time()); $inicio = date('Y', time()) . '-' . date('m', time()) . '-01'; @endphp @if (isset($data['venta'])) @if ($data['venta']->factura==null) @else @endif @else @endif
Facturación 4.0

Captura y timbra tus facturas de manera rápida y segura.

person
DATOS GENERALES DE LA FACTURA

Selecciona receptor, datos fiscales y condiciones de pago para generar la factura.

search
PRODUCTOS

Selecciona o busca los productos para generar la factura.

@if ($data['empresa']->retenciones->count() > 0 || $data['empresa']->ish =='1')
@foreach ($data['empresa']->retenciones as $imp)
@endforeach @if($data['empresa']->ish =='1')
ISH
@else @endif
@endif
Código Descripción Cantidad Precio U. Subtotal Desc. Acciones
NOTAS DE LA FACTURA

Selecciona una nota existente o ingresa una nota manual.

description

Estatus: nueva

Documento nuevo

Subtotal:
$0.00
Descuento:
$0.00
IVA 16%:
$0.00

Total

$0.00

Acciones

@include('operaciones.carta_porte') @endsection @push('js') @endpush