@extends('metronic.base') @section('titulo') nota de credito @endsection @section('extrajs') @endsection @section('content') @include('sessions') @include('documento.modals.modalFacturarConCodigo') @if ($documento->posteado!=1 ) @endif

Nota Crédito

Para Credito fiscal: {{$ccf->documento_code}}

@csrf
{{--
--}}
{{-- --}} @if ($documento->state=="")
@endif

Servicios del credito fiscal @foreach ($allCCFServicesTable as $tr) @endforeach
Servicio Total Asignado Disponible Cantidad
{{$tr->service_cod}} - {{$tr->serv_name}} {{number_format($tr->original,2)}} {{number_format($tr->asignado,2)}} {{number_format($tr->disponible,2)}} {{ $tr->cantidad }}
@if ($documento->state=="SIN FACTURAR")
@csrf
@if(count($selectableServices )>0)
@endif
@endif

Detalle

@foreach ($documentoNCServices as $key=> $item) @if($item->extra!=1) @if ($item->servicio) @endif @if ($item->producto) @endif @if ($item->combo) @endif @endif @endforeach
Cantidad Código Descripción PrecioUnitario Venta no sujeta Venta exenta Venta gravada Eliminar
{{ $key+1 }}{{ $item->servicio->service_cod }} {{ $item->servicio->serv_name }}{{ $item->producto->codigo }} {{ $item->producto->producto }}{{ $item->combo->codigo }} {{ $item->combo->combo }} @include('documento.modals.deleteServiceDocumento')
sub Total
Iva
Total

{{-- SUMAS   IVA SUB-TOTAL (+) IVA PERCIBIDO (-) IVA RETENIDO VENTA NO SUJETA VENTA EXENTA VENTA TOTAL @foreach ($documentoNCServices as $item) @if($item->extra==1) @endif @endforeach
Gasto por cuenta ajena VALOR
{{$item->servicio->serv_name}}
Total de gastos
Entregado por cliente
Sub total
Total a cancelar
--}} @endsection