Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplicitesoftware/module-isocountries
ISO countries module for Simplicité
https://github.com/simplicitesoftware/module-isocountries
low-code simplicite
Last synced: 13 days ago
JSON representation
ISO countries module for Simplicité
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-isocountries
- Owner: simplicitesoftware
- Created: 2020-01-30T17:46:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T14:03:54.000Z (over 2 years ago)
- Last Synced: 2024-11-07T20:37:24.396Z (2 months ago)
- Topics: low-code, simplicite
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://docs.simplicite.io//logos/logo250.png)
* * *`ISOCountries` module definition
================================[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-ISOCountries&metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicite-modules-ISOCountries)
### Introduction
Countries (ISO 3166-1)
### Import
To import this module:
- Create a module named `ISOCountries`
- Set the settings as:```json
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-isocountries.git"
}
}
```- Click on the _Import module_ button
### Load data
Countries data is provided as the module's dataset.
Open this dataset and click on the _Apply_ button after having imported the module and made a full clear cache.
`ISOCountry` business object definition
---------------------------------------ISO 3166-1 country
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `isoCtyName` | char(100) | yes | yes | | Country name |
| `isoCtyCode2` | char(2) | yes* | yes | | Country code (2 letters) |
| `isoCtyCode3` | char(3) | | yes | | Country code (3 letters) |
| `isoCtyIndependent` | boolean | yes | yes | | Independent country? |