Nouveaux clients
Ce module facilite la gestion des nouvelles demandes de client.
The New Clients view
Internal name: | newcomers.NewClients (NewClients) |
Liste der neuen Klienten zwecks Zuweisung
eines Begleiters oder Ablehnen des Hilfeantrags.
The Broker model
Internal name: | newcomers.Broker |
Implemented by: | Broker |
Views on Broker
Fields in Broker
- ID (id, AutoField), name (name, CharField)
The Competence model
Internal name: | newcomers.Competence |
Implemented by: | Competence |
Views on Competence
- Competences (Competences) (Menu )
- Competences (CompetencesByUser)
- Competences (CompetencesByFaculty)
- My Competences (MyCompetences)
Fields in Competence
- 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), Author (user, ForeignKey to User), Seq.No. (seqno, IntegerField), Faculty (faculty, ForeignKey to Faculty)
Actions on Competence
- Duplicate (duplicate, DuplicateSequenced)
- Up (move_up, MoveUp) – Move this row one row upwards
- Down (move_down, MoveDown) – Move this row one row downwards
The Faculty model
Internal name: | newcomers.Faculty |
Implemented by: | Faculty |
Views on Faculty
- Faculties (Faculties) (Menu )
Fields in Faculty
- Work effort (weight, IntegerField) – Wieviel Aufwand ein Neuantrag in diesem Fachbereich allgemein verursacht
(0 = gar kein Aufwand, 10 = maximaler Aufwand).
- ... and ID (id, AutoField), Designation (name, BabelCharField)
Tables referring to Faculty
- Competences (CompetencesByFaculty)
- Clients (ClientsByFaculty)