bmlt-enabled / bmlt-portal

0 stars 1 forks source link

BMLT Portal

Additional entry point into the bmlt that offers easy access to meeting changes in the server as well as proof reports meant to be accessed by ASCs for GSRs to go over and 'proof' their meeting data.

Install

download the latest release and edit the config.php then put in a folder on your server.

Examples

Configure

The following options should be configured in the config.php file.

Example settings

static $bmlt_server = 'http://crna.org/main_server';

static $timezone = 'America/New_York';

static $service_body_name = 'Carolina Region';

static $service_body_shortname = 'CRNA';

static $service_body_website = 'http://crna.org';

Optional configuration values

It's possible to specify a service body parent, this is usefull for service bodies that have multiple regions in them.

When using this feature if you also want to include the parent service body in the list you must add this to your config as well.

These will be added as links to main menu if they exist in the config.

BMLT Notify

Sends an email with all BMLT changes in n amount of days

Install

download the latest release and edit the config.php then put on a server and create cron job. the config $homanydays should be set to the same amount of time you set your cron job for.

static $notify_service_body_id = ''; must be set in the config and should probably be the service body parent.

Example

example cron job calls, this would set to call the script at 6pm on sunday

0 18 * * 0 wget -q -O - https://someserver.org/bmltnotify.php >/dev/null

0 18 * * 0 curl --silent https://someserver.org/bmltnotify.php >/dev/null

Timezones for config

This should be a value from here https://www.php.net/manual/en/timezones.php

Examples.

Eastern ........... America/New_York

Central ........... America/Chicago

Mountain .......... America/Denver

Mountain no DST ... America/Phoenix

Pacific ........... America/Los_Angeles

Alaska ............ America/Anchorage

Hawaii ............ America/Adak

Hawaii no DST ..... Pacific/Honolulu