Insertion sociale
Ce module gère le travail avec les
Projects d’Insertion Sociale Personnalisés (PIIS).
Un PIIS est une convention
entre le CPAS et un jeune client qui engendra un accompagnement
individuel de la personne surtout au niveau enseignement.
Le module est techniquement similaire au module
Insertion socio-professionnelle.
Référence
study types
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
name |
BabelCharField |
Omschrijving |
|
ISIP Types
name |
type |
verbose name |
help text |
name |
BabelCharField |
Omschrijving |
|
ref |
CharField |
Referenz |
|
build_method |
CharField |
Konstruktionsmethode |
|
template |
CharField |
Vorlage |
|
id |
AutoField |
ID |
|
exam_policy |
ForeignKey to Examination Policy |
Examination Policy |
|
needs_study_type |
BooleanField |
needs Study type |
|
Examination Policies
name |
type |
verbose name |
help text |
name |
BabelCharField |
Omschrijving |
|
id |
AutoField |
ID |
|
start_date |
DateField |
Start date |
|
start_time |
TimeField |
Start time |
|
end_date |
DateField |
End Date |
|
end_time |
TimeField |
End Time |
|
every_unit |
ChoiceListField |
Recurrency |
|
every |
IntegerField |
Repeat every |
|
monday |
BooleanField |
Monday |
|
tuesday |
BooleanField |
Tuesday |
|
wednesday |
BooleanField |
Wednesday |
|
thursday |
BooleanField |
Thursday |
|
friday |
BooleanField |
Friday |
|
saturday |
BooleanField |
Saturday |
|
sunday |
BooleanField |
Sunday |
|
max_events |
PositiveIntegerField |
Number of events |
|
calendar |
ForeignKey to Calendar |
Calendar |
The calendar to which events will be generated. |
Contract termination reasons
name |
type |
verbose name |
help text |
name |
CharField |
designation |
|
id |
AutoField |
ID |
|
use_in_isip |
BooleanField |
ISIP |
|
use_in_jobs |
BooleanField |
Art.60§7 |
|
is_success |
BooleanField |
Erfolgreich abgeschlossen |
|
needs_date_ended |
BooleanField |
Require date ended |
|
ISIPs
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
applies_from |
DateField |
applies from |
|
applies_until |
DateField |
applies until |
|
client |
ForeignKey to Client |
Client |
|
user |
ForeignKey to Benutzer |
Autor |
|
type |
ForeignKey to ISIP Type |
Contract Type |
|
build_time |
DateTimeField |
Druckdatum |
|
signer1 |
ForeignKey to Person |
Sekretär |
|
signer2 |
ForeignKey to Person |
President |
|
company |
ForeignKey to Company |
Company |
|
contact_person |
ForeignKey to Person |
represented by |
|
contact_role |
ForeignKey to Function |
represented as |
|
language |
LanguageField |
Sprache |
|
date_decided |
DateField |
date decided |
|
date_issued |
DateField |
date issued |
|
user_asd |
ForeignKey to Benutzer |
responsible (ASD) |
|
exam_policy |
ForeignKey to Examination Policy |
Examination Policy |
|
ending |
ForeignKey to Reason of termination |
Reason of termination |
|
date_ended |
DateField |
date ended |
|
stages |
RichTextField |
stages |
|
goals |
RichTextField |
goals |
|
duties_asd |
RichTextField |
duties ASD |
|
duties_dsbe |
RichTextField |
duties DSBE |
|
duties_company |
RichTextField |
duties company |
|
duties_person |
RichTextField |
duties person |
|
study_type |
ForeignKey to study type |
study type |
|