Skip to content

Stores list of services by schedule, allow clients to choose any time

Notifications You must be signed in to change notification settings

grigory-lobkov/timerec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedule Clients - Time Recorder - TimeRec

Stores list of services and it's schedule. Allow clients to choose any time

Event Calendar

Deploy process

Run in IntelliJ

Databases

To choose database, set DB_TYPE environment variable, supported values:

  • H2
  • Postgres
  • MariaDB

You should also set DB_URL, DB_USER, DB_PASSWORD, DB_MAX_POOL_SIZE, DB_CONNECTION_TIMEOUT environment variables.

Integration

To choose integration type, set INTEGRATOR_TYPE environment variable, supported values:

  • Moodle

For this integration type copy Body tag content from record.html and put it where you need inside moodle page. Don't forget to configure moodle profile url through INTEGRATOR_MOODLE_USER_PROFILE_URL environment variable, for example: "http://localhost/moodle/user/edit.php".

  • MoodleDB

For this integration type copy Body tag content from record.html and put it where you need inside moodle page. Don't forget to configure moodle sessions table name by INTEGRATOR_MOODLEDB_SESSIONS_TABLE_NAME environment variable, for example: "mdl_sessions". Don't forget to configure moodle user table name by INTEGRATOR_MOODLEDB_USER_TABLE_NAME environment variable, for example: "mdl_user".

Alerting

  • by Email in profile

Help

If you want for business relationship, write me by email grigorymail.at.mail.in.ru or call +7922122DATA

About

Stores list of services by schedule, allow clients to choose any time

Topics

Resources

Stars

Watchers

Forks