Configuration

n_black
Countries

Overview

The configuration of countries already includes pre-filled information regarding fiscal year length, financial year length, filing time, and the required notice period for board meetings.
Configuration - countries.jpg

Address blocks

Address blocks differ worldwide, and Newton supports defining templates for outputting an address block respecting those differences. If it is not defined, a standard template is used.
By defining an attribute in a specific country, you can specify the template for the address block. This enables, for example, the ZIP code to appear before or after the city, on the same line, but also above or below it (or not at all). The fields with this information can be found within Entities, Assets, and Contacts.

Step by step

The fields that can be considered for the address are:
{address_1},
{address_2},
{street},
{city},
{zip},
{country.country} and if applicable
{state.name}.
To provoke a line break between the values, <BR> is added, and _ for a space between entries.
For Germany 🇩🇪, the value would be: {address_1}<BR>{address_2}<BR>{street}<BR>{zip} {city}<BR>{country.country}
The attribute value for Australia 🇦🇺 must be: {address_1}<BR>{address_2}<BR>{street}<BR>{city}, {state.name}, {zip}<BR>{country.country}
Need more information?
Submit a question

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.