Both sides previous revision Previous revision Next revision | Previous revision |
en:plugins:formfiller [2022/02/07 09:56] – [Downloads] fasse | en:plugins:formfiller [2024/06/01 21:57] (current) – [History] rmb |
---|
====== FormFiller ====== | ====== FormFiller ====== |
| |
==== Beschreibung ==== | ==== Description ==== |
This plugin makes it possible to fill PDF forms with the profile data and the profile image of members. | This plugin makes it possible to fill PDF forms with profile data and profile pictures of members, as well as any text and pictures. |
| |
Form Filler can either create a single PDF document (on the profile data of a member based) as well as multiple documents (based on a created in Admidio list). The production of labels is also possible. For each used PDF form or each label template its own configuration is applied. | The creation of labels is also possible. A separate configuration is created for each PDF form or label template used. |
| |
| The PDF forms can be different types of PDF files, e.g. declarations of membership, SEPA direct debit mandates, invitations, serial letters or membership cards. |
| |
In the PDF form, there may be different types of PDF files, for example, accessions, SEPA direct debit mandates, invitations or membership cards. | |
| |
==== Downloads ==== | ==== Downloads ==== |
<WRAP download 60%> | <WRAP download 60%> |
[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=5b235b20-ff62-4d8d-8531-1d81d6bfec24|formfiller_3.1.0.zip]] - **(Admidio 4.1)** | [[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=a760ac87-cb4a-4a26-b547-f35f399a130e|formfiller_3.3.1.zip]] - **(Admidio 4.3)** |
</WRAP> | </WRAP> |
| |
Older versions:\\ | Older versions:\\ |
| [[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=8650da2f-42a9-45a2-9ecf-82bacadb0e6a|formfiller_3.2.0.zip]] - (Admidio 4.2)\\ |
| [[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=5b235b20-ff62-4d8d-8531-1d81d6bfec24|formfiller_3.1.0.zip]] - (Admidio 4.1)\\ |
[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=8dabd088-4d2f-465c-9530-19fc1dc4da4a|formfiller_3.0.3.zip]] - (Admidio 4.0)\\ | [[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=8dabd088-4d2f-465c-9530-19fc1dc4da4a|formfiller_3.0.3.zip]] - (Admidio 4.0)\\ |
[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=a462b32f-24d1-47ef-b1c9-3b540cce517a|formfiller_2.3.7.zip]] - (Admidio 3.3)\\ | [[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=a462b32f-24d1-47ef-b1c9-3b540cce517a|formfiller_2.3.7.zip]] - (Admidio 3.3)\\ |
Supported by: **[[http://forum.admidio.org/memberlist.php?mode=viewprofile&u=1506|rmb]] **\\ | Supported by: **[[http://forum.admidio.org/memberlist.php?mode=viewprofile&u=1506|rmb]] **\\ |
| |
Plugin-Version: **2.0.1**\\ | Plugin-Version: **3.3.1**\\ |
| |
Required Admidio-Version: **3.0**\\ | Required Admidio-Version: **4.3**\\ |
| |
Supported databases: **MySQL**\\ | Supported databases: **MySQL**\\ |
| |
Supported languages: **Deutsch (du), Deutsch (Sie), Englisch** | Supported languages: **German, English, French** |
| |
License: **GPL 2** | License: **GPL 2** |
| |
Older Version: [[http://www.admidio.org/intern/adm_program/modules/downloads/get_file.php?file_id=22|formfiller_1.0.3.zip]] (Admidio 2.4.4) | |
| |
==== Screenshots ==== | ==== Screenshots ==== |
| |
==== Installation ==== | ==== Installation ==== |
* The folder adm_plugins create a new folder named formfiller | * In the adm_plugins folder, create a new folder called formfiller |
* Then copy all files (and folders) in the folder formfiller from the unzipped Zip file. | * After that, copy all files (and folders) of the formfiller folder from the unzipped zip file to this folder. |
* Recently even insert the link to the plugin in the file my_body_bottom.php. | * Then use the Admidio module menu to create a menu item for FormFiller with the following URL: /adm_plugins/formfiller/formfiller.php (When creating this menu item, it is strongly recommended to specify a role in the "Visible for" field). |
| |
^There are two different ways:^^ | |
|If you want to display the link to Form Filler in existing modules:|If you want the link to Form Filler appear in a separate Plugins menu:| | |
|{{:de:plugins:formfiller:link-in-menue-module.png?150}}|{{:de:plugins:formfiller:link-in-menue-plugins.png?150}}| | |
|Add before command "$moduleMenu->show();" this line:|Add this line (if not exists):| | |
|include(SERVER_PATH."/adm_plugins/formfiller/formfiller.php");|$pluginMenu = new Menu('plugins', 'Plugins');| | |
|:::|include(SERVER_PATH. '/adm_plugins/formfiller/formfiller.php');| | |
|:::|$pluginMenu->show();| | |
| |
==== Update ==== | ==== Update ==== |
* First, delete all files in the plugin directory of Form Filler. | * First delete all files in the FormFiller plugin directory. |
* Then continue as described in Installation. | * Then copy all files (and folders) of the formfiller folder from the unzipped zip file to the plugin directory. |
| |
==== History ==== | ==== History ==== |
//2.0.1 (02.11.2015)// | //3.3.1 (01.06.2024)// |
* Error (caused by the method add headline) resolved | * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.3.1|All changes of this version on GitHub]] |
| |
| //3.3.0 (16.01.2024)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.3.0|All changes of this version on GitHub]] |
| |
| //3.2.0 (18.02.2023)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.2.0|All changes of this version on GitHub]] |
| |
| //3.1.0 (05.01.2022)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.1.0|All changes of this version on GitHub]] |
| |
| //3.0.3 (23.08.2021)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.0.3|All changes of this version on GitHub]] |
| |
| //3.0.2 (20.03.2021)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.0.2|All changes of this version on GitHub]] |
| |
| //3.0.1 (11.01.2021)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.0.1|All changes of this version on GitHub]] |
| |
| //3.0.0 (12.12.2020)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av3.0.0|All changes of this version on GitHub]] |
| |
| //2.3.7 (06.03.2020)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.7|All changes of this version on GitHub]] |
| |
| //2.3.6 (10.01.2020)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.6|All changes of this version on GitHub]] |
| |
| //2.3.5 (04.01.2020)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.5|All changes of this version on GitHub]] |
| |
| //2.3.4 (04.02.2019)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.4|All changes of this version on GitHub]] |
| |
| //2.3.3 (04.02.2019)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.3|All changes of this version on GitHub]] |
| |
| //2.3.2 (30.10.2018)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.2|All changes of this version on GitHub]] |
| |
| //2.3.1 (22.04.2018)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.1|All changes of this version on GitHub]] |
| |
| //2.3.0 (16.04.2018)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.3.0|All changes of this version on GitHub]] |
| |
| //2.2.2 (25.11.2017)// |
| * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.2.2|All changes of this version on GitHub]] |
| |
//2.0.0 (27.05.2015)// | //2.2.1 (03.05.2017)// |
* Compatible with Admidio 3.0 | * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.2.1|All changes of this version on GitHub]] |
* Created uninstall routine | |
* Modified method for integrating the plugin (include) | |
* Menu names adapted (identical with other plugins) | |
* Internal only: management of configuration data changed | |
| |
//1.0.3 (04.12.2014)// | //2.2.0 (19.12.2016)// |
* Print possibility of profile photo and current date | * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.2.0|All changes of this version on GitHub]] |
| |
//1.0.2 (07.05.2014)// | //2.1.2 (13.09.2016)// |
* Implemented production of multiple documents about new module list choice | * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.1.2|All changes of this version on GitHub]] |
| |
//1.0.1 (30.04.2014)// | //2.1.1 (09.06.2016)// |
* Call the plugin via the Menu class implemented (System requirements now Admidio version 2.4.4 or higher) | * [[https://github.com/rmbinder/FormFiller/issues?q=milestone%3Av2.1.1|All changes of this version on GitHub]] |
| |
//1.0.0 (14.04.2014)// | [[https://www.admidio.org/dokuwiki/doku.php?id=de:plugins:formfiller#aenderungshistorie|For changes before version 2.1.1 please look at the german page]] |
| |
==== Operation ==== | ==== Operation ==== |
Currently, in this table, the following configurations plugins are stored: | Currently, in this table, the following configurations plugins are stored: |
* Membership fee | * Membership fee |
* Category report | |
* Birthday list | * Birthday list |
* Form Filler | * Form Filler |