Plone behavior to get (and set) global E-Guichet/Teleservices configuration into a Plone Application. Expose E-Guichet procedures in a select field.
Project description
Plone behavior to get (and set) global E-Guichet/Teleservices configuration into a Plone Application. Expose E-Guichet procedures in a select field.
Features
Set E-Guichet global configuration in Plone Application
Expose E-Guichet procedure in a select field
Examples
- Get procedures from e-guichet API :
https://COMMUNE-formulaires.guichet-citoyen.be/api/formdefs/
- Find procedures in website :
http://localhost:8080/COMMUNE/ma-commune/services-communaux/accueil/demarches
Documentation
Full documentation for end users can be found in the “docs” folder, and is also available online at http://docs.plone.org/foo/bar
Translations
This product has been translated into
Klingon (thanks, K’Plai)
Installation
Install imio.behavior.teleservices by adding it to your buildout:
[buildout] ... eggs = imio.behavior.teleservices
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/collective/imio.behavior.teleservices/issues
Source Code: https://github.com/collective/imio.behavior.teleservices
Documentation: https://docs.plone.org/foo/bar
Support
If you are having issues, please let us know. We have a mailing list located at: project@example.com
License
The project is licensed under the GPLv2.
Contributors
Christophe Boulanger, christophe.boulanger@imio.be
Laurent Lasudry, laurent.lasudry@affinitic.be
Changelog
1.0.5 (2021-10-22)
Fix query and authentication to get procedures from ia.teleservices. [boulch]
1.0.4 (2021-05-17)
Remove useless browser view [boulch]
1.0.3 (2020-08-12)
[WEB-3405] : Add behavior marker interface. [boulch]
1.0.2 (2020-07-07)
Edited translation [boulch]
1.0.1 (2020-07-06)
Transform SelectProcedureWidget to a SingleSelect2Widget to get filter text widget on a choice field. [boulch]
update locales [boulch]
1.0 (2020-07-01)
Initial release. [boulch]