New clients¶
This module provides functionality to handle new client applications.
New Clients (view)¶
Internal name: | newcomers.NewClients (NewClients) |
---|
Liste der neuen Klienten zwecks Zuweisung eines Begleiters oder Ablehnen des Hilfeantrags.
Broker (model)¶
Internal name: | newcomers.Broker |
---|---|
Implemented by: | Broker |
Views on Broker
- Brokers (Brokers) (Menu Configure ‣ Newcomers ‣ Brokers)
Fields in Broker
- ID (id, AutoField), name (name, CharField)
Actions on Broker
- 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
Competence (model)¶
Internal name: | newcomers.Competence |
---|---|
Implemented by: | Competence |
Views on Competence
- Competences (Competences) (Menu Explorer ‣ Competences)
- 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
- 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
- Duplicate (duplicate, DuplicateSequenced)
- Up (move_up, MoveUp) – Move this row one row upwards
- Down (move_down, MoveDown) – Move this row one row downwards
Faculty (model)¶
Internal name: | newcomers.Faculty |
---|---|
Implemented by: | Faculty |
Views on Faculty
- Faculties (Faculties) (Menu Configure ‣ Newcomers ‣ Faculties)
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)
Actions on Faculty
- 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 Faculty
- Competences (CompetencesByFaculty)
- Clients (ClientsByFaculty)