Skip to main content

Window: Country Region and City

[Created: 11/06/1999 - Updated: 02/01/2000 ]
Description: Maintain Countries Regions and Cities
Help: The Countries, Regions and Cities Window defines the different entities that can be used in any address field. It defines the format of the address as well as associating Regions with Countries and Cities with Regions or Countries. You would define Countries usually only on System level.

Tab: Country

[Created: 11/06/1999 - Updated: 24/02/2018 ]
Description: Define Country
Help: The Country Tab defines any country in which you do business. Values entered here are referenced in location records for Business Partners.
Tab Level: 0

Table 10: Country - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_country.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_country.AD_Org_ID numeric(10)
Table Direct
ISO Country CodeUpper-case two-letter alphanumeric ISO Country code according to ISO 3166-1The official list can be found at https://www.iso.org/obp/ui/#searchc_country.CountryCode character(2)
String
ISO Alpha-3 CodeISO Alpha-3 country code - a three-letter code that represents a country name, which is usually more closely related to the country nameThe official list can be found at https://www.iso.org/obp/ui/#searchc_country.ISOCountryCodeAlpha3 character varying(3)
String
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_country.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.c_country.Description character varying(255)
String
M49 CodeStandard country codes for statistical use (M49) defined by the United NationsThe official list can be found at https://unstats.un.org/unsd/methodology/m49/c_country.M49Code character varying(3)
String
Allow Cities out of ListA flag to allow cities, currently not in the list, to be enteredc_country.AllowCitiesOutOfList character(1)
Yes-No
Country has RegionCountry contains RegionsThe Country has Region checkbox is selected if the Country being defined is divided into regions. If this checkbox is selected, the Region Tab is accessible.c_country.HasRegion character(1)
Yes-No
RegionName of the RegionThe Region Name defines the name that will print when this region is used in a document.c_country.RegionName character varying(60)
String
Address Print FormatFormat for printing this AddressThe Address Print format defines the format to be used when this address prints. The following notations are used: @C@=City @P@=Postal @A@=PostalAdd @R@=Regionc_country.DisplaySequence character varying(20)
String
Reverse Address LinesPrint Address in reverse OrderIf NOT selected the sequence is Address 1, Address 2, Address 3, Address 4, City/Region/Postal, Country.If selected the sequence is Country, City/Region/Postal, Address 4, Address 3, Address 2, Address 1.The sequence of City/Region/Postal is determined by the address format.c_country.IsAddressLinesReverse character(1)
Yes-No
Capture SequenceThe Capture Sequence defines the fields to be used when capturing an address on this country. The following notations are used: @CO@=Country, @C@=City, @P@=Postal, @A@=PostalAdd, @R@=Region, @A1@=Address 1 to @A4@=Address 4. Country is always mandatory, add a bang ! to make another field mandatory, for example @C!@ makes city mandatory, @A1!@ makes Address 1 mandatory.c_country.CaptureSequence character varying(60)
String
Local Address FormatFormat for printing this Address locallyThe optional Local Address Print format defines the format to be used when this address prints for the Country. If defined, this format is used for printing the address for the country rather then the standard address format. The following notations are used: @C@=City @P@=Postal @A@=PostalAdd @R@=Regionc_country.DisplaySequenceLocal character varying(20)
String
Reverse Local Address LinesPrint Local Address in reverse OrderIf NOT selected the local sequence is Address 1, Address 2, Address 3, Address 4, City/Region/Postal, Country.If selected the local sequence is Country, City/Region/Postal, Address 4, Address 3, Address 2, Address 1.The sequence of City/Region/Postal is determined by the local address format.c_country.IsAddressLinesLocalReverse character(1)
Yes-No
Postal Code FormatFormat of the postal code; Can contain fixed format elements, Variables: "_lLoOaAcCa09"Validation elements: (Space) any character_Space (fixed character)lany Letter a..Z NO spaceLany Letter a..Z NO space converted to upper caseoany Letter a..Z or spaceOany Letter a..Z or space converted to upper caseaany Letters & Digits NO spaceAany Letters & Digits NO space converted to upper casecany Letters & Digits or spaceCany Letters & Digits or space converted to upper case0Digits 0..9 NO space9Digits 0..9 or spaceExample of format "(000)_000-0000"c_country.ExpressionPostal character varying(20)
String
Additional Postal codeHas Additional Postal CodeThe Additional Postal Code checkbox indicates if this address uses an additional Postal Code. If it is selected an additional field displays for entry of the additional Postal Code.c_country.HasPostal_Add character(1)
Yes-No
Additional Postal FormatFormat of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"Validation elements: (Space) any character_Space (fixed character)lany Letter a..Z NO spaceLany Letter a..Z NO space converted to upper caseoany Letter a..Z or spaceOany Letter a..Z or space converted to upper caseaany Letters & Digits NO spaceAany Letters & Digits NO space converted to upper casecany Letters & Digits or spaceCany Letters & Digits or space converted to upper case0Digits 0..9 NO space9Digits 0..9 or spaceExample of format "(000)_000-0000"c_country.ExpressionPostal_Add character varying(20)
String
Phone FormatFormat of the phone; Can contain fixed format elements, Variables: "_lLoOaAcCa09"Validation elements: (Space) any character_Space (fixed character)lany Letter a..Z NO spaceLany Letter a..Z NO space converted to upper caseoany Letter a..Z or spaceOany Letter a..Z or space converted to upper caseaany Letters & Digits NO spaceAany Letters & Digits NO space converted to upper casecany Letters & Digits or spaceCany Letters & Digits or space converted to upper case0Digits 0..9 NO space9Digits 0..9 or spaceExample of format "(000)_000-0000"c_country.ExpressionPhone character varying(20)
String
Media SizeJava Media SizeThe Java Media Size. Example: "MediaSize.ISO.A4" (the package javax.print.attribute.standard is assumed). If you define your own media size, use the fully qualified name.If the pattern for your language is not correct, please create a iDempiere support request with the correct informationc_country.MediaSize character varying(40)
String
Bank Routing No FormatFormat of the Bank Routing Numberc_country.ExpressionBankRoutingNo character varying(20)
String
Bank Account No FormatFormat of the Bank Accountc_country.ExpressionBankAccountNo character varying(20)
String
LanguageLanguage for this entityThe Language identifies the language to use for display and formattingc_country.AD_Language character varying(6)
Table
CurrencyThe Currency for this recordIndicates the Currency to be used when processing or reporting on this recordc_country.C_Currency_ID numeric(10)
Table Direct
Use Postcode LookupDoes this country have a post code web serviceEnable the IsPostcodeLookup if you wish to configure a post code lookup web servicec_country.IsPostcodeLookup character(1)
Yes-No
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_country.IsActive character(1)
Yes-No
Lookup URLThe URL of the web service that the plugin connects to in order to retrieve postcode dataEnter the URL of the web service that the plugin connects to in order to retrieve postcode datac_country.LookupUrl character varying(100)
String
Lookup Tenant IDThe Client ID or Login submitted to the Lookup URLEnter the Client ID or Login for your account provided by the post code web service providerc_country.LookupClientID character varying(50)
String
Lookup PasswordThe password submitted to the Lookup URLEnter the password for your account provided by the post code web service providerc_country.LookupPassword character varying(50)
String
Lookup ClassNameThe class name of the postcode lookup pluginEnter the class name of the post code lookup plugin for your postcode web service providerc_country.LookupClassName character varying(255)
String
Placeholder for Address 1c_country.PlaceholderAddress1 character varying(255)
String
Placeholder for Address 2c_country.PlaceholderAddress2 character varying(255)
String
Placeholder for Address 3c_country.PlaceholderAddress3 character varying(255)
String
Placeholder for Address 4c_country.PlaceholderAddress4 character varying(255)
String
Placeholder for Address 5c_country.PlaceholderAddress5 character varying(255)
String
Placeholder for postalc_country.PlaceholderPostal character varying(255)
String
Placeholder for additional zipc_country.PlaceholderPostal_Add character varying(255)
String
Placeholder for cityc_country.PlaceholderCity character varying(255)
String
Placeholder for commentsc_country.PlaceholderComments character varying(255)
String

Tab: Region

[Created: 11/06/1999 - Updated: 24/02/2018 ]
Description: Define Regions
Help: The Region Tab defines a Region within a Country. This tab is enabled only if the Has Region checkbox is selected for the Country.
Tab Level: 1

Table 20: Region - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_region.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_region.AD_Org_ID numeric(10)
Table Direct
CountryCountryThe Country defines a Country. Each Country must be defined before it can be used in any document.c_region.C_Country_ID numeric(10)
Table Direct
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_region.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.c_region.Description character varying(255)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_region.IsActive character(1)
Yes-No
DefaultDefault valueThe Default Checkbox indicates if this record will be used as a default value.c_region.IsDefault character(1)
Yes-No

Tab: City

[Created: 26/09/1999 - Updated: 12/06/2013 ]
Description: Define Cities
Help: The Cities Tab defines Cities within a Country or Region. Cities entered here are not referenced when entering the address.
Tab Level: 2

Table 30: City - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_city.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_city.AD_Org_ID numeric(10)
Table Direct
CountryCountryThe Country defines a Country. Each Country must be defined before it can be used in any document.c_city.C_Country_ID numeric(10)
Table Direct
RegionIdentifies a geographical RegionThe Region identifies a unique Region for this Country.c_city.C_Region_ID numeric(10)
Table
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_city.Name character varying(60)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_city.IsActive character(1)
Yes-No
ZIPPostal codeThe Postal Code or ZIP identifies the postal code for this entity's address.c_city.Postal character varying(10)
String
Area CodePhone Area CodePhone Area Codec_city.AreaCode character varying(10)
String
LocodeLocation code - UN/LOCODEUN/Locode is a combination of a 2-character country code and a 3-character location code, e.g. BEANR is known as the city of Antwerp (ANR) which is located in Belgium (BE).See: http://www.unece.org/cefact/locode/service/main.htmc_city.Locode character varying(10)
String
CoordinatesLocation coordinateThis column contains the geographical coordinates (latitude/longitude) of the location.In order to avoid unnecessary use of non-standard characters and space, the following standard presentation is used:0000N 00000W 0000S 00000E where the two last digits refer to minutes and the two or three first digits indicate the degreesc_city.Coordinates character varying(15)
String

Tab: Translation

[Created: 21/03/2014 - Updated: 27/10/2024 ]
Description:
Help:
Tab Level: 2

Table 33: Translation - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_region_trl.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_region_trl.AD_Org_ID numeric(10)
Table Direct
RegionIdentifies a geographical RegionThe Region identifies a unique Region for this Country.c_region_trl.C_Region_ID numeric(10)
Search
LanguageLanguage for this entityThe Language identifies the language to use for display and formattingc_region_trl.AD_Language character varying(6)
Table
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_region_trl.IsActive character(1)
Yes-No
TranslatedThis column is translatedThe Translated checkbox indicates if this column is translated.c_region_trl.IsTranslated character(1)
Yes-No
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_region_trl.Name character varying(60)
String

Tab: City (Without Regions)

[Created: 13/06/2013 - Updated: 12/05/2022 ]
Description: Cities without Region
Help:
Tab Level: 1

Table 35: City (Without Regions) - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_city.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_city.AD_Org_ID numeric(10)
Table Direct
CountryCountryThe Country defines a Country. Each Country must be defined before it can be used in any document.c_city.C_Country_ID numeric(10)
Table Direct
RegionIdentifies a geographical RegionThe Region identifies a unique Region for this Country.c_city.C_Region_ID numeric(10)
Table
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_city.Name character varying(60)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_city.IsActive character(1)
Yes-No
ZIPPostal codeThe Postal Code or ZIP identifies the postal code for this entity's address.c_city.Postal character varying(10)
String
Area CodePhone Area CodePhone Area Codec_city.AreaCode character varying(10)
String
LocodeLocation code - UN/LOCODEUN/Locode is a combination of a 2-character country code and a 3-character location code, e.g. BEANR is known as the city of Antwerp (ANR) which is located in Belgium (BE).See: http://www.unece.org/cefact/locode/service/main.htmc_city.Locode character varying(10)
String
CoordinatesLocation coordinateThis column contains the geographical coordinates (latitude/longitude) of the location.In order to avoid unnecessary use of non-standard characters and space, the following standard presentation is used:0000N 00000W 0000S 00000E where the two last digits refer to minutes and the two or three first digits indicate the degreesc_city.Coordinates character varying(15)
String

Tab: Translation

[Created: 25/07/2003 - Updated: 27/10/2024 ]
Description:
Help:
Tab Level: 1

Table 40: Translation - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_country_trl.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_country_trl.AD_Org_ID numeric(10)
Table Direct
CountryCountryThe Country defines a Country. Each Country must be defined before it can be used in any document.c_country_trl.C_Country_ID numeric(10)
Table Direct
LanguageLanguage for this entityThe Language identifies the language to use for display and formattingc_country_trl.AD_Language character varying(6)
Table
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_country_trl.IsActive character(1)
Yes-No
TranslatedThis column is translatedThe Translated checkbox indicates if this column is translated.c_country_trl.IsTranslated character(1)
Yes-No
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_country_trl.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.c_country_trl.Description character varying(255)
String
RegionName of the RegionThe Region Name defines the name that will print when this region is used in a document.c_country_trl.RegionName character varying(60)
String
Placeholder for Address 1c_country_trl.PlaceholderAddress1 character varying(255)
String
Placeholder for Address 2c_country_trl.PlaceholderAddress2 character varying(255)
String
Placeholder for Address 3c_country_trl.PlaceholderAddress3 character varying(255)
String
Placeholder for Address 4c_country_trl.PlaceholderAddress4 character varying(255)
String
Placeholder for Address 5c_country_trl.PlaceholderAddress5 character varying(255)
String
Placeholder for postalc_country_trl.PlaceholderPostal character varying(255)
String
Placeholder for additional zipc_country_trl.PlaceholderPostal_Add character varying(255)
String
Placeholder for cityc_country_trl.PlaceholderCity character varying(255)
String
Placeholder for commentsc_country_trl.PlaceholderComments character varying(255)
String

Tab: Country Group

[Created: 07/08/2014 - Updated: 07/08/2014 ]
Description:
Help:
Tab Level: 1

Table 50: Country Group - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_countrygroupcountry.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_countrygroupcountry.AD_Org_ID numeric(10)
Table Direct
CountryCountryThe Country defines a Country. Each Country must be defined before it can be used in any document.c_countrygroupcountry.C_Country_ID numeric(10)
Table Direct
Country Groupc_countrygroupcountry.C_CountryGroup_ID numeric(10)
Table Direct
Date FromStarting date for a rangeThe Date From indicates the starting date of a range.c_countrygroupcountry.DateFrom timestamp without time zone
Date
Date ToEnd date of a date rangeThe Date To indicates the end date of a range (inclusive)c_countrygroupcountry.DateTo timestamp without time zone
Date
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_countrygroupcountry.IsActive character(1)
Yes-No