var fDesc=new Array();
fDesc[0] = "A booking system is essential in today's online world. Businesses must manage appointments, resources, staff schedules, client data. They need to provide a simple, convenient interface for clients to book appointments online 24/7.
Used in over 30 countries, this APP allows businesses and their staff to manage client appointments while on the go.
System Features
- Customizable client booking website
- Add an embedded appointment calendar in your existing website
- Drag and drop appointment management
- Automated email and text message notifications
- Customizable email templates
- Day, week and month calendar views
- Book repeat appointments.
- Appointment & product invoicing
- Financial and statistical reporting
- Extensive business rules to control when and who can book online
- Unlimited custom booking fields allow you to collect specific information from your clients
- Robust scheduling including irregular hours, seasonal schedules, recurring breaks
- Allows for overlapping bookings / time slot / service provider or resource
- Highly customizable service settings including future fees, private services, cleanup & preparation times. As well as client booking options to force or allow a choice of service providers
- Permission levels to control user access to settings and data
- Client appointment history, client and appointment notes, image gallery, referral tracking, forced prepayment.
- Referral Network Builder grows your business by allowing businesses to book their clients into your calendar
- Optional social sharing links and Twitter auto cancellation tweets
- Wait list features for both clients and service providers
- Redundant system security and data backups ensure your calendar is safe and available
- Clients can book and manage their appointments 24/7 from a web enabled device
- Marketing tools, optional client testimonials, email marketing integration, gift certificates and deals integration
- HIPAA and PIPEDA compliant";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}