This is built for Veterinary Use.
In an emergency OOH, This helps let Clients know the current wait time, till they may be seen, to help during busy periods, such as Holidays, Bank Holidays, or Weekends, where there may be an increase in clients.
Built for ECC / OOH Veterinary Practices - and any other Veterinary Practices If required.
In an emergency OOH, This helps let Clients know the current wait time, till they may be seen, to help during busy periods, such as Holidays, Bank Holidays, or Weekends, where there may be an increase in clients.
Before you start, ensure you have the following installed on your server or local environment:
If you haven't already, download or clone the repository:
git clone https://github.com/your-username/ooh-vet-wait-time-estimate.git
Alternatively, you can download the ZIP file from the repository and extract it.
.htaccess file is correctly configured.Apache Configuration:
Make sure to have these configurations in your .htaccess file:
# Enable the RewriteEngine
RewriteEngine On
# Rewrite URLs ending without a trailing slash
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^([^/]+)/?$ $1.php [L]
# Redirect requests with .php extension to clean URL
RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC]
RewriteRule ^ /%1 [R=301,L]
This ensure you will be able to access the site without issues.
CREATE DATABASE vet_waiting_time;
Import the provided database structure. You can do this by either:
Import section and upload the vet_waiting_time.sql file.File -> Open SQL Script option to run the SQL queries.You will need to modify the db_connector.php file to set your database credentials (different for each clinic). Open the file and update the following lines:
$host = "localhost"; // Database Host
$dbname = "vet_waiting_times"; // Database Name
$username = "root"; // Database Username
$password = "password"; // Database Password
$table = "clinic 1"; // Database Table (Clinic Name/identifer)
Make sure to replace the placeholders with your actual database details.
Open the config.php In Main Directory file and configure any other necessary parameters such as:
Save the file after making the changes.
Open the config.php In a clinics directory file and configure any other necessary parameters such as:
Save the file after making the changes.
Because this is an Open Source Software, you are free to customise and alter things to your requirements, We
http://yourdomain.com, http://localhost/).If you encounter any PHP errors: Check the server logs to identify issues. Ensure that all PHP extensions required by your application (e.g., mysqli, mbstring) are installed.
If the database connection fails: Double-check your database credentials in config.php and ensure the database server is running.
This software is Free and Simple to use.
If you require further assistance - Email: [email protected]
If you own a Veterinary Practice Manager Software (i.e. Merlin, etc) - Please constact us, to intergrate this with our software: [email protected]
Whilst this is a free product we, do kindly ask for donations, to help us continue developing, and improving upon this app, and make it better for you.