(N.B.: Benutzer in Eupen siehe auch watch_tim)
Ce module comprend les fonctionnalités autour des entités suivantes:
name | type | verbose name | help text |
---|---|---|---|
name | CharField | Name | |
EmailField | |||
created | DateTimeField | Créé | |
modified | DateTimeField | Modified | |
country | ForeignKey to Pays | Pays | |
city | ForeignKey to Place | Place | |
region | ForeignKey to Place | Region | |
zip_code | CharField | Zip code | |
addr1 | CharField | Ligne avant le nom de rue | Address line before street |
street_prefix | CharField | Préfixe rue | Text to print before name of street, but to ignore for sorting. |
street | CharField | Rue | Name of street. Without house number. |
street_no | CharField | N° | House number |
street_box | CharField | boîte | Text to print after steet_no on the same line |
addr2 | CharField | Ligne après le nom de rue | Address line to print below street line |
language | LanguageField | Langue | Die Sprache, in der Dokumente ausgestellt werden sollen. |
url | URLField | URL | |
phone | CharField | Téléphone | |
gsm | CharField | GSM | |
fax | CharField | Fax | |
remarks | TextField | Remarques | |
is_obsolete | BooleanField | obsolete | Altfälle sind Partner, deren Stammdaten nicht mehr gepflegt werden und für neue Operationen nicht benutzt werden können. |
activity | ForeignKey to Activité | Activité | |
bank_account1 | CharField | Compte en banque 1 | |
bank_account2 | CharField | Compte en banque 2 | |
id | AutoField | ID |
Toute personne physique ou morale est enregistrée dans Lino en tant que Partenaire.
Lino différencie les types de Partenaires suivants:
Liste des types de contacts client.
name | type | verbose name | help text |
id | AutoField | ID | |
name | BabelCharField | Description |
Liste des contacts clients.
name | type | verbose name | help text |
id | AutoField | ID | |
company | ForeignKey to Organisation | Organisation | |
contact_person | ForeignKey to Personne | Personne de contact | |
contact_role | ForeignKey to Fonction | représenté par | |
client | ForeignKey to Client | Client | |
type | ForeignKey to Type de contact client | Type de contact client | |
remark | TextField | Remarques |
Liste des types d’accompagnement.
name | type | verbose name | help text |
name | BabelCharField | Description | |
id | AutoField | ID |
Liste des accompagnements.
name | type | verbose name | help text |
---|---|---|---|
id | AutoField | ID | |
user | ForeignKey to Utilisateur | Accompagnant | |
client | ForeignKey to Client | Client | |
start_date | DateField | Accompagné depuis | |
end_date | DateField | au | |
type | ForeignKey to Service | Service | |
primary | BooleanField | Primaire | There’s at most one primary coach per client. Enabling this field will automatically make the other coachings non-primary. |
Liste des types d’aide financière.
name | type | verbose name | help text |
name | BabelCharField | Description | |
id | AutoField | ID |
Liste des phases d’intégration possibles.
name | type | verbose name | help text |
id | AutoField | ID | |
name | CharField | Description | |
ref_name | CharField | Nom de référence | |
active | BooleanField | Considéré actif |