ramanasha / table-reservation

WordPress Table Reservation Plugin

Home Page:https://wordpress.org/plugins/table-reservations/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table Reservation - Wordpress Plugin


Table Reservation

Pick a place!

True Emotions Studio

Table of Contents

Introduction πŸ‘‹

This plugin allows users quickly book a table in your cafe or make a restaurant reservation. Also it can be used for coworking, internet cafe (cybercafe) and night club.

Features πŸ‘“

A few of the things you can do with Table Reservation:

  • Selectable tables for reservations
  • THERE ARE NO COLLISIONS, i.e. one table can't be reserved by different people simultaneously.
  • Comfortably add, edit, delete or reject reservations from Wordpress dashboard
  • Email notifications about reservation (both for admin and guest)
  • Customisable colors, date/time format and all notification mails about reservation
  • Each field of reservation form is easily translatable into the required language
  • Well-thought-out mobile usability in the field
  • WPBakery(Visual Composer) compatible

Feedback πŸ™‹

Feel free to file an issue. Feature requests are always welcome.

Build Process πŸ”¨

  • Clone or download the repo
  • Put it in wp-content/plugins/ (preferably on a locally deployed server with wordpress)
  • Go to table-reservation/tremtr (here is front-end web app on Vue js)
  • npm install to install dependencies
  • npm run dev to start develope app
  • Activate plugin inside WordPress and create a new table
  • Now you can modify the Vue Js code and immediately watch how it will work in Wordpress

Build Production Version of Plugin

  • npm run build to build front-end part of plugin
  • Copy JS files from ./tremtr/dist/static/js to ./assets/js
  • Open table-reservation.php in plagin's root and comment
  wp_register_script( 'tremtr-app', 'http://localhost:8080/app.js' , '', '', true );
  • In the same place uncomment and rename next lines
            // wp_register_script('tremtr-manifest', TREMTR_PLUGIN_URL . '/assets/js/manifest.6a98d09897ee4023cfac.js', array(), '1.0.0', 'screen, all');
            // wp_register_script('tremtr-vendor', TREMTR_PLUGIN_URL . '/assets/js/vendor.27bdc60e48dd445d7732.js', array(), '1.0.0', 'screen, all');
            // wp_register_script('tremtr-app', TREMTR_PLUGIN_URL . '/assets/js/app.5ba64ddd460771627e94.js', array(), '1.0.0', 'screen, all');

Contributors πŸ’ͺ

This project follows the all-contributors specification and is brought to you by these awesome contributors.


Ivan Novikau

πŸ’»πŸ’¬πŸ€”

Helen Novikava

πŸŽ¨πŸ€”

Alexey Novikau

πŸ’»πŸ€”

Alessandro Crolla

πŸ’΅

Sponsors πŸ’°

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor

License πŸ“„

GPL-3.0 License

About

WordPress Table Reservation Plugin

https://wordpress.org/plugins/table-reservations/

License:GNU General Public License v3.0


Languages

Language:CSS 57.7%Language:JavaScript 16.9%Language:PHP 15.2%Language:Vue 7.6%Language:HTML 2.6%