Currency handling for Plone
Project description
This package adds currency handling support to a Plone site. Site managers can enable any of the standard currencies in a site and manage the currency rates.
Installing
This package is made to be used as a normal python package within Zope 2.10 and needs Plone 3.0 or later.
First you need to install this package in the python path for your Zope instance. This can be done by installing it in either your system path packages or in the lib/python directory in your Zope instance.
After installing the package it needs to be registered in your Zope instance. This can be done by putting a simplon.plone.currency-configure.zcml file in the etc/pakage-includes directory with this content:
<include package="simplon.plone.currency" />
or, alternatively, you can add that line to the configure.zcml in a package or Product that is already registered.
Installing with buildout
If you are using buildout to manage your instance installing simplon.plone.currency is even simpler. You can install it by adding it to the eggs line for your instance:
[instance] eggs = simplon.plone.currency zcml = simplon.plone.currency
The last line tells buildout to generate a zcml snippet that tells Zope to configure simplon.plone.currency.
Managing currencies
In order to manage currencies you first need to install the package in your Plone site. You can do this using the standard Add/Remove Products page in the Plone site setup. You need to install the ‘Currency support’ product.
After installing the package in your site a new Currencies option will be available in the site setup. This is where you can manage your currencies.
Currencies can be added using the ‘Add currency’ button. You only need to select the currency and the conversion rate: the currency description and symbol will be configured automatically.
You have to select a single currency as the ‘main currency’. This is the currency against which all conversion rates are defined. You can not edit or remove the main currency: its rate is fixed to 1.0 as reference value for all rates.
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.
Source Distribution
Built Distribution
Hashes for simplon.plone.currency-1.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbfefea2c08d2b6ae3d7b68a176cbd4f2999e3ea3a8d7b7065ce49ae4a83a30b |
|
MD5 | d824d7db8c3eadd82d9a37a9bc026a9b |
|
BLAKE2b-256 | 2dbc903729cf9a80e03bd8eb7822ab7ce21621c7b4653f3b8f9c7a2890d1753e |
Hashes for simplon.plone.currency-1.0b1-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8dbc80a0583226ad244bebc2cd115370d592be0522aa93d7c57fc7ea19577b2 |
|
MD5 | 4e7cf4034b7158624802793f4ca36a9d |
|
BLAKE2b-256 | 3724b8cdfdaebd748102ca30842d8bbb23793a2c95589250111d6c68eb9862dc |