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.
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:
{country.country} and if applicable 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}