Openbravo Issue Tracking System - Localization Pack: Spain
View Issue Details
0045636Localization Pack: SpainSIIpublic2020-12-21 19:192021-04-26 10:25
lbressan 
juabaez 
highmajoralways
closedfixed 
5
 
 
0045636: Informative error when presenting SII - Expired certificate
When trying to register a series of invoices in the SII, when the certificate is expired it throws the error: "Failed: HTTP error code: 403 - Error on line 18: The element type" link "must be terminated by the matching end- tag"
Send to sii with an expired certificate
It is requested that it be a more informative error message, since at first glance or with the information it indicates it cannot be determined that it was due to the expired certificate
NOR
Issue History
2020-12-21 19:19lbressanNew Issue
2020-12-21 19:19lbressanAssigned To => Jorge Bravo
2020-12-21 19:19lbressanResolution time => 1610319600
2020-12-22 10:23jfrancesIssue Monitored: jfrances
2020-12-31 10:03Jorge BravoAssigned ToJorge Bravo => juabaez
2021-03-18 18:37juabaezStatusnew => scheduled
2021-03-23 19:04hgbotNote Added: 0126865
2021-03-24 19:37hgbotResolutionopen => fixed
2021-03-24 19:37hgbotStatusscheduled => closed
2021-03-24 19:37hgbotNote Added: 0126895
2021-03-24 19:37hgbotNote Added: 0126896
2021-03-24 19:37hgbotNote Added: 0126897
2021-03-24 19:37hgbotNote Added: 0126898
2021-04-26 10:25rafarodaTag Attached: NOR

Notes
(0126865)
hgbot   
2021-03-23 19:04   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/merge_requests/16 [^]
(0126895)
hgbot   
2021-03-24 19:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii [^]
Changeset: 2483c736926d9f88d176bd19fcf5729427204281
Author: Juan Baez <juabaez@gmail.com>
Date: 2021-03-23T15:01:17-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/commit/2483c736926d9f88d176bd19fcf5729427204281 [^]

Fixed ISSUE-45636 add new validation for expiration date from certificate

This validation show an error with the expiration date to certificate and not send to SII

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/module/sii/process/MultiEnvioFactura.java
---
(0126896)
hgbot   
2021-03-24 19:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii [^]
Changeset: 982a3daaebfeb006c4153d690fcafac4778a6f7b
Author: Juan Baez <juabaez@gmail.com>
Date: 2021-03-23T15:04:28-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/commit/982a3daaebfeb006c4153d690fcafac4778a6f7b [^]

Fixed ISSUE-45636 update module version and update info

---
M src-db/database/sourcedata/AD_MODULE.xml
---
(0126897)
hgbot   
2021-03-24 19:37   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/merge_requests/16 [^]
(0126898)
hgbot   
2021-03-24 19:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii [^]
Changeset: 93b2c9538aa1abd2dc073fb8ee7732f0a8d0bdaf
Author: Juan Baez <juabaez@gmail.com>
Date: 2021-03-24T12:50:39-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.module.sii/-/commit/93b2c9538aa1abd2dc073fb8ee7732f0a8d0bdaf [^]

Fixed ISSUE-45636 move validation for expiration date to SIISOAPUtils

Add this validation in each reading of the certificate

---
M src/org/openbravo/module/sii/eventhandlers/SiiConfigurationEventHandler.java
M src/org/openbravo/module/sii/process/ConsultaFactura.java
M src/org/openbravo/module/sii/process/CorrectDuplicateInvoiceError.java
M src/org/openbravo/module/sii/process/MultiCashReceiptSIIModification.java
M src/org/openbravo/module/sii/process/MultiCashReceiptSending.java
M src/org/openbravo/module/sii/process/MultiEnvioFactura.java
M src/org/openbravo/module/sii/process/MultiInvoiceSIIModification.java
M src/org/openbravo/module/sii/process/MultiUnsubscribeInvoice.java
M src/org/openbravo/module/sii/process/PaymentSending.java
M src/org/openbravo/module/sii/process/background/SendInvoicesGroupsToAEAT.java
M src/org/openbravo/module/sii/utils/SIISOAPUtils.java
---