/ChurchTools-Facts-Reporter

This desktop application provides an easy way to report facts about events in ChurchTools

Primary LanguageJavaScriptMIT LicenseMIT

Note: This project is no longer maintained.

ChurchTools Facts Reporter

This desktop application provides an easy way to report facts about events in ChurchTools. The software is based on Electron and can be used cross-platform on Windows, MacOS and Linux.

Screenshot

If you like my project and want to keep me motivated:

Buy Me a Coffee at ko-fi.com

Current features

  • Display all facts columns from ChurchTools
  • Securely store ChurchTools credentials in system's keychain
  • Auto-login on application start
  • Auto-logout on application exit
  • Auto-selection of latest event within the last six days
  • Show warning prompt before overwriting existing values

Use it

If you want to use the Facts Reporter, check out the packaged releases for Windows, MacOS and Linux here.

Improve it

Any suggestion and improvement is highly welcome! If you encounter a bug, please write an issue. If you have improved the software, please share your improvements, in the sense of the open source philosophy, with a pull request.

Install

To get started with coding, you need node, yarn and some skills in web technologies.

# Install dependencies
yarn install

# Run the app
yarn start

Note: If you are on Linux install the libsecret library first (see here).

Package application

Generate executables for Windows, MacOS and Linux is as easy as this:

# Package the application
yarn dist

Afterwards you find the binaries within the dist/ folder.