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

Codifica degli errori rilevati durante il processo di riconciliazione #523

Open
pintorig opened this issue Aug 23, 2022 · 0 comments
Open

Comments

@pintorig
Copy link
Member

Necessità:
In caso di errori rilevati durante il processo di riconciliazione, la riconciliazione viene posta in stato = 'ERRORE' e viene memorizzata una descrizione minima nel campo descrizioneStato.
Si vuole dare un maggior livello di dettaglio catalogando gli errori rilevati aggiungendoli anche alle informazioni restituite dalle API.

Soluzione:
Nel DB:

  • aggiungere il campo 'cod_errore' che contiene la codifica dell'errore.
  • estendere la dimensione del campo descrizioneStato (attualmente sono 255 caratteri).

Nelle API di Ragioneria V3 e Backoffice aggiungere il nuovo campo alle informazioni restituite in lettura.

@pintorig pintorig added this to the 3.7.0 milestone Aug 23, 2022
@pintorig pintorig self-assigned this Aug 23, 2022
@nardil nardil removed this from the 3.7.0 milestone Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants