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 10-05-2025
Addon65 Addon65 is offline
Registrado
 
Registrado: may 2025
Posts: 3
Poder: 0
Addon65 Va por buen camino
xml de factura de abono negativa

Hola a todos quisiera un ejemplo de una factura en xlm de abono en negativo, no hay manera que me aclare me da error gracias
Responder Con Cita
  #2  
Antiguo 11-05-2025
Sistel Sistel is offline
Miembro
 
Registrado: nov 2019
Ubicación: Bilbao
Posts: 484
Poder: 7
Sistel Va por buen camino
Cita:
Empezado por Addon65 Ver Mensaje
Hola a todos quisiera un ejemplo de una factura en xlm de abono en negativo, no hay manera que me aclare me da error gracias
Hola,
Una factura de abono es una factura idéntica a una factura normal salvo que los importes son negativos.
Pega aquí el XML que envías (cambiando los datos privados) y nos dices qué error te da.
Saludos
Responder Con Cita
  #3  
Antiguo 11-05-2025
ermendalenda ermendalenda is offline
Miembro
 
Registrado: ago 2021
Posts: 2.759
Poder: 7
ermendalenda Va por buen camino
Cita:
Empezado por Addon65 Ver Mensaje
Hola a todos quisiera un ejemplo de una factura en xlm de abono en negativo, no hay manera que me aclare me da error gracias
Los import3s r3sultantes tiene que ser en negativo
No así el tipo de iva que debe estar en positivo aunque la cuota de iva y la base sea negativa
A ver si es por eso
Responder Con Cita
  #4  
Antiguo 11-05-2025
Addon65 Addon65 is offline
Registrado
 
Registrado: may 2025
Posts: 3
Poder: 0
Addon65 Va por buen camino
Cita:
Empezado por ermendalenda Ver Mensaje
Los import3s r3sultantes tiene que ser en negativo
No así el tipo de iva que debe estar en positivo aunque la cuota de iva y la base sea negativa
A ver si es por eso
el programa es el mismo unicamente e cambiado el signo de las cantidades a negativo y cuando intenti importar al programa factura.e v3.4 me dice que error
Responder Con Cita
  #5  
Antiguo 11-05-2025
Addon65 Addon65 is offline
Registrado
 
Registrado: may 2025
Posts: 3
Poder: 0
Addon65 Va por buen camino
xlm

<no lo puedo poner dice que no puede enviar enlaces>
<FileHeader>
<SchemaVersion>3.2.1</SchemaVersion>
<Modality>I</Modality>
<InvoiceIssuerType>EM</InvoiceIssuerType>
<Batch>
<BatchIdentifier>Exxxxxxx0035Emit-</BatchIdentifier>
<InvoicesCount>1</InvoicesCount>
<TotalInvoicesAmount>
<TotalAmount>-201.56</TotalAmount>
</TotalInvoicesAmount>
<TotalOutstandingAmount>
<TotalAmount>-201.56</TotalAmount>
</TotalOutstandingAmount>
<TotalExecutableAmount>
<TotalAmount>-201.56</TotalAmount>
</TotalExecutableAmount>
<InvoiceCurrencyCode>EUR</InvoiceCurrencyCode>
</Batch>
</FileHeader>
<Parties>
<SellerParty>
<TaxIdentification>
<PersonTypeCode>J</PersonTypeCode>
<ResidenceTypeCode>R</ResidenceTypeCode>
<TaxIdentificationNumber>E65131xxx</TaxIdentificationNumber>
</TaxIdentification>
<LegalEntity>
<CorporateName>CALABRIA BCN COxxxxxxx</CorporateName>
<TradeName></TradeName>
<AddressInSpain>
<Address>CALABRIA, 173 6-5</Address>
<PostCode>08015</PostCode>
<Town>BARCELONA</Town>
<Province>BARCELONA</Province>
<CountryCode>ESP</CountryCode>
</AddressInSpain>
<ContactDetails>
<Telephone>93xxxx4337</Telephone>
<ElectronicMail>dxxxxxxxxxxxzxgmail.com</ElectronicMail>
</ContactDetails>
</LegalEntity>
</SellerParty>
<BuyerParty>
<TaxIdentification>
<PersonTypeCode>J</PersonTypeCode>
<ResidenceTypeCode>R</ResidenceTypeCode>
<TaxIdentificationNumber>xxxxxxxxxx</TaxIdentificationNumber>
</TaxIdentification>
<LegalEntity>
<CorporateName>xxxxxxxxx S.L.</CorporateName>
<AddressInSpain>
<Address> Calabria, 173 xxxxª</Address>
<PostCode>08015</PostCode>
<Town>Barcelona</Town>
<Province>BARCELONA</Province>
<CountryCode>ESP</CountryCode>
</AddressInSpain>
</LegalEntity>
</BuyerParty>
</Parties>
<Invoices>
<Invoice>
<InvoiceHeader>
<InvoiceNumber>250035</InvoiceNumber>
<InvoiceSeriesCode>emit-</InvoiceSeriesCode>
<InvoiceDocumentType>FC</InvoiceDocumentType>
<InvoiceClass>OO</InvoiceClass>
</InvoiceHeader>
<InvoiceIssueData>
<IssueDate>2025-05-05</IssueDate>
<InvoiceCurrencyCode>EUR</InvoiceCurrencyCode>
<TaxCurrencyCode>EUR</TaxCurrencyCode>
<LanguageName>es</LanguageName>
</InvoiceIssueData>
<TaxesOutputs>
<Tax>
<TaxTypeCode>01</TaxTypeCode>
<TaxRate>21</TaxRate>
<TaxableBase>
<TotalAmount>-197.6</TotalAmount>
</TaxableBase>
<TaxAmount>
<TotalAmount>-41.5</TotalAmount>
</TaxAmount>
</Tax>
</TaxesOutputs>
<InvoiceTotals>
<TotalGrossAmount>-197.6</TotalGrossAmount>
<TotalGeneralDiscounts>0.0</TotalGeneralDiscounts>
<TotalGeneralSurcharges>0.0</TotalGeneralSurcharges>
<TotalGrossAmountBeforeTaxes>-197.6</TotalGrossAmountBeforeTaxes>
<TotalTaxOutputs>-41.5</TotalTaxOutputs>
<TotalTaxesWithheld>0.0</TotalTaxesWithheld>
<InvoiceTotal>-239.1</InvoiceTotal>
<TotalOutstandingAmount>-239.1</TotalOutstandingAmount>
<AmountsWithheld>
<WithholdingReason>retencion</WithholdingReason>
<WithholdingRate>19</WithholdingRate>
<WithholdingAmount>-37.54</WithholdingAmount>
</AmountsWithheld>
<TotalExecutableAmount>-201.56</TotalExecutableAmount>
<TotalReimbursableExpenses>0.0</TotalReimbursableExpenses>
</InvoiceTotals>
<Items>
<InvoiceLine>
<ItemDescription>PLAZA PARKING 11
REF CAT 9017911DF2xxxx0004NR</ItemDescription>
<Quantity>-1</Quantity>
<UnitOfMeasure>01</UnitOfMeasure>
<UnitPriceWithoutTax>98.8</UnitPriceWithoutTax>
<TotalCost>98.8</TotalCost>
<GrossAmount>98.8</GrossAmount>
<TaxesOutputs>
<Tax>
<TaxTypeCode>01</TaxTypeCode>
<TaxRate>21</TaxRate>
<TaxableBase>
<TotalAmount>98.8</TotalAmount>
</TaxableBase>
<TaxAmount>
<TotalAmount>20.75</TotalAmount>
</TaxAmount>
</Tax>
</TaxesOutputs>
</InvoiceLine>
<InvoiceLine>
<ItemDescription>PLAZA PARKING 10
REF CAT xxxxxxxxxxxxxxR</ItemDescription>
<Quantity>-1</Quantity>
<UnitOfMeasure>01</UnitOfMeasure>
<UnitPriceWithoutTax>98.8</UnitPriceWithoutTax>
<TotalCost>98.8</TotalCost>
<GrossAmount>98.8</GrossAmount>
<TaxesOutputs>
<Tax>
<TaxTypeCode>01</TaxTypeCode>
<TaxRate>21</TaxRate>
<TaxableBase>
<TotalAmount>98.8</TotalAmount>
</TaxableBase>
<TaxAmount>
<TotalAmount>20.75</TotalAmount>
</TaxAmount>
</Tax>
</TaxesOutputs>
</InvoiceLine>
</Items>
</Invoice>
</Invoices>
</fe:Facturae>
Responder Con Cita
  #6  
Antiguo 11-05-2025
jlmoli_67 jlmoli_67 is offline
Miembro
 
Registrado: feb 2024
Posts: 125
Poder: 3
jlmoli_67 Va por buen camino
Cita:
Empezado por Addon65 Ver Mensaje
<no lo puedo poner dice que no puede enviar enlaces>
<FileHeader>
<SchemaVersion>3.2.1</SchemaVersion>
<Modality>I</Modality>
<InvoiceIssuerType>EM</InvoiceIssuerType>
<Batch>
<BatchIdentifier>Exxxxxxx0035Emit-</BatchIdentifier>
<InvoicesCount>1</InvoicesCount>
<TotalInvoicesAmount>
<TotalAmount>-201.56</TotalAmount>
</TotalInvoicesAmount>
<TotalOutstandingAmount>
<TotalAmount>-201.56</TotalAmount>
</TotalOutstandingAmount>
<TotalExecutableAmount>
<TotalAmount>-201.56</TotalAmount>
</TotalExecutableAmount>
<InvoiceCurrencyCode>EUR</InvoiceCurrencyCode>
</Batch>
</FileHeader>
<Parties>
<SellerParty>
<TaxIdentification>
<PersonTypeCode>J</PersonTypeCode>
<ResidenceTypeCode>R</ResidenceTypeCode>
<TaxIdentificationNumber>E65131xxx</TaxIdentificationNumber>
</TaxIdentification>
<LegalEntity>
<CorporateName>CALABRIA BCN COxxxxxxx</CorporateName>
<TradeName></TradeName>
<AddressInSpain>
<Address>CALABRIA, 173 6-5</Address>
<PostCode>08015</PostCode>
<Town>BARCELONA</Town>
<Province>BARCELONA</Province>
<CountryCode>ESP</CountryCode>
</AddressInSpain>
<ContactDetails>
<Telephone>93xxxx4337</Telephone>
<ElectronicMail>dxxxxxxxxxxxzxgmail.com</ElectronicMail>
</ContactDetails>
</LegalEntity>
</SellerParty>
<BuyerParty>
<TaxIdentification>
<PersonTypeCode>J</PersonTypeCode>
<ResidenceTypeCode>R</ResidenceTypeCode>
<TaxIdentificationNumber>xxxxxxxxxx</TaxIdentificationNumber>
</TaxIdentification>
<LegalEntity>
<CorporateName>xxxxxxxxx S.L.</CorporateName>
<AddressInSpain>
<Address> Calabria, 173 xxxxª</Address>
<PostCode>08015</PostCode>
<Town>Barcelona</Town>
<Province>BARCELONA</Province>
<CountryCode>ESP</CountryCode>
</AddressInSpain>
</LegalEntity>
</BuyerParty>
</Parties>
<Invoices>
<Invoice>
<InvoiceHeader>
<InvoiceNumber>250035</InvoiceNumber>
<InvoiceSeriesCode>emit-</InvoiceSeriesCode>
<InvoiceDocumentType>FC</InvoiceDocumentType>
<InvoiceClass>OO</InvoiceClass>
</InvoiceHeader>
<InvoiceIssueData>
<IssueDate>2025-05-05</IssueDate>
<InvoiceCurrencyCode>EUR</InvoiceCurrencyCode>
<TaxCurrencyCode>EUR</TaxCurrencyCode>
<LanguageName>es</LanguageName>
</InvoiceIssueData>
<TaxesOutputs>
<Tax>
<TaxTypeCode>01</TaxTypeCode>
<TaxRate>21</TaxRate>
<TaxableBase>
<TotalAmount>-197.6</TotalAmount>
</TaxableBase>
<TaxAmount>
<TotalAmount>-41.5</TotalAmount>
</TaxAmount>
</Tax>
</TaxesOutputs>
<InvoiceTotals>
<TotalGrossAmount>-197.6</TotalGrossAmount>
<TotalGeneralDiscounts>0.0</TotalGeneralDiscounts>
<TotalGeneralSurcharges>0.0</TotalGeneralSurcharges>
<TotalGrossAmountBeforeTaxes>-197.6</TotalGrossAmountBeforeTaxes>
<TotalTaxOutputs>-41.5</TotalTaxOutputs>
<TotalTaxesWithheld>0.0</TotalTaxesWithheld>
<InvoiceTotal>-239.1</InvoiceTotal>
<TotalOutstandingAmount>-239.1</TotalOutstandingAmount>
<AmountsWithheld>
<WithholdingReason>retencion</WithholdingReason>
<WithholdingRate>19</WithholdingRate>
<WithholdingAmount>-37.54</WithholdingAmount>
</AmountsWithheld>
<TotalExecutableAmount>-201.56</TotalExecutableAmount>
<TotalReimbursableExpenses>0.0</TotalReimbursableExpenses>
</InvoiceTotals>
<Items>
<InvoiceLine>
<ItemDescription>PLAZA PARKING 11
REF CAT 9017911DF2xxxx0004NR</ItemDescription>
<Quantity>-1</Quantity>
<UnitOfMeasure>01</UnitOfMeasure>
<UnitPriceWithoutTax>98.8</UnitPriceWithoutTax>
<TotalCost>98.8</TotalCost>
<GrossAmount>98.8</GrossAmount>
<TaxesOutputs>
<Tax>
<TaxTypeCode>01</TaxTypeCode>
<TaxRate>21</TaxRate>
<TaxableBase>
<TotalAmount>98.8</TotalAmount>
</TaxableBase>
<TaxAmount>
<TotalAmount>20.75</TotalAmount>
</TaxAmount>
</Tax>
</TaxesOutputs>
</InvoiceLine>
<InvoiceLine>
<ItemDescription>PLAZA PARKING 10
REF CAT xxxxxxxxxxxxxxR</ItemDescription>
<Quantity>-1</Quantity>
<UnitOfMeasure>01</UnitOfMeasure>
<UnitPriceWithoutTax>98.8</UnitPriceWithoutTax>
<TotalCost>98.8</TotalCost>
<GrossAmount>98.8</GrossAmount>
<TaxesOutputs>
<Tax>
<TaxTypeCode>01</TaxTypeCode>
<TaxRate>21</TaxRate>
<TaxableBase>
<TotalAmount>98.8</TotalAmount>
</TaxableBase>
<TaxAmount>
<TotalAmount>20.75</TotalAmount>
</TaxAmount>
</Tax>
</TaxesOutputs>
</InvoiceLine>
</Items>
</Invoice>
</Invoices>
</fe:Facturae>





buenas,
eso es xml en formato facturae. No te va a entrar ni a la de tres en verifactu

Mira este enlace:
https://www.agenciatributaria.es/AEA...ERI_FACTU.html

Un saludo
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
Cuando hacer un abono o una rectificativa CarlosMz General/Noticias 0 24-04-2025 19:24:39
Factura abono de factura con descuentos josejava Registros de Facturacion y Eventos (XML) 10 21-12-2024 15:15:08
Incongruencia factura abono ermendalenda Registros de Facturacion y Eventos (XML) 7 25-11-2024 20:28:44
Duda a verifactu sobre factura compatibilidad de factura sustittuiva en facturae ermendalenda Registros de Facturacion y Eventos (XML) 3 05-11-2024 17:37:24
Opinion negativa del IDE de Delphi 2005 lafirma Debates 16 23-12-2005 17:54:05


La franja horaria es GMT +2. Ahora son las 07:54:27.


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