Nouveaux clients
Ce module facilite la gestion des nouvelles demandes de client.
The Nouveaux clients view
Internal name: | newcomers.NewClients (NewClients) |
Liste der neuen Klienten zwecks Zuweisung
eines Begleiters oder Ablehnen des Hilfeantrags.
The Compétence model
Internal name: | newcomers.Competence |
Implemented by: | Competence |
Views on Compétence
- Compétences (Competences) (Menu )
- Compétences (CompetencesByUser)
- Compétences (CompetencesByFaculty)
- My Compétences (MyCompetences)
Fields in Compétence
- Work effort (weight, IntegerField) – Wieviel Aufwand mir persönlich ein Neuantrag in diesem Fachbereich verursacht
(0 = gar kein Aufwand, 10 = maximaler Aufwand).
- ... and ID (id, AutoField), Auteur (user, ForeignKey to Utilisateur), N° de séq (seqno, IntegerField), Spécificité (faculty, ForeignKey to Spécificité)
Actions on Compétence
- Dupliquer (duplicate, DuplicateSequenced)
- Up (move_up, MoveUp) – Move this row one row upwards
- Down (move_down, MoveDown) – Move this row one row downwards
The Spécificité model
Internal name: | newcomers.Faculty |
Implemented by: | Faculty |
Views on Spécificité
- Spécificités (Faculties) (Menu )
Fields in Spécificité
- Work effort (weight, IntegerField) – Wieviel Aufwand ein Neuantrag in diesem Fachbereich allgemein verursacht
(0 = gar kein Aufwand, 10 = maximaler Aufwand).
- ... and ID (id, AutoField), Description (name, BabelCharField)
Tables referring to Spécificité
- Compétences (CompetencesByFaculty)
- Clients (ClientsByFaculty)