Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No firma notas de débito #35

Open
juanbnovasoft opened this issue Dec 30, 2024 · 1 comment
Open

No firma notas de débito #35

juanbnovasoft opened this issue Dec 30, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@juanbnovasoft
Copy link

juanbnovasoft commented Dec 30, 2024

He ingresado para firmar la nota de débito, pero la librería no esta firmando, devuelve el xml tal cual como se ingreso.
EJEMPLO:

XML de ejemplo

<?xml version="1.0" encoding="UTF-8"?>
<notaDebito version="1.0.0" id="comprobante">
  <infoTributaria>
    <ambiente>1</ambiente>
    <tipoEmision>1</tipoEmision>
    <razonSocial>AABC</razonSocial>
    <nombreComercial>ABC</nombreComercial>
    <ruc>0190386464001</ruc>
    <claveAcceso>2712202405019038646400110010010000000028694560211</claveAcceso>
    <codDoc>05</codDoc>
    <estab>001</estab>
    <ptoEmi>001</ptoEmi>
    <secuencial>000000002</secuencial>
    <dirMatriz>LUIS CORDERO 9-46 SIMON BOLIVAR</dirMatriz>
  </infoTributaria>
  <infoNotaDebito>
    <fechaEmision>27/12/2024</fechaEmision>
    <tipoIdentificacionComprador>06</tipoIdentificacionComprador>
    <razonSocialComprador>MARIN CARLOS</razonSocialComprador>
    <identificacionComprador>1103639702</identificacionComprador>
    <obligadoContabilidad>SI</obligadoContabilidad>
    <codDocModificado>01</codDocModificado>
    <numDocModificado>001-001-000000012</numDocModificado>
    <fechaEmisionDocSustento>19/12/2024</fechaEmisionDocSustento>
    <totalSinImpuestos>16.31</totalSinImpuestos>
    <impuestos>
      <impuesto>
        <codigo>2</codigo>
        <codigoPorcentaje>4</codigoPorcentaje>
        <tarifa>15.00</tarifa>
        <baseImponible>0.00</baseImponible>
        <valor>0.00</valor>
      </impuesto>
      <impuesto>
        <codigo>2</codigo>
        <codigoPorcentaje>4</codigoPorcentaje>
        <tarifa>15.00</tarifa>
        <baseImponible>15.65</baseImponible>
        <valor>2.35</valor>
      </impuesto>
    </impuestos>
    <valorTotal>18.66</valorTotal>
  </infoNotaDebito>
  <motivos>
    <motivo>
      <razon>INTERESES</razon>
      <valor>0.660000</valor>
    </motivo>
    <motivo>
      <razon>GASTO DE COBRANZA</razon>
      <valor>15.650000</valor>
    </motivo>
  </motivos>
  <infoAdicional>
    <campoAdicional nombre="Informacion Adicional"> CC AB-000023</campoAdicional>
  </infoAdicional>
</notaDebito>
@bryancalisto
Copy link
Owner

Hola Juan. En efecto. La librería soporta solo facturas por el momento. Estaré agregando soporte para notas de débito próximamente. Gracias por el aporte.

@bryancalisto bryancalisto self-assigned this Jan 3, 2025
@bryancalisto bryancalisto added the enhancement New feature or request label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants