Differenze tra le versioni di "Call/en"

Da Wiki Landscapefor.
(Creata pagina con "LLC, Production companies")
(Creata pagina con "Italian Alpine Club")
 
(15 versioni intermedie di uno stesso utente non sono mostrate)
Riga 33: Riga 33:
 
|-
 
|-
 
| 6
 
| 6
  +
| Italian Alpine Club
| CAI
 
 
|-
 
|-
 
| 7
 
| 7
| Eventi, Teatri
+
| Events, Theatres
 
|-
 
|-
 
| 8
 
| 8
  +
| Libraries, Art galleries, Public archives
| Biblioteche, Pinacoteche, Archivi pubblici
 
 
|-
 
|-
 
| 9
 
| 9
  +
| Eco-museums landscape observatories etc., other satellites
| Osservatori paesaggio ecomusei ecc., altre antenne
 
 
|-
 
|-
 
| 10
 
| 10
  +
| Companies working in the tourism industry (restaurants, maritime tourism etc.)
| Aziende ricettive ristorazione balneazione ecc. turismo
 
 
|}
 
|}
   
== Importazione ==
+
== Import ==
È possibile importare più Call in blocco costruendo un file [[wikipedia:it:Comma-separated values|CSV]] organizzato come segue (colonne con asterisco obbligatorie):
+
It is possible to import more than one Call in bulk creating a [[wikipedia:it:Comma-separated values|CSV]] file organized as follows (columns with asterisk mandatory):
   
 
UID Gruppo , ID tipologia*, Nome Call*, Note Call, E-mail contatto, nome contatto
 
UID Gruppo , ID tipologia*, Nome Call*, Note Call, E-mail contatto, nome contatto
Riga 59: Riga 59:
 
...
 
...
   
Per farlo basta creare un foglio elettronico di sei colonne con LibreOffice Calc e salvarlo come CSV.
+
Create a six-columns file with LibreOffice Calc and save it as CSV.
   
N.B. Evitare Microsoft Office poiché le sue configurazioni CSV predefinite differiscono dal formato atteso.
+
Please Note: Avoid using Microsoft Office because its default CSV setups are different from the expected format.
   
Una volta generato il file CSV, il sysadmin lo può importare con il relativo script di manutenzione:
+
Once the CSV file has been generated, the sysadmin can import it with its maintainer script:
   
 
./cli/import-organizations.php file.csv
 
./cli/import-organizations.php file.csv
   
  +
Please note: Before importing the CSV file make sure that it is free of any unexpected LTR digits copied from the internet. The file can be cleaned using the cleaning script:
N.B. Prima di importare il CSV assicurarsi che sia privo di caratteri inattesi e.g. spazi o caratteri LTR dovuti a copia-incolla dal Web. Si può pulire eseguendo il relativo script di pulizia:
 
   
 
./cli/clean-csv.php file.csv
 
./cli/clean-csv.php file.csv
Riga 78: Riga 78:
 
{{Permesso AtlasFor/end}}
 
{{Permesso AtlasFor/end}}
 
-->
 
-->
== Pagine correlate ==
+
== Related pages ==
* [[atlas:organization-edit.php]] – Aggiungi Call
+
* [[atlas:organization-edit.php]] – Add Call
* [[atlas:organization-list.php]] – Lista Call
+
* [[atlas:organization-list.php]] – Call list
* [[atlas:organizationtype-list.php]] – Lista tipologie Call
+
* [[atlas:organizationtype-list.php]] – Call types list
* [[atlas:organizationtype-edit.php]] – Aggiungi tipologia Call
+
* [[atlas:organizationtype-edit.php]] – Add Call type
   
 
[[Categoria:Manuali su AtlasFor]]
 
[[Categoria:Manuali su AtlasFor]]

Versione attuale delle 09:33, 25 mag 2022

Altre lingue:
English • ‎français • ‎italiano
Questa pagina o sezione è una documentazione interna utile ai soli operatori interni AtlasFor

A Call is a set of contacts that could decide to register one day.

Only the users can modify the Calls.

Fields

Latest contact
If needed, the date of the latest contact can be added.
Latest feedback
If needed, the date of the last feedback can be added.
Contacts
A list of e-mail adresses. Currently infinite contacts can be added, but only saving them one at a time.
Call type
Every Call must have a type. For example the association type.

Call types can be created and deleted by users.

Types are:

Number Type
1 Associations, Foundations, Religious organisations, Friends of, Historical Archives
2 Pro Loco associations, Touristic Offices, Administrations and Offices dedicated to tourism
3 Protected areas, Parks
4 Museums and businesses
5 LLC, Production companies
6 Italian Alpine Club
7 Events, Theatres
8 Libraries, Art galleries, Public archives
9 Eco-museums landscape observatories etc., other satellites
10 Companies working in the tourism industry (restaurants, maritime tourism etc.)

Import

It is possible to import more than one Call in bulk creating a CSV file organized as follows (columns with asterisk mandatory):

UID Gruppo               , ID tipologia*, Nome Call*, Note Call, E-mail contatto, nome contatto
codice-gruppo-1-esistente, 1            , Foo       , Esempio  , pino@foo.com   , Pino
codice-gruppo-1-esistente, 1            , Foo       , Esempio  , pina@foo.com   , Pina
codice-gruppo-2-esistente, 2,           , Bar,      , Test,    , gino@bar.com   , Gino
codice-gruppo-2-esistente, 2,           , Bar,      , Test,    , gina@bar.com   , Gina
codice-gruppo-3-esistente, 3,           , Bar,      , Test,    , nina@bar.com   , Nina
...

Create a six-columns file with LibreOffice Calc and save it as CSV.

Please Note: Avoid using Microsoft Office because its default CSV setups are different from the expected format.

Once the CSV file has been generated, the sysadmin can import it with its maintainer script:

./cli/import-organizations.php file.csv

Please note: Before importing the CSV file make sure that it is free of any unexpected LTR digits copied from the internet. The file can be cleaned using the cleaning script:

./cli/clean-csv.php file.csv

Related pages