Receptor
Nombre: {{ $tax_payment->receptor->legal_name }}
RFC: {{ $tax_payment->receptor->tax_id }}
{{ $receiver_sample_address }}
Régimen Fiscal: {{ SatCatalogsHelper::getItem('c_RegimenFiscal', $tax_payment->receptor->tax_system, true) }}
Datos del CFDI
Moneda: @if ($reduce_invoice) XXX @else {{ SatCatalogsHelper::getItem('c_Moneda', "XXX", true) }} @endif
Exportación: {{ SatCatalogsHelper::getItem('c_Exportacion', "01", true) }}
| Cantidad | Unidad | Concepto | Precio Unitario | Importe |
|---|---|---|---|---|
| 1 | @if ($reduce_invoice) ACT @else {{ SatCatalogsHelper::getUnit("ACT", true) }} @endif |
Pago {{ SatCatalogsHelper::getProdServ('84111506', true) }} {{ SatCatalogsHelper::getItem('c_ObjetoImp', "01", !$reduce_invoice) }} |
{{ FormatCurrencyHelper::formatCurrency("0.000000", true, 6) }} | {{ FormatCurrencyHelper::formatCurrency("0.00") }} |
| Subtotal | {{ FormatCurrencyHelper::formatCurrency("0.00") }} | |||
| Importe con Letra: {{ QuantityConverterHelper::convertToPesosText(0.00, false) }} | Total | {{ FormatCurrencyHelper::formatCurrency("0.00") }} | ||
| Datos del Pago |
|---|
|
{{-- Payment Date --}}
Fecha de Pago:
{{ Carbon::parse($tax_payment->payment_date)->format('d/m/Y H:i:s') }}
{{-- Payment Form --}}
Forma de Pago: {{ SatCatalogsHelper::getItem('c_FormaPago', $tax_payment->payment_form, !$reduce_invoice) }} {{-- Currency --}} Moneda: {{ SatCatalogsHelper::getItem('c_Moneda', $tax_payment->currency, true) }} {{-- Exchange Rate --}} Tipo de Cambio: {{ QuantityConverterHelper::removeUnnecessaryDecimal($tax_payment->exchange_rate ?? "1.00") }} {{-- Amount --}} Monto: {{ FormatCurrencyHelper::formatCurrency($tax_payment->amount_total, $tax_payment->currency) }} |
| Documentos Relacionados | ||||||
|---|---|---|---|---|---|---|
| Folio Fiscal | Folio | Obj. Impuesto | Parcialidad | Saldo Anterior | Importe | Insoluto |
| {{ $invoice->sat_uuid }} | {{ $invoice_format_serie }} | {{ SatCatalogsHelper::getItem('c_ObjetoImp', "02", !$reduce_invoice) }} | {{ $payment_doc->installment_number }} | {{ FormatCurrencyHelper::formatCurrency($payment_doc->previous_balance, $currency) }} | {{ FormatCurrencyHelper::formatCurrency($payment_doc->amount_paid, $currency) }} | {{ FormatCurrencyHelper::formatCurrency($payment_doc->remaining_balance, $currency) }} |
| {{ $is_withholding ? 'IVA Retenido' : 'IVA Traslado' }} {{ QuantityConverterHelper::str_toStrPercentage($applied_rate) }} = {{ FormatCurrencyHelper::formatCurrency($applied_tax_import, $currency) }} | ||||||
| Sello digital Emisor |
| {{ $tax_payment->cfdi_seal }} |
| Sello digital del SAT |
| {{ $tax_payment->sat_seal }} |
| Cadena Original del Complemento de certificación digital del SAT |
| {{ $tax_payment->tfd_original_string }} |
Prov. Cert. {{ data_get($tax_payment->response_payload, 'stamp.rfc_provider_cert', 'PPD101129EA3') }}