https://github.com/tmcdos/meetbook
Simple web application to organize bookings for a meeting
https://github.com/tmcdos/meetbook
booking-system meetings time-slot-booking
Last synced: 7 months ago
JSON representation
Simple web application to organize bookings for a meeting
- Host: GitHub
- URL: https://github.com/tmcdos/meetbook
- Owner: tmcdos
- License: mit
- Created: 2017-03-08T11:31:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T10:53:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T09:48:30.701Z (9 months ago)
- Topics: booking-system, meetings, time-slot-booking
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Application to book for a meeting #
### Manage bookings for meetings with prospects ###
----------
This is a simple web application to manage meetings with prospects.
Each of your sales persons must have an account to login. Once logged, (s)he may define calendars, time slots, prospects,
and send invitations for a meeting.
Prospects can book one (or more, if allowed) of the time slots - and there is a warning if they try to book 2 overlapping time slots
(e.g. to meet with 2 different sales persons at the same time). A prospect may also cancel his/her bookings.
Your sales persons may define different templates for the notification e-mails (invitation, booking confirmation, cancellation confirmation),
but only one template for each of the 3 types may be active at a time.You will need to download and extract TinyMCE into "tiny_mce" folder, and in order to allow insertion of images into e-mail templates you will
have to also download and activate the TinyMCE plugins "ImageManager" and "FileManager". This application was tested with TinyMCE v2.1.3