WP Manifestindependent plugin directory
manifest / events / autokalenteri

AutoKalenteri

Wordpress plugin for reserving cars and checking reservations on calendar.

by Aleksei Nesterinen · github.com/nesterinen/autokalenteri · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/nesterinen/autokalenteri/archive/refs/heads/main.zip

AutoKalenteri - Wordpress plugin for Wörkkis työpaja

AutoKalenteri is a simple wordpress plugin for managing availability of vehicles

Functionality:

  • View reservations
  • Create reservations
  • Remove reservations
  • Update reservations

This plugin uses Fullcalendar

-Download & Installation-

Download(.zip)

Then login to your wordpress admin site, and go to the plugins page ~/wp-admin/plugins.php

The plugin will then automatically create a page and database table for the plugin

-Changing which vehicles are available-

List of vehicles and their respective display colors are hard coded into AutoKalenteri.php as a global variable. 🤦

To access and modify AutoKalenteri.php in wordpress/wp-admin/plugin-editor.php

  • DISABLE PLUGIN BEFORE EDITING FILES.

    Go to plugin file editor

  • Select AutoKalenteri

  • Find "global $available_cars;" variable

  • Example: 'Leopard 2A6' => '#6F9107' | 'nameOfVehice' => '#hexColor'

  • Click Update to save changes.

  • ENABLE PLUGIN AGAIN HERE

    Calendar now has a new option

-License-

This project is licensed under the MIT License

-Footnote-

this is my first time being in the wordpress enviroment

this is my first time using php