/medfolio_rtf_report

generate rtf reports within medfolio plus examples

Primary LanguageJavaScriptMIT LicenseMIT

Medfolio RTF Report Generator

This project contains a series of auxiliary classes that can be used to generate RTF documents within Medfolio's letter- / report scripts.

This project is licensed under the MIT License.

Requirements

Medfolio (Nexus AG)

Installation

There are two possibilities to make use of these classes: Either you have to copy the content of report.js to your Medfolio letter / report script or to the global nxletter script (i.e. globale Briefeschreibe script)

Usage Examples

Please have a look at the directory ./examples/.

Contributing

  1. Fork this repository
  2. Create your feature branch git checkout -b my-new-feature
  3. Commit your changes git commit -am "Add some feature"
  4. Push to the branch git push origin my-new-feature
  5. Create new Pull Request (in your forked repository)