Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-1.52
  • 7.x-1.x default
  • k-mailing-fix
  • 7.x-1.x-accounting
  • komunitin-signup
  • k-create-need
  • k-pagination
  • multiple-payments
  • social-api
  • komunitin-accounting
  • 7.x-1.x-terms
  • 7.x-komunitin
  • migrar_ecoxarxa_ices2ices
  • 7.x-1.60
  • 7.x-1.59
  • 7.x-1.58
  • 7.x-1.57
  • 7.x-1.56
  • 7.x-1.55
  • 7.x-1.54
  • 7.x-1.53
  • 7.x-1.51
  • 7.x-1.50
  • 7.x-1.49
  • 7.x-1.48
  • 7.x-1.47
  • 7.x-1.46
  • 7.x-1.45
  • 7.x-1.44
  • 7.x-1.43
  • 7.x-1.42
  • 7.x-1.41
32 results

ices

  • Open with
  • Download source code
  • Integral Community Exchange System

    Integral Community Exchange System or IntegralCES is a set of modules to deploy a community exchange network using social currency (also known as complementary currency or local currency).

    This project wants to be a new version of the popular software Community Exchange System (http://www.ces.org.za) but it is not officially supported by its authors.

    Installation

    docker compose up -d
    sh install.sh [--demo|--dev]

    Module structure

    There is a main virtual module called ices. This module does not have any feature. It is used as a container for the other modules and contains several general purpose files.

    From ices there hang several modules:

    • ces_bank: The main module with the accounting feature. Defines exchange groups, accounts, transactions...
    • ces_blog: A simple blog that is different for each exchange.
    • ces_develop: Developer utilities. Do not enable in a production site.
    • ces_import4ces: Features import data from CES .csv files.
    • ces_interop: Interoperates with other CES servers, Uses OpenTransaction OAuth2 servers - allowing credits to move between exchanges.
    • ces_message: Customize default messages depending on the exchange.
    • ces_offerswants: Features simple offers and wants within exchanges.
    • ces_statistics: Show statistical data about the community economy in the site.
    • ces_summaryblock: A block with a summary of your account state.
    • ces_user: Adds several fields to the usual drupal user entity.

    Links

    Community Exchange Systems Wikipedia: http://en.wikipedia.org/wiki/Community_Exchange_System

    Software site: http://www.integralces.net

    Drupal project page: https://www.drupal.org/project/ices

    Demonstration site: http://demo.integralces.net