=== Plugin Name === Contributors: oallais Donate link: http:// Tags: booking,calendar,hotel,bed and breakfast,planning,calendrier,chambres,hôtes Requires at least: 3.1 Tested up to: 3.1 Stable tag: 1.1 wp_chotcal is a booking planning for bed and breakfast structures. displaying a month calendar with booked and available rooms. == Description == The plugin manage a database of bookings for up to five rooms and display the booking status of the rooms through a graphic calendar page that is called by inserting a **[chotcal]** code in the text of a page. A **widget** is also available ( smaller ) to display in the sidebar. This widget may be displayed on a given page only. The admin pages for the plugin allow you : * to set up the rooms ( number , names ... ). * to manage ( create , edit , delete ) the bookings. == Installation == 1. Upload `wp_chotcal` directory to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Set up calendar options through admin panel associated menus. 1. Display a calendar in a pageby using the shortcode *[chotcal]* in your text. 2. Use a booking planning in any sidebar as a widget == Frequently Asked Questions == 1. Is it available in other language ? Currently in *[en]* and *[fr]* You just have to copy the *php/messages_xx.php* to *php/messages.php* ... Or create another file for an undefined language. But ... for the jQuery UI datepicker some code has to be changed in php/fermetures.php 2. How to define bank holydays ? They are coded for France in *function getPublicHoliday()* (file php/fonctions.php) == Screenshots == 1. The options admin menu. 2. The manage admin menu. 3. Displaying a calendar in a page. 4. The calendar as a widget in sidebar. == Changelog == = 1.0 = The first rev. = 1.1 = Add the sidebar widget and clean code. == Upgrade Notice == = 1.0 = n/a = 1.1 nothing particular