Skip to main content

A product for announcements management

Project description

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.

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 portal_properties:

portal_properties.rer_bandi_settings.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 a property in portal_properties:

portal_properties -> rer_bandi_settings -> default_ente

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

Dependencies

This product has been tested on Plone 3.3.5 and Plone 4.2

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

Changelog

2.2.3 (2017-01-18)

  • Fixed issue about expiration date not set [daniele]

2.2.2 (2017-01-13)

  • Fix syntool retrieve in search view (Plone 4.3 compatibility) [cekk]

2.2.1 (2016-06-30)

  • Fix icons rendering for anonymous users [daniele]

  • Fix effective date print in portlet, when effective date isn’t set [cekk]

2.2.0 (2015-12-03)

  • Fixed bando state styles [cekk]

  • Fixed metadata names in catalog [cekk]

  • Fixed views with new metadata names [cekk]

  • Added support for solr in bandi_search [cekk]

  • Added versioning support [cekk]

  • Removed ATFieldProperty [fdelia]

2.1.3 (2013-01-14)

  • Fixed bando state control [cekk]

2.1.2 (2013-01-14)

  • Fixed bandi portlet fields [cekk]

2.1.1 (2012-12-07)

  • Fixed setuphandlers [cekk]

2.1.0 (2012-12-05)

  • Add ente_bando field and index [cekk]

2.0.3 (2012-10-15)

  • fix translation in search_bandi_form [cekk]

2.0.2 (2012-08-03)

  • fixed import in search.pt [cekk]

2.0.1 (2012-08-03)

  • fixed css [cekk]

2.0.0 (2012-08-03)

  • fix Plone 4 compatibility [cekk]

1.0.9 (2012-02-22)

  • added status icon in bandi search [cekk]

1.0.8 (2012-01-16)

  • added batching in topic view [cekk]

1.0.7 (2012-01-05)

  • fix date contol [cekk]

  • fix css styles [cekk]

1.0.6 (2011-12-19)

  • fix css styles [cekk]

1.0.5 (2011-12-19)

  • fix css interline (#261) [nekorin]

  • Plone 4.1 compatibility [cekk]

  • added locales [cekk]

  • added icons for bando states [cekk]

  • modified portlet template [nekorin]

1.0.4 (2011-11-02)

  • fix reinstall controls and log [cekk]

1.0.3 (2011-06-14)

  • fix permissions [cekk]

1.0.2 (2011-06-13)

  • fix bando template [cekk]

1.0.1 (2011-05-31)

  • some edit to templates [cekk]

  • destinatari from PropertySheetVocabulary [mmariani]

  • fixed destinatari index (with indexer) [cekk]

1.0.0 (2011-04-15)

  • created AT Bando and AT Bando Folder Deepening [mmariani]

  • vocabulary tipologie from external XML file [mmariani]

  • portlet for bandi [mmariani]

  • 2 new views for topics [mmariani]

  • search form [mmariani]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rer.bandi-2.2.3.tar.gz (52.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page