Skip to Content
Menu
This question has been flagged
1 Reply
3771 Views

I'm trying to sign an invoice whit IVA 0% tax but the XML file have a missing taxes part and return the next error:


Código: CFDI33183 
Mensaje: El valor del campo TotalImpuestosTrasladados no es igual a la suma de los importes registrados en el elemento hijo Traslado


XML File:


<?xml version='1.0' encoding='UTF-8'?>
<cfdi:Comprobante xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cfdi="http://www.sat.gob.mx/cfd/3" xsi:schemaLocation="http://www.sat.gob.mx/cfd/3 http://www.sat.gob.mx/sitio_internet/cfd/3/cfdv33.xsd" Version="3.3" Fecha="2017-11-30T14:10:48" Folio="1" Serie="FV 2017" FormaPago="99" SubTotal="100.00" Moneda="MXN" Total="100.00" TipoDeComprobante="I" MetodoPago="PUE" LugarExpedicion="45640">
  <cfdi:Emisor Rfc="ACO560518KW7" Nombre="My Company" RegimenFiscal="601"/>
  <cfdi:Receptor Rfc="XEXX010101000" Nombre="Test" ResidenciaFiscal="USA" UsoCFDI="P01"/>
  <cfdi:Conceptos>
    <cfdi:Concepto ClaveProdServ="43231513" NoIdentificacion="0001" Cantidad="1.0" ClaveUnidad="H87" Unidad="Unidad es" Descripcion="Servicio" ValorUnitario="100.00" Importe="100.00">
      <cfdi:Impuestos>
        <cfdi:Traslados>
          <cfdi:Traslado Base="100.00" Impuesto="002" TipoFactor="Tasa" TasaOCuota="0.000000" Importe="0.00"/>
        </cfdi:Traslados>
      </cfdi:Impuestos>
    </cfdi:Concepto>
  </cfdi:Conceptos>
</cfdi:Comprobante>
Avatar
Discard
Best Answer

I got the same problem, but i solved, you just have to quit the IVA in the product. Im using this too.

Avatar
Discard