Club Delphi  
    Paypal   FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Proyecto SIF/Veri*Factu/Ley Antifraude > Registros de Facturacion y Eventos (XML)
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 09-06-2025
RUBEN_SP RUBEN_SP is offline
Miembro
 
Registrado: mar 2008
Posts: 69
Poder: 19
RUBEN_SP Va por buen camino
Añadidos E7 Y E8 OperacionExenta

Hola
Han Añadido estas dos claves en el WSDL para OperacionExenta E7 Y E8 ¿Alguien sabe si están documentadas en algún sitio y que tipo de Exención es cada una?
Responder Con Cita
  #2  
Antiguo 09-06-2025
Avatar de bmfranky
bmfranky bmfranky is offline
Miembro
 
Registrado: may 2024
Ubicación: Gandia, Valencia
Posts: 862
Poder: 3
bmfranky Va por buen camino
Cita:
Empezado por RUBEN_SP Ver Mensaje
Hola
Han Añadido estas dos claves en el WSDL para OperacionExenta E7 Y E8 ¿Alguien sabe si están documentadas en algún sitio y que tipo de Exención es cada una?
Hola, no solo han añadido , 2 exenciones , ademas han eliminado la documentacion que habia en el xsd al respecnto.
Antes:
Código PHP:
      <enumeration value="E1">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art20 </documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E2">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art21</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E3">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art22</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E4">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art24</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E5">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art25</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E6">
        <
annotation>
          <
documentation xml:lang="es">EXENTA otros</documentation>
        </
annotation>
      </
enumeration
Ahora:
Código PHP:
      <enumeration value="E1" />
      <
enumeration value="E2" />
      <
enumeration value="E3" />
      <
enumeration value="E4" />
      <
enumeration value="E5" />
      <
enumeration value="E6" />
      <
enumeration value="E7" />
      <
enumeration value="E8" /> 
</div>Como siempre mejorando sin aviso....
__________________
Uno se alegra de ser útil. (Isaac Asimov)
Responder Con Cita
  #3  
Antiguo 23-06-2025
RUBEN_SP RUBEN_SP is offline
Miembro
 
Registrado: mar 2008
Posts: 69
Poder: 19
RUBEN_SP Va por buen camino
Cita:
Empezado por bmfranky Ver Mensaje
Hola, no solo han añadido , 2 exenciones , ademas han eliminado la documentacion que habia en el xsd al respecnto.
Antes:
Código PHP:
      <enumeration value="E1">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art20 </documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E2">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art21</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E3">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art22</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E4">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art24</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E5">
        <
annotation>
          <
documentation xml:lang="es">EXENTA por Art25</documentation>
        </
annotation>
      </
enumeration>
      <
enumeration value="E6">
        <
annotation>
          <
documentation xml:lang="es">EXENTA otros</documentation>
        </
annotation>
      </
enumeration
Ahora:
Código PHP:
      <enumeration value="E1" />
      <
enumeration value="E2" />
      <
enumeration value="E3" />
      <
enumeration value="E4" />
      <
enumeration value="E5" />
      <
enumeration value="E6" />
      <
enumeration value="E7" />
      <
enumeration value="E8" /> 
</div>Como siempre mejorando sin aviso....
Hola,
¿Sabemos para que sirven estos dos nuevos tipos?
Responder Con Cita
  #4  
Antiguo 26-06-2025
Faneka Faneka is offline
Miembro
 
Registrado: nov 2024
Ubicación: Alicante
Posts: 495
Poder: 2
Faneka Va por buen camino
Para mí que se les fue la mano, jaja. Yo estube buscando y no encuentro nada en ningún sitio.
Responder Con Cita
  #5  
Antiguo 27-06-2025
Avatar de keys
keys keys is offline
Miembro
 
Registrado: sep 2003
Ubicación: Bilbao
Posts: 1.229
Poder: 24
keys Va por buen camino
No se de donde se han sacado eso. No existen ni en el SII ni en TicketBAI.
Responder Con Cita
  #6  
Antiguo 27-06-2025
rci rci is offline
Miembro
 
Registrado: nov 2020
Posts: 565
Poder: 6
rci Va por buen camino
Cita:
Empezado por keys Ver Mensaje
No se de donde se han sacado eso. No existen ni en el SII ni en TicketBAI.
Ahora he visto que en el SII de Canarias hay esos dos valores:
Código PHP:
 <simpleType name="CausaExencionType">
   <
restriction base="string">
     <
enumeration value="E1">
       <
annotation>
         <
documentation xml:lang="es">EXENTA Art50 Ley 4/2012</documentation>
       </
annotation>
     </
enumeration>
     <
enumeration value="E2">
       <
annotation>
         <
documentation xml:lang="es">EXENTA Art11 Ley 20/1991</documentation>
       </
annotation>
     </
enumeration>
     <
enumeration value="E3">
       <
annotation>
         <
documentation xml:lang="es">EXENTA Art12 Ley 20/1991</documentation>
       </
annotation>
     </
enumeration>
     <
enumeration value="E4">
       <
annotation>
         <
documentation xml:lang="es">EXENTA Art13 Ley 20/1991</documentation>
       </
annotation>
     </
enumeration>
     <
enumeration value="E5">
       <
annotation>
         <
documentation xml:lang="es">EXENTA Art25 Ley 19/1994</documentation>
       </
annotation>
     </
enumeration>
     <
enumeration value="E6">
       <
annotation>
         <
documentation xml:lang="es">EXENTA Art47 Ley 19/1994</documentation>
       </
annotation>
     </
enumeration>
     <
enumeration value="E7">
       <
annotation>
         <
documentation xml:lang="es">EXENTA Art110 Ley 4/2012</documentation>
       </
annotation>
     </
enumeration>
     <
enumeration value="E8">
       <
annotation>
         <
documentation xml:lang="es">EXENTA otros</documentation>
       </
annotation>
     </
enumeration>
   </
restriction>
 </
simpleType
Pero no coincide ningún valor con los de Veri*Factu ...
Responder Con Cita
  #7  
Antiguo 27-06-2025
ermendalenda ermendalenda is offline
Miembro
 
Registrado: ago 2021
Posts: 2.759
Poder: 7
ermendalenda Va por buen camino
Esto es lo más preocupante, que tengamos que estar pendiente continuamente de modificaciones.
Responder Con Cita
  #8  
Antiguo 04-07-2025
Decanato Decanato is offline
Miembro
 
Registrado: abr 2025
Posts: 98
Poder: 2
Decanato Va por buen camino
Buenas. Al hilo de facturas exentas, estoy montando el XML de una factura exenta intracomunitaria de venta de materiales y me está dando problemas, sabéis si hay algún hilo abierto con algún ejemplo de este caso o, si no, me podría alguien colgar aquí un XML de este tipo que funcione???

Mil gracias!!
Responder Con Cita
Respuesta



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
Clave de régimen, CalificacionOperacion y OperacionExenta CarlosMz Registros de Facturacion y Eventos (XML) 5 20-10-2025 12:37:31
Grid con añadidos Kenobi Varios 1 02-12-2011 10:42:35
TClientDataSet y objetos de campos añadidos en tiempo de ejecución Berto2003 Conexión con bases de datos 2 04-03-2004 09:26:27


La franja horaria es GMT +2. Ahora son las 06:39:36.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi