Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:plugins:written_communications [2016/10/21 22:53] – [Install the Plugin] thomas-rcven:plugins:written_communications [2024/01/13 21:11] (current) fasse
Line 1: Line 1:
 ====== Letter module Written Communications ====== ====== Letter module Written Communications ======
  
-This[[https://github.com/thomas-rcv/admidio-written_communications|Plugin]] allows you to create letters and form letters. Based on a *.docx template with placeholders (template) this plugin generates a complete * .docx document and start downloading the file you created. The resulting document can be processed with corresponding software on the PC. MS Office, OpenOffice and LibreOffice are supported.+This[[https://github.com/thomas-rcv/admidio-written_communications|Plugin]] allows you to create letters and form letters. Based on a *.docx template with placeholders (template) this plugin generates a complete * .docx document and start downloading the file you created. The resulting document can be processed with corresponding software on the PC. MS Office, OpenOffice and LibreOffice are supported. 
    
  
Line 8: Line 8:
 Admidio Version 2.4.4 or higher Admidio Version 2.4.4 or higher
  
 +
 +==== Downloads ====
 +<WRAP download 60%>
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=bb55db15-8da1-4433-a8fe-70ae94d66669|written communications_3.4.1.zip]] - **(Admidio 4.1 - Admidio 4.3)**\\ 
 +</WRAP>
 +
 +Older versions:\\
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=12a26b12-5218-4740-9812-d18f076aecee|written communications_3.3.3.zip]] - (Admidio 4.0)\\ 
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=6cb36c7a-dd3e-4331-80f5-4a83fc59e838|written communications_3.2.2.zip]] - (Admidio 3.3)\\ 
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=57fd56e8-98b4-412f-83f6-07ab72f04a19|written communications_3.1.zip]] - (Admidio 3.2)\\ 
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=ff234feb-a9a8-4e1a-bbe7-ba50675f222e|written communications_3.0.zip]] - (Admidio 3.1)\\ 
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=ba98822b-e603-4fbd-95b6-fecd61a4f40c|written communications_2.0.1.zip]] - (Admidio 3.0)\\ 
 +[[https://www.admidio.org/intern/adm_program/modules/documents-files/get_file.php?file_uuid=bc5ca653-ff99-4fc2-890a-07c8f32d8654|written communications_1.1.zip]] - (min. Admidio 2.4.4)
 +
 +==== Information ====
 +Supported by: **Thomas-RCV**\\ 
 +
 +Plugin-Version:     **3.4.1**\\ 
 +
 +Required Admidio-Version:  **at least version 2.4.4**\\ 
 +
 +Supported Databases:  **MySQL, PostgreSQL**\\ 
 +
 +Supported Languages: **German, German(polite), Englisch**
 +
 +License: **GPL 2**
 +
 +Sourcecode: [[https://github.com/thomas-rcv/admidio-written_communications|Github]]
 +
 +
 +==== Screenshots ====
 +{{ :de:2.0:plg_wc_img1.jpg |}}
 +
 +{{ :de:2.0:plg_wc_img2.jpg |}}
  
  
 ===== Install the Plugin ===== ===== Install the Plugin =====
  
-An installation is not nescessary. Just unpack the downloaded files an copy them into **adm_plugins**. Add a link to the Admidio menu in your used theme ansd also in the overview page.+An installation is not nescessary. Just unpack the downloaded files an copy them into **adm_plugins**. Add a link to the Admidio menu in your used theme and also in the overview page.
  
 == Example: == == Example: ==
  
-In file **my_body_bottom.php** ad to the end of the menu follwing link:+In file **my_body_bottom.php** add at the end of the menu the follwing link:
        
 <code php> <code php>
Line 56: Line 90:
 ===== Updates ===== ===== Updates =====
  
-If a new release is available all files and folders are replaced by newer version scripts. +If a new release is available all files and folders are replaced by newer version scripts. 
 + 
 +===== Update to Admidio 3.2 ===== 
 + 
 +  * Since Admidio 3.2 the role "Webmaster" changed to "Administrator" and will be removed in future. 
 +  * Add this changes to your config.php to avoid troubleshooting: 
 + 
 +<code php> 
 +$plg_wc_roleArray = array('Administrator'); 
 +</code> 
  
  
Line 88: Line 131:
  
 If you have created a nice template and you want to share like a demo just contact the Admidio Team If you have created a nice template and you want to share like a demo just contact the Admidio Team
 +
 +
 +==== History ====
 +//3.4.1 (13.01.2024)//
 +  * Compatibility with Admidio 4.3
 +
 +//3.4.0 (05.12.2021)//
 +  * Compatibility with Admidio 4.1
 +
 +//3.3.3 (24.01.2021)//
 +  * [Bug] Output of street was not possible because of a rename of the internal field name
 +
 +//3.3.2 & 3.2.2 (15.11.2020)//
 +  * PHP 7.4 compatibility
 +  * Update SimpleHtmlDom library to version 1.9.1
 +
 +//3.3.1 (07.11.2020)//
 +  * Compatibility with Admidio 4.0
 +
 +//3.2.1 (16.11.2018)//
 +  * Compatibility with Admidio 3.3
 +
 +//3.1 (08.01.2017)//
 +  * Compatibility with Admidio 3.2
 +  * Changed folder path of the user tamplates to new organization folder names in the Download module.
 +  * Renamed "Webmaster" to "Administrator" in the config file ( $plg_wc_roleArray = array('Administrator'); ).
 +
 +//3.0 (12.10.2016)//
 +  * Compatibility with Admidio 3.1
 +  * PHP7 ready
 +  * Language "de_sie" added
 +  * rework of Color style assignment
 +
 +//2.0.1 (28.09.2015)//
 +  * Bugfix loading Admidio classes
 +  * Bugfix root path for template files
 +  * Internal name convention of variables and arrays
 +
 +//2.0 (24.09.2015)//
 +  * Ready for Admidio 3.0
 +  * Common enhancements
 +
 +//1.1 (18.08.2014)//
 +  * NEW FEATURES
 +  - Access to roles configurable in config file now
 +  - Customs profile fields can be registered in config file
 +  - Customs text fields can be registred in config file
 +
 +//1.0.2 (29.06.2014)//
 +  * Bugfix openbase_dir settings causes errors
 +  * Bugfix Prefix of temporary file changed to "zip"
 +
 +//1.0.1 (22.04.2014)//
 +  * Bugfix Wrong spelling of role class
 +
 +//1.0 (13.04.2014)//
 +  * Modul Written Communications released
  • en/plugins/written_communications.1477083191.txt.gz
  • Last modified: 2016/10/21 22:53
  • by thomas-rcv