Changes

Jump to navigation Jump to search

Category:Calendar

574 bytes removed, 17:51, 28 May 2020
no edit summary
[[Category:Prices]]
[[Category:Guests and Bookings]]
[[Category:Introduction]]
[[Category:Customise_Control_Panel]]
[[Category:Daily_Use]]
[[Category:Rules]]<div class="heading">Calendar</div> ''This page is about the menu CALENDAR''
__TOC__
== Overview ==
== Show Groups of Properties ==
Properties can be opened as groups in the calendar. Use the SETTINGS-> BOOKING PAGEENGINE-> MULTIPLE PROPERTIES-> PROPERTY SETTINGS "Group Keywords "setting to assign keywords to each property. These keywords will appear in the property selector and show all properties having that keyword.
== Enhance Performance ==
*Turn off all rows which you are not using via the "Show" selector"
*Avoid opening all properties. Instead open individual properties or create property groups
 
== Further Customisation using CSS ==
If you are comfortable working with CSS you can use custom [[CSS |CSS]] to customise the control panel further. Use Firebug or a similar tool to detect the classes you want to change.  Example: Give the inventory cell a different color if the inventory is 0.  .caltable .inv0{ background-color: #d43f3a; } .inv0 .dashgrid_inventory { color: #fff; } .inv0 .lightgrey { color: #fff; } Example: display roomname and icons in one line.  .dashgrid_rowroomname { display: inline; }  .editroomlink{ padding-left: 2px; } Example: Show past dates in a different color.  .pastdate { background-color: #d9edf7; } Example: Show weekends in a different color.  .weekend2{ background-color: #cccccc; }

Navigation menu