iNiLabs - Visitor Pass Management System is a system for all kind of company or business organizations. Sms gateway available (Twilio sms gateway), users can register visitors, pre-register visitors, log visitor's check-in and check-out, employee's and many more..
Visitor Management is one of the very important aspects of security management. It helps in capturing the details about the visitors in a systematic manner and maintains a repository of the same. Visitor Management is a process of allowing visitors to enter the premises based on appointment, creation of identification badges and managing the Security staff deployment for effective control over the security.
- Ease of Use.
- Smart visitor service with pre-registered , pre-visitor or can be
- registered quickly, check-in, visitors are made to feel expected and welcome.
- Attractive Dashboad Report with (Employees,Visitors,pre-register visitors Details etc)
- Add User with differnt types information espically roles
- Employee full details with Visitors and pre-register Details
- Visitor's Dynamic Information
- Pre-Register Information
- Settings : General, Notification, Photo & Card Id,
- Email & Sms template, Email, Front-end Settings
- Notifications that Match Receivers' Preferences.
- Preregistration and Repeat Visitor Features.
- Visitor Photo Capture.
- Visitor Badge Printing.
- Legal Document eSignature Capture.
- Cloud-Based Visitor Logbook.
- Secured Data.
- Fast Processes More visitors in less time span
- Appointment scheduler A centralized web-based appointment scheduler
- Alerts Email/SMS and IP phone integration is available
Beautiful sleek badges that create a safe and welcoming environment. Connect your printer and easily print any type of badge.
Send visitors and hosts a friendly text or email reminder before their visit, at check-in and at check out.
Create a welcome that stands out by allowing your visitors to sign themselves in, while you focus on giving them a warm personal greeting
Makes managing visitor information a breeze. Your employees have access to the information they need, making visitor management smooth and easy.
Make your visitors feel truly welcome. Your visitor's name will be displayed on the screen as they check in and the app can remember details, like how they like their drink. They are not just any visitor
Alert key people when a visitor checks in or forgets to check out, or just about a specific visit. Make visitors aware of safety and confidentiality rules, keeping your facilities and data safe.
Your data is safe with us. It is backed up daily across multiple servers, so you can have access to it even if there is a hardware issue. It is also yours to keep. You can, at any time, retrieve all your data.
Collect data and spot trends, produce reports and use surveys to gather feedback from your visitors. All this information can be used to help you improve the visitor experience.
Change frontpage design to modern look
Addon module add
Multi language add
Bug fix
Attendance feature Add Backened
Attendance Report feature Add Backened
Visitor Report feature Add Backened
Pre-register Report feature Add Backened
Visitor registration checkin bug fixed
All minor bug solve
PHP 7.2.5 or greater
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Ctype PHP Extension
JSON PHP Extension
BCMath PHP Extension
GD PHP Extension (or Imagick PHP Extension)
PHP Fileinfo extension
PHP Zip Archive
Rewrite Module (Apache or Nginx)
PHP.INI Requirements
open_basedir must be disabled
File and folder permissions
/bootstrap 775
/storage 775 (recursively)
1. Creating a new Database for your project.
2. Copy the project and paste it in your server public_html, html or your domain folder.
3. Run the install script path from any web browser (http://server.com/install).
- then you can see like this.
4. Click Check Requirements.
- now you can check all PHP extension. if is not enable then enable your PHP extension
or contact your hosting provider for enable the extension.
5. Click Check Permissions.
- if do not have folder permission then set permission in 775 in the folder (recursively)
- then you can see like this.
6. Click Configure Environment.
- now you can provide Codecanyon purchase code and your username.
7. Click Verify Code.
- then you can see like this.
8. Now Click Form Wizard Setup.
- now provide App Name, App Debug, App Log Level & App Url.
- suggestion set 1. App Debug = false, 2. App Url is your domain like http://xyz.com
- note : don't use / in last word like this http://xyz.com/
- then you can see like this.
9. Click Setup Database.
- now provide Database Connection, Database Host, Database Port,
Database Name, Database User Name & Database Password.
- suggestion your default hostname is localhost so you can set Database Host = localhost
- then you can see like this.
10. Click Setup Application
- then you can see like this.
- so your login credits is email : admin@example.com & password is 123456
- login via this credits and change your email & password.
11. now you can click Click here to exit
- then you can see like this.
- installation is completed.
Short for Simple Mail Transfer Protocol, a protocol for sending e-mail messages between servers. Most e-mail systems that send mail over the Internet use SMTP to send messages from one server to another; the messages can then be retrieved with an e-mail client using either POP or IMAP. In addition, SMTP is generally used to send messages from a mail client to a mail server. This is why you need to specify both the POP or IMAP server and the SMTP server when you configure your e-mail application.
In short it used to send emails to your site users..!! You can use any SMTP service provider./.env file setup
/.env file.
MAIL_DRIVER=smtp
MAIL_HOST=your-mail-host
MAIL_PORT=your-mail-port
MAIL_USERNAME=your-mail-username
MAIL_PASSWORD=your-mail-password
MAIL_ENCRYPTION=your-mail-encryption
your-mail-host, your-mail-port, your-mail-username, your-mail-password and your-mail-encryption./.env file settings override those of the admin panel.
TWILIO - https://www.twilio.com
Admin panel setup
TWILIO_ACCOUNT_SID=your-twilio-account-sid
TWILIO_AUTH_TOKEN=your-auth-token
TWILIO_FROM=your-sender-number
Now, go to your Admin panel :
You are done.