Skip to content

ale-rt/rg.prenotazioni

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A booking product for Plone that allows you to reserve slots of time across the week.

Introduction

This product introduces two new contents to your Plone site:

Booking Folder

Is a folderish content type that will store your reservations (the content type Booking).

The edit form of Booking Folder

The default view of Booking Folder

Booking

Clicking on one of the plus signs that are shown in each available calendar slot, you can insert a Booking into your Booking Folder.

Add Booking

How to use

After adding a Booking, non managers users see that the slot is busy, managers see in the slot who made the request, a link to the Booking detail and a link to move the Booking.

Managers can confirm a Booking using workflow transitions. The workflow transition triggers an email to be sent to the booker (see below).

Content Rules (mail notifications)

There are additional content rules that can be used to notify booking owner when his booking has been accepted or re-scheduled.

Rules are automatically created and enabled. See the Rule control panel to change settings.

There's also a rule that can warn the Booking Folder responsible when new booking are created, but you need to manually enable it on folders.

Installation

Add rg.prenotazioni to the egg section of your instance:

[instance]
eggs=
    ...
    rg.prenotazioni

Notes

rg.prenotazioni has been tested only with Plone 3.3 and Plone 4.2.

Note

Version 2.x of rg.prenotazioni is a deep rewrite of version 1.x and we are not providing any migration... sorry!

TODO

  • i18n support is uncomplete
  • Switch use of session to cookies
  • Tests!

Credits

Developed with the support of:

All of them supports the PloneGov initiative.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

About

Prenotazioni product for Unione Reno Galliera

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%