(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 | Erstellt | |
modified | DateTimeField | Bearbeitet | |
country | ForeignKey to Country | Country | |
city | ForeignKey to Place | Place | |
region | ForeignKey to Place | Region | |
zip_code | CharField | Zip code | |
addr1 | CharField | Address line before street | Address line before street |
street_prefix | CharField | Street prefix | Text to print before name of street, but to ignore for sorting. |
street | CharField | Street | Name of street. Without house number. |
street_no | CharField | No. | House number |
street_box | CharField | Box | Text to print after steet_no on the same line |
addr2 | CharField | Address line after street | Address line to print below street line |
language | LanguageField | Sprache | Die Sprache, in der Dokumente ausgestellt werden sollen. |
url | URLField | URL | |
phone | CharField | Phone | |
gsm | CharField | GSM | |
fax | CharField | Fax | |
remarks | TextField | Remarks | |
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 activity | activity | |
bank_account1 | CharField | Bank account 1 | |
bank_account2 | CharField | Bank account 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 | Omschrijving |
Liste des contacts clients.
name | type | verbose name | help text |
id | AutoField | ID | |
company | ForeignKey to Company | Company | |
contact_person | ForeignKey to Person | Contact person | |
contact_role | ForeignKey to Function | represented as | |
client | ForeignKey to Client | Client | |
type | ForeignKey to Client Contact type | Client Contact type | |
remark | TextField | Remarks |
Liste des types d’accompagnement.
name | type | verbose name | help text |
name | BabelCharField | Omschrijving | |
id | AutoField | ID |
Liste des accompagnements.
name | type | verbose name | help text |
---|---|---|---|
id | AutoField | ID | |
user | ForeignKey to Benutzer | Coach | |
client | ForeignKey to Client | Client | |
start_date | DateField | Coached from | |
end_date | DateField | until | |
type | ForeignKey to Coaching type | Coaching type | |
primary | BooleanField | Primary | 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 | Omschrijving | |
id | AutoField | ID |
Liste des phases d’intégration possibles.
name | type | verbose name | help text |
id | AutoField | ID | |
name | CharField | Omschrijving | |
ref_name | CharField | Reference name | |
active | BooleanField | Considered active |