@extends('layouts.app') @push('styles') @endpush @section('content')

REPORTES DE LIQUIDACIONES

@php $codigosBlending = $liquidaciones ->pluck('ingreso.blendings') ->flatten() ->pluck('cod') ->filter() ->unique() ->sort() ->values(); @endphp

Total de registros: 0

✅ Cierre 🟡 Provisional asociado a cierre 🔺 Sin cierre
@foreach ($liquidaciones as $liquidacion) @endforeach
DATOS GENERALES PESO ENSAYO COTIZACION PAGABLES DEDUCCIONES PENALIDADES VALORES DESCUENTOS ADICIONALES VALOR FINAL EXTRAS
FECHA ID CLIENTE LOTE PRODUCTO MUESTRA CREADOR CIERRE ESTADO TMH HUMEDAD TMS MERMA TMNS CU AG AU COT. CU COT. AG COT. AU LEY. CU PAG. CU DED. CU FORM. CU PRECIO. CU US$&TM CU LEY. AG PAG. AG DED. AG FORM. AG PRECIO. AG US$&TM AG LEY. AU PAG. AU DED. AU FORM. AU PRECIO. AU US$&TM AU TOTAL PAGABLE / TM REF. CU REF. AG REF. AU MAQUILA ANALISIS ESTIBADORES MOLIENDA TRANSPORTE TOTAL DEDUCCION As Sb Bi Pb+Zn Hg H2O TOTAL PENALIDADES Total US$/TM Valor Lote US$ IGV Total Liquidacion % ADELANTO BASE IMPONIBLE DETRACCION TOTAL LIQ. PROCESO DE PLANTA ADELANTOS EXTRAS PRESTAMOS OTROS DESCUENTOS TOTAL VER ESTADO
{{ $liquidacion->created_at }} {{ $liquidacion->id }} {{ $liquidacion->cliente->datos_cliente }} {{ $liquidacion->lote }} {{ $liquidacion->NroSalida }} {{ $liquidacion->producto }} {{ $liquidacion->muestra->codigo ?? '-' }} {{ $liquidacion->creator->name ?? 'N/A' }} {{ $liquidacion->lastEditor->name ?? 'N/A' }} {{ $liquidacion->estado ?? 'PROVISIONAL' }} {{ $liquidacion->peso ?? '-' }} {{ $liquidacion->muestra->humedad ?? '-' }} {{ $liquidacion->tms ?? '-' }} {{ $liquidacion->merma2 ?? '-' }} {{ $liquidacion->tmns ?? '-' }} {{ $liquidacion->muestra->cu ?? '-' }} {{ $liquidacion->muestra->ag ?? '-' }} {{ $liquidacion->muestra->au ?? '-' }} {{ $liquidacion->cotizacion_cu ?? '-' }} {{ $liquidacion->cotizacion_ag ?? '-' }} {{ $liquidacion->cotizacion_au ?? '-' }} {{ $liquidacion->ley_cu ?? '-' }} {{ $liquidacion->pagable_cu2 ?? '-' }} {{ $liquidacion->deduccion_cu2 ?? '-' }} {{ $liquidacion->formula_cu ?? '-' }} {{ $liquidacion->precio_cu ?? '-' }} {{ $liquidacion->val_cu ?? '-' }} {{ $liquidacion->ley_ag ?? '-' }} {{ $liquidacion->pagable_ag2 ?? '-' }} {{ $liquidacion->deduccion_ag2 ?? '-' }} {{ $liquidacion->formula_ag ?? '-' }} {{ $liquidacion->precio_ag ?? '-' }} {{ $liquidacion->val_ag ?? '-' }} {{ $liquidacion->ley_au ?? '-' }} {{ $liquidacion->pagable_au2 ?? '-' }} {{ $liquidacion->deduccion_au2 ?? '-' }} {{ $liquidacion->formula_au ?? '-' }} {{ $liquidacion->precio_au ?? '-' }} {{ $liquidacion->val_au ?? '-' }} {{ $liquidacion->total_valores }} {{ $liquidacion->fina_cu ?? '-' }} {{ $liquidacion->fina_ag ?? '-' }} {{ $liquidacion->fina_au ?? '-' }} {{ $liquidacion->maquila2 }} {{ $liquidacion->division }} {{ $liquidacion->resultadoestibadores }} {{ $liquidacion->resultadomolienda }} {{ $liquidacion->transporte }} {{ $liquidacion->total_deducciones }} {{ $liquidacion->total_as ?? '-' }} {{ $liquidacion->total_sb ?? '-' }} {{ $liquidacion->total_bi ?? '-' }} {{ $liquidacion->total_pb ?? '-' }} {{ $liquidacion->total_hg ?? '-' }} {{ $liquidacion->total_s ?? '-' }} {{ $liquidacion->total_penalidades }} {{ $liquidacion->total_us }} {{ $liquidacion->valorporlote }} {{ $liquidacion->valor_igv }} {{ $liquidacion->total_porcentajeliqui }} {{ $liquidacion->adelantos }} {{ $liquidacion->saldo }} {{ $liquidacion->detraccion }} {{ $liquidacion->total_liquidacion }} {{ $liquidacion->procesoplanta }} {{ $liquidacion->adelantosextras }} {{ $liquidacion->prestamos }} {{ $liquidacion->otrosdescuentos }} {{ $liquidacion->total }} Ver {{ $liquidacion->ingreso?->blendings?->first()?->cod ?? '-' }} {{ $liquidacion->ingreso->fase ?? '-' }}
@endsection @push('scripts') @endpush