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

Verify Group to Fitxer d'Entitats #377

Open
Jordi-Miro opened this issue Oct 13, 2021 · 0 comments
Open

Verify Group to Fitxer d'Entitats #377

Jordi-Miro opened this issue Oct 13, 2021 · 0 comments

Comments

@Jordi-Miro
Copy link

Is your feature request related to a problem? Please describe.
Decidim Barcelona needs a way to automate group verification to avoid manual check of its existence in “Fitxer General d’Entitats de Barcelona”.

Describe the solution you'd like
Decidim should ask the user who creates or modifies the group the information needed to call the Fitxer d’Entitats API.
The way to verify a group should be as similar as possible to the user verification.
Additional context
Here (https://docs.google.com/document/d/1on3sO3oH_eDsryjAXmDYNbJXzc_5c-zqvngDEF-m0Ek/edit?usp=sharing) is the document explaining a possible way to develop the UI.
There are separate API calls to check two kind of entities
• Inscribed in the “Registre d’Entitats de la Generalitat” which have a VAT (NIF) number.
• Non inscribed in the “Registre d’Entitats de la Generalitat” with no VAT number.

Endpoints (DEVELOPMENT)

Crides a grup de fet.
https://fitxer-dentitats.intelligenia.com/services/nfge/fact_group/exists_from_decidim/?id=1&phone=958958958 (Retorna 0)
https://fitxer-dentitats.intelligenia.com/services/nfge/fact_group/exists_from_decidim/?id=1&phone=958958958 (Retorna 2)
https://fitxer-dentitats.intelligenia.com/services/nfge/fact_group/exists_from_decidim/?id=88&phone=95555 (Retorna 1)

Crides a entitats
https://fitxer-dentitats.intelligenia.com/services/nfge/entity/exists_from_decidim/?id=28&phone=958958958 (Retorna 0)
https://fitxer-dentitats.intelligenia.com/services/nfge/entity/exists_from_decidim/?id=28&phone=958555555 (Retorna 2)
https://fitxer-dentitats.intelligenia.com/services/nfge/entity/exists_from_decidim/?id=23338&phone=958555555 (Retorna 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant