Blog

Release announcements, helpful tips, and community discussion

Preview: Currencies in Cerb 8.3

In Cerb 8.3, we’re introducing support for currencies to improve many workflows: sales automation, deal tracking, order history, asset valuation, etc.

Currencies are first-class records – they have worklists, cards, profiles, custom fields, links, etc:

Each currency record has a name in singular and plural forms, as well as a symbol, ISO-4217 currency code, and number of significant decimal places:

By default, currencies like Dollars and Euros have two significant decimal places, but in industries where more precision is needed (e.g. finance/trading) you could keep track of thousandths (0.001) or ten-thousands (0.0001) of a cent.

This feature is flexible enough to support the burgeoning suite of cryptocurrencies. For instance, Bitcoin is a digital currency with 8 significant decimal places. The smallest unit is 0.00000001 BTC.

When you install or update Cerb, we create the following default currencies:

  • US Dollars
  • British Pounds
  • Euros
  • Bitcoin

To add a new currency, you can navigate to Search » Currencies and click the (+) icon above the worklist.

You can configure a default currency so workers don’t have to select their preferred currency every time they create a new record.

Currently, the only built-in record type that uses currencies is opportunities. Previously, the amount field in opportunities was abstract and didn’t specify a specific currency. You can now track opportunities in multiple currencies at the same time.

We’ve also implemented a new currency custom field type, which can be added to any record, including custom records types that you create.

So now if you want to store customer order histories, or a catalog of products and services, you can create custom record types with a currency-based custom field. If you need to store prices in multiple currencies on the same record, you can use multiple fieldsets with a different currency field.

We’re eager to see what you build.