Prenotazioni product for Unione Reno Galliera
Project description
Introduction
rg.prenotazioni is a booking product that allows you to reserve slots of time across the week.
It introduces two archetypes to your Plone site:
PrenotazioniFolder
Is a folderish content type that will store your reservations (the content type Prenotazione).
The edit form of PrenotazioniFolder
The default view of PrenotazioniFolder
Prenotazione
Clicking on one of the plus signs that are shown in each available calendar slot, you can insert a Prenotazione into your PrenotazioniFolder.
Features
After adding a Prenotazione, non managers users see that the slot is busy, managers see in the slot who made the request, alink to the Prenotazione detail and a link to move the Prenotazione.
Managers can confirm a Prenotazione using workflow transitions. The workflow transition triggers an email to be sent to the booker.
Installation
Add rg.prenotazioni to the egg section of your instance:
[instance] eggs= ... rg.prenotazioni ... zcml= ... rg.prenotazioni ...
Notes
rg.prenotazioni has been fully tested only with Plone 3.1.7. It has been partially tested with Plone 3.3.6. At the moment it will not work with Plone 4
rg.prenotazioni depends on Products.DataGridField, which is automatically included in your buildout, so you do not have to take care about it.
Credits
Developed with the support of Unione Reno Galliera
Unione Reno Galliera supports the PloneGov initiative.
TODO
Locatlization;
Porting to recent versions of Plone;
Changelog
1.0.2 (2012/09/07)
Minor fixes for public release
1.0.1 (2012/01/24)
Fix overbooking (#127)
1.0 (2011-11-30)
Initial release
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.