Skip to content

abstract-open-solutions/rer.bandi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

rer.bandi is a product for announcements.

It is a folderish content (like rer.structured_content) and it allows to set some infos about the announcement like the deadline to participate or the closing date.

Composition

Different layouts

There are two allowed views for an announcement:

  • default view, with basic infos on the right (like events) and extra infos (folder deepenings) in the middle.
  • alternative view that moves extra infos slot below basic infos.

Folder deepening

Like in rer.structured_content, it has a special folder type called "Folder Deepening" that allows to manage some extra infos or attachment that should be shown in the announcement's view.

Topic criterias

There are some new topic criterias that allows to set topic queries for announcements.

Announcements search

There is a search form (http://yoursite/search_bandi_form) for quick searches.

Announcement state information

In the search results and in the two new topic views, there are also some infos about the announcement, like his state (open, closed or in progress).

Announcements portlet

There is also a portlet that show announcement infos from a topic (this portlet extends base collection portlet)

Configurations

An announcement has two fields for set the announcement type and recipients.

Recipients vocabulary

This information is taken from a property in control panel "Bandi Settings" (default_destinatari_bandi):

If the property is empty, the item use a default list of values:

  • Cittadini
  • Imprese
  • Enti locali
  • Associazioni
  • Altro

Types vocabulary

To handle this vocabulary, we need an enviroment variable called PLONE_RER_BANDI_VOCAB. We need to set it into buildout:

[instance]
...
environment-vars =
    PLONE_RER_BANDI_VOCAB ${buildout:directory}/var/rer_bandi_vocab.xml

This variable set the path for an xml file that contains a list of announcement types; if the file doesn't exist, it will be automatically generated with some default values:

<?xml version='1.0' encoding='utf-8'?>
<vocab-list>
  <vocabulary name="rer.bandi.tipologia.vocabulary">
    <term token="beni_servizi">Acquisizione beni e servizi</term>
    <term token="agevolazioni">Agevolazioni, finanziamenti, contributi</term>
    <term token="altro">Altro</term>
  </vocabulary>
</vocab-list>

Authority Default value

A default authority value can be set for announcements. This information is taken from control panel "Bandi Settings" (default_ente).

If the property is empty, the default value isn't set.

Tile

In order to use layout bandi for tile is necessary have installed collective.tiles.collection product.

Dependencies

This product has been tested on Plone 5 and Plone 5.1

For Plone 4 (and Archetypes), use 2.x branch/versions

Credits

Developed with the support of Regione Emilia Romagna;

Regione Emilia Romagna supports the PloneGov initiative.

Authors

This product was developed by RedTurtle Technology team.

RedTurtle Technology Site

About

A product for announcements management

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.1%
  • CSS 13.9%
  • Other 1.0%