New clients¶
This module provides functionality to handle new client applications.
Nouveaux clients (view)¶
Internal name: | newcomers.NewClients (NewClients) |
---|
Liste der neuen Klienten zwecks Zuweisung eines Begleiters oder Ablehnen des Hilfeantrags.
Intermédiaire (model)¶
Internal name: | newcomers.Broker |
---|---|
Implemented by: | Broker |
Views on Intermédiaire
- Intermédiaires (Brokers) (Menu Configuration ‣ Nouvelles demandes ‣ Intermédiaires)
Fields in Intermédiaire
- ID (id, AutoField), name (name, CharField)
Actions on Intermédiaire
- Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
- Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
Compétence (model)¶
Internal name: | newcomers.Competence |
---|---|
Implemented by: | Competence |
Views on Compétence
- Compétences (Competences) (Menu Explorateur ‣ Compétences)
- 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
- Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
- Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
- Dupliquer (duplicate, DuplicateSequenced)
- Up (move_up, MoveUp) – Move this row one row upwards
- Down (move_down, MoveDown) – Move this row one row downwards
Spécificité (model)¶
Internal name: | newcomers.Faculty |
---|---|
Implemented by: | Faculty |
Views on Spécificité
- Spécificités (Faculties) (Menu Configuration ‣ Nouvelles demandes ‣ Spécificités)
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)
Actions on Spécificité
- Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
- Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
Tables referring to Spécificité
- Compétences (CompetencesByFaculty)
- Clients (ClientsByFaculty)