Title: Visitor Check-In/Check-Out Logbook &#8211; WordPress Visitor Management
Author: v20202020
Published: <strong>2 de novembre de 2022</strong>
Last modified: 14 de gener de 2026

---

Cerca extensions

![](https://ps.w.org/office-visits-logbook/assets/banner-772x250.png?rev=2810029)

![](https://ps.w.org/office-visits-logbook/assets/icon-256x256.png?rev=2810029)

# Visitor Check-In/Check-Out Logbook – WordPress Visitor Management

 Per [v20202020](https://profiles.wordpress.org/v20202020/)

[Baixa](https://downloads.wordpress.org/plugin/office-visits-logbook.1.1.3.zip)

 * [Detalls](https://ca.wordpress.org/plugins/office-visits-logbook/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/office-visits-logbook/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/office-visits-logbook/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/office-visits-logbook/#developers)

 [Suport](https://wordpress.org/support/plugin/office-visits-logbook/)

## Descripció

Your company is still using paper log sheets for office visitors? Everything is 
digital and paperless now. Being paperless can also save trees and protect the environment.
We provide you an efficient plugin for your company office visitors to sign in and
sign out. Data is saved in the same MySQL database for your WordPress website.

You do not need paper office visit logbook any more! And you can search office visit
history easily. So efficient and easy to use.

This office visits logbook plugin is for the sign-in and sign-out of office interview,
business, meeting, etc. You can add any new visit type categories and new visit 
types if you want. For example, for hospitals and clinics, you can add new visit
types such as surgery, emergency, ICU. For dental offices, you can add new visit
types such as wash teeth, root canal, dental implants, wisdom tooth extraction, 
reconstructive surgery, and cosmetic surgery.

By default, this plugin uses Bootstrap (https://getbootstrap.com/) for the formatting.
But sometimes you already have your own formatting css files. So you may need to
remove these Bootstrap css and javascript files when you use this plugin. If this
is the case, you can choose not to use Bootstrap’s css and javascript files by changing
the values of USE_BOOTSTRAP_JS and USE_BOOTSTRAP_CSS to no (0) in the constant table.

If you did not find USE_BOOTSTRAP_JS and USE_BOOTSTRAP_CSS in your constant table,
please deactivate this plugin and activate it again. Then USE_BOOTSTRAP_JS and USE_BOOTSTRAP_CSS
will be automatically added to your constant table.

If you find out that the search result is not showing all the fields’ data, you 
can try to re-create stored procedures in the admin plugin page. Go to admin page,
click “Settings”, and then click “Office Visits Logbook”. Then click tab “Re-create
stored procedures”, and press the button to re-create all the stored procedures 
again.

This plugin has the web accessibility feature for the disabled people to listen 
to the screen reader. The disabled people just need to press the tab key to access
the elements on the page. Then use keyboard to input. Then press enter key for submit,
reset and cancel. To use this feature, you can download and use any screen reader
software such as NVDA (for Windows), VoiceOver (for Apple), etc. Most of this kind
of software is free to download and use.

By default, the landing page shows all the visits. But sometimes you want to protect
other visitors’ privacy and hide other visits’ details when a new visitor is using
this landing page. To do this, just set the value of SHOW_ALL_VISITS_WHEN_NOT_SEARCH
in your constant table to no (0).

If you did not find SHOW_ALL_VISITS_WHEN_NOT_SEARCH in your constant table, please
deactivate this plugin and activate it again. Then SHOW_ALL_VISITS_WHEN_NOT_SEARCH
will be automatically added to your constant table.

A visit record can be updated only when it is active and timeout is empty. Deleted
visits and finished visits are not available for editing.

This plugin has an access restriction feature. You can give a user access to the
visit landing page by adding the user to the wp_dragonvisitzyx987_users table.

After you are added to the wp_dragonvisitzyx987_users table, you must log in WordPress
website to access this plugin’s landing page. On the admin setting page, admin and
assigned users can access admin setting page to see table lists.

This plugin uses a responsive design. You can use it from your cellphone, tablet,
laptop, and PC. The layout will change accordingly.

For the best user experience, we recommend you to use this plugin in a desktop computer
with three monitors. Two monitors share the same content. The visitor uses one monitor,
keyboard and mouse. The receptionist uses another monitor to watch the visitor’s
input and behavior. The receptionist also uses a third monitor showing the dashboard’s
plugin setting page. The third monitor is for the receptionist to verify visitor’s
input after visitor finishes input.

For this plugin to get your company’s current local date, you must set the timezone
value correctly. You can edit the timezone at Dashboard -> Settings -> General -
> Timezone -> check if the value has been set correctly.

After plugin activation, go to the “Settings” menu to find the plugin admin page.
By default, when you activate this plugin, it will automatically create a visit 
landing page for you. For some themes, if it does not automatically create a visit
landing page for you, add this plugin root folder template-officevisitslogbook.php
file to your template folder. For example, if you are using theme twentytwenty, 
then add the template-officevisitslogbook.php file to this folder: wordpress\wp-
content\themes\twentytwenty\templates. Then you can create a new page (not a new
post) using this template.

When you use the template method to create a new visit page, do not set the page
title to “officevisitslogbook”. If you set the page title to “officevisitslogbook”,
it could conflict with the page automatically created when you activate this plugin.

Documentation file is in the root folder with the name documentation_officevisitslogbook.
pdf. Please follow the instructions in the file to install this plugin.

Donate URL link:
 https://paypal.me/mingsitservices?country.x=CA&locale.x=en_US

demo website:

https://www.mingsitservices.ca/officevisitslogbook

Log in WordPress admin page using

username:

user1

password:

user1

This user can not access the plugin setting page to change settings.

Documentation:

[Feu clic per accedir a documentation_officevisitslogbook.pdf](https://www.mingsitservices.ca/wp-content/plugins/officevisitslogbookfree/documentation_officevisitslogbook.pdf)

Platform and Database:

You can run it on any platform: Windows, Mac, Linux.

Database is MySQL. It’s free.

PHP version: PHP >= 5.4

Attention: PHP version and WordPress version may have compatibility issues. For 
example, WordPress 5.4 may not match PHP 8. Check this website for details:
 https://
make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/

 1. PHP has support for the mysqli extension (to used for prepared statement)
 2. Must use HTTPS, not http. If website use HTTP, tell the website admin – can not
    use the dragon ecommerce plugin.
 3. Since PHP 5.4 there are constants which can be used by json_encode() to format 
    the json reponse how you want. To remove backslashes use: JSON_UNESCAPED_SLASHES.
    Like so: json_encode($response, JSON_UNESCAPED_SLASHES);

There is an advanced version on sale here:
 https://www.codester.com/items/39162/
office-visits-logbook-plugin-for-wordpress It can export visit records into an Excel
file for download. It can also backup your database. The advanced version and this
free version have the same database tables and stored procedures. It’s easy to migrate
from this free version to the advanced version. Remember to backup your free version
database before migration.

The visitor management system market is increasing fast. According to this website
https://www.globenewswire.com/news-release/2023/06/27/2695465/0/en/Global-Visitor-
Management-System-Market-Size-To-Grow-USD-2-7-Billion-By-2032-CAGR-of-18-4.html,

Spherical Insights & Consulting published a report saying the global visitor management
system market size was valued at USD 1.5 billion in 2022 and the worldwide visitor
management system market size is expected to reach USD 2.7 billion by 2032.

This plugin is very popular. It has been downloaded over 1000 times in several months:

https://wordpress.org/plugins/office-visits-logbook/advanced/

## Captures

 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[
 * [[

## Instal·lació

 1. Unzip the file. Copy the folder into your /wp-content/plugins/ folder.
 2. Log in to your WordPress admin page. Click “Plugins” and click “Activate” to activate
    the plugin. http://yourwebsite.com/wp-login.php
 3. Hover on left menu’s “Settings” and you will find “Office Visits Logbook” in the
    sub-menu. Click it and you will see the admin page for Office Visits Logbook.
 4. Go to this plugin’s root folder. Copy template-officevisitslogbook.php to \wordpress\
    wp-content\themes\twentytwenty\templates folder.
 5. Please refer to the document documentation_officevisitslogbook.pdf for further 
    details.

## PMF

### A question that someone might have

## Ressenyes

![](https://secure.gravatar.com/avatar/d2e4c5df43b3225cbe720a11445812accaf33d22409026a55d1ae0b21fad7943?
s=60&d=retro&r=g)

### 󠀁[Office visit logbook works.](https://wordpress.org/support/topic/office-visit-logbook-works/)󠁿

 [v20202020](https://profiles.wordpress.org/v20202020/) 2 de novembre de 2022

I do not need paper office visit logbook any more! And I can search office visit
history easily. So efficient and easy to use.

 [ Llegiu tota la 1 ressenya ](https://wordpress.org/support/plugin/office-visits-logbook/reviews/)

## Col·laboradors i desenvolupadors

«Visitor Check-In/Check-Out Logbook – WordPress Visitor Management» és programari
de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

 *   [ v20202020 ](https://profiles.wordpress.org/v20202020/)

[Traduïu «Visitor Check-In/Check-Out Logbook – WordPress Visitor Management» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/office-visits-logbook)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/office-visits-logbook/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/office-visits-logbook/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/office-visits-logbook/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/office-visits-logbook/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.1.2

 * Updated: Now it works for all the permalink settings URL: Plain (https://yourwebsite.
   com/?p=123), Day and name (https://yourwebsite.com/2024/08/04/officevisitslogbook/),
   Month and name (https://yourwebsite.com/2024/08/officevisitslogbook/), Numeric(
   https://yourwebsite.com/archives/123), Post name (https://yourwebsite.com/officevisitslogbook/).

#### 1.1.1

 * Updated: Small changes – 1. Removed white spaces. 2. Replaced sanitize_text_field(
   $_SERVER[‘REQUEST_URI’]) with sanitize_url($_SERVER[‘REQUEST_URI’]).
 * Updated: Replaced sanitize_url($_SERVER[‘REQUEST_URI’]) with esc_html($_SERVER[‘
   REQUEST_URI’]).

#### 1.1.0

 * New: From now on, by default, when you activate this plugin, it will automatically
   create a visit landing page for you. You do not need to copy the template-officevisitslogbook.
   php file to this folder: wordpress\wp-content\themes\twentytwenty\templates if
   you are using the twentytwenty theme. For some themes, if it does not automatically
   create a visit landing page for you, you still need to add this plugin root folder
   template-officevisitslogbook.php file to your template folder.

#### 1.0.2

 * Updated: For this plugin to get your company’s current local date, you must set
   the timezone value correctly. You can edit the timezone at Dashboard -> Settings-
   > General -> Timezone -> check if the value has been set correctly.
 * New: Added a constant SHOW_ALL_VISITS_WHEN_NOT_SEARCH to the constant table. 
   By default, the landing page shows all the visits. But sometimes you want to 
   protect other visitors’ privacy and hide other visits’ details when a new visitor
   is using this landing page. To do this, just set the value of SHOW_ALL_VISITS_WHEN_NOT_SEARCH
   in your constant table to no (0). If you did not find SHOW_ALL_VISITS_WHEN_NOT_SEARCH
   in your constant table, please deactivate this plugin and activate it again. 
   Then SHOW_ALL_VISITS_WHEN_NOT_SEARCH will be automatically added to your constant
   table. A visit record can be updated only when it is active and timeout is empty.
   Deleted visits and finished visits are not available for editing.

#### 1.0.1

 * New: Added the create new page image into the documentation_officevisitslogbook.
   docx and documentation_officevisitslogbook.pdf files.

## Meta

 *  Versió **1.1.3**
 *  Darrera actualització **fa 3 mesos**
 *  Instal·lacions actives **20+**
 *  Versió del WordPress ** 5.4 o posterior **
 *  Provada fins a **6.8.5**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/office-visits-logbook/)
 * Etiquetes
 * [log](https://ca.wordpress.org/plugins/tags/log/)[logbook](https://ca.wordpress.org/plugins/tags/logbook/)
   [office](https://ca.wordpress.org/plugins/tags/office/)[Visit](https://ca.wordpress.org/plugins/tags/visit/)
   [visitor](https://ca.wordpress.org/plugins/tags/visitor/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/office-visits-logbook/advanced/)

## Valoracions

 5 sobre 5 estrelles.

 *  [  1 valoració de 5 estrelles     ](https://wordpress.org/support/plugin/office-visits-logbook/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/office-visits-logbook/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/office-visits-logbook/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/office-visits-logbook/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/office-visits-logbook/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/office-visits-logbook/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/office-visits-logbook/reviews/)

## Col·laboradors

 *   [ v20202020 ](https://profiles.wordpress.org/v20202020/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/office-visits-logbook/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](https://paypal.me/mingsitservices?country.x=CA&locale.x=en_US)