Insertion socio-professionnelle

Ce module permet de gérer des projects de mise au travail selon les articles 60§7 et 61 de la loi organique des CPAS.

Si pour des jeunes en-dessous des 25 ans on parle surtout d’Insertion sociale et de leur enseignement, pour les adultes nous parlons d’insertion socio-professionnelle et nous concentrons au travail.

Aperçu

Le CPAS gère une liste d’Jobs (de mise au travail). Ces endroits de mise au travail sont généralement des endroits de travail spécialisés à l’accqueil temporaire de personnes à intégrer. Exemple:

Name Job Provider Job Sector Job Function Job Type Contract Type hourly rate capacity Remark ID
Kellner BISA Landwirtschaft & Garten Kellner Sozialwirtschaft = “majorés” Sozialökonomie   1 Sehr harte Stelle 1
Kellner R-Cycle Sperrgutsortierzentrum Horeca Kellner Sonstige Stadt Eupen   1   5
Koch R-Cycle Sperrgutsortierzentrum Seefahrt Koch Intern Sozialökonomie - majoré   1   2
Koch Pro Aktiv V.o.G. Unterricht Koch Sozialwirtschaft = “majorés” Sozialökonomie   1   6
Total (8 Zeilen)             4   0

Indépendamment de ces endroits de travail le CPAS peut gérer une liste d’Job Offers du marché normal.

Une Candidature représente le fait qu’un Client donné voudrait travailler à un Endroit donné. Ceci implique entre autres que l’agent d’insertion responsable l’estime potentiellement apte à assumer ce travail.

Eine Kandidatur ist “wenn ein Client sich für eine Job bewirbt”. Das beinhaltet u.a. auch die Information, dass der verantwortliche Begleiter die Person als für diese Stelle geeignet einstuft.

Si un Client introduit une Candidature, l’agent d’insertion note que

Une telle Candidature peut référer soit à un Endroit soit à une Offre.

Et puis on fera un Contract.

Référence

Jobs

Eine Stelle ist ein Arbeitsplatz bei einem Stellenabieter.

name type verbose name help text
name CharField Name  
provider ForeignKey to Job Provider Job Provider  
sector ForeignKey to Job Sector Job Sector  
function ForeignKey to Job Function Job Function  
type ForeignKey to Job Type Job Type  
contract_type ForeignKey to Job Contract Type Contract Type  
hourly_rate PriceField hourly rate  
capacity IntegerField capacity  
remark TextField Remark  
id AutoField ID  

Job Providers

name type verbose name help text
name CharField Name  
email EmailField E-Mail  
created DateTimeField Erstellt  
modified DateTimeField Bearbeitet  
country ForeignKey to Country Country  
city ForeignKey to Place Place  
region ForeignKey to Place Region  
zip_code CharField Zip code  
addr1 CharField Address line before street Address line before street
street_prefix CharField Street prefix Text to print before name of street, but to ignore for sorting.
street CharField Street Name of street. Without house number.
street_no CharField No. House number
street_box CharField Box Text to print after steet_no on the same line
addr2 CharField Address line after street Address line to print below street line
language LanguageField Sprache Die Sprache, in der Dokumente ausgestellt werden sollen.
url URLField URL  
phone CharField Phone  
gsm CharField GSM  
fax CharField Fax  
remarks TextField Remarks  
is_obsolete BooleanField obsolete Altfälle sind Partner, deren Stammdaten nicht mehr gepflegt werden und für neue Operationen nicht benutzt werden können.
activity ForeignKey to activity activity  
bank_account1 CharField Bank account 1  
bank_account2 CharField Bank account 2  
prefix CharField prefix  
vat_id CharField VAT id  
type ForeignKey to company type Company type  
client_contact_type ForeignKey to Client Contact type Client Contact type  
id AutoField ID  

Art.60§7 contracts

name type verbose name help text
id AutoField ID  
job ForeignKey to Job Job  
applies_from DateField applies from  
applies_until DateField applies until  
user ForeignKey to Benutzer Autor  
type ForeignKey to Job Contract Type Contract Type  
build_time DateTimeField Druckdatum  
company ForeignKey to Company Company  
contact_person ForeignKey to Person represented by  
contact_role ForeignKey to Function represented as  
signer1 ForeignKey to Person Sekretär  
signer2 ForeignKey to Person President  
client ForeignKey to Client Client  
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  
duration IntegerField duration (days)  
regime ForeignKey to Work Regime Work Regime  
schedule ForeignKey to Work Schedule Work Schedule  
hourly_rate PriceField hourly rate  
refund_rate CharField refund rate  
reference_person CharField reference person  
responsibilities RichTextField responsibilities  
remark TextField Remark  

Job Candidatures

name type verbose name help text
date_submitted DateField date submitted Date when the IA introduced this candidature.
job ForeignKey to Job Job  
state ChoiceListField Candidature state  
sector ForeignKey to Job Sector Job Sector  
function ForeignKey to Job Function Job Function  
person ForeignKey to Client Client  
remark TextField Remark  
id AutoField ID  

Work Regimes

name type verbose name help text
id AutoField ID  
name BabelCharField Omschrijving  

Job Sectors

name type verbose name help text
id AutoField ID  
name BabelCharField Omschrijving  
remark TextField Remark  

Job Functions

name type verbose name help text
name BabelCharField Omschrijving  
sector ForeignKey to Job Sector Job Sector  
id AutoField ID  
remark TextField Remark  

Work Schedules

name type verbose name help text
id AutoField ID  
name BabelCharField Omschrijving  

Job Offers

name type verbose name help text
id AutoField ID  
sector ForeignKey to Job Sector Job Sector  
function ForeignKey to Job Function Job Function  
name CharField Name  
provider ForeignKey to Job Provider Job Provider  
selection_from DateField selection from  
selection_until DateField selection until  
start_date DateField start date  
remark TextField Remark  

Studies & education

name type verbose name help text
id AutoField ID  
country ForeignKey to Country Country  
city ForeignKey to Place Place  
person ForeignKey to Client Client  
type ForeignKey to study type study type  
content CharField Study content  
started MonthField started  
stopped MonthField stopped  
success BooleanField Erfolgreich abgeschlossen  
language ForeignKey to Sprache Sprache  
school CharField School  
remarks TextField Remarks  

Studies & education

List of studies for a given person.

name type verbose name help text
type ForeignKey to study type study type  
content CharField Study content  
started MonthField started  
stopped MonthField stopped  
country ForeignKey to Country Country  
city ForeignKey to Place Place  
success BooleanField Erfolgreich abgeschlossen  
language ForeignKey to Sprache Sprache  
school CharField School  
remarks TextField Remarks  
id AutoField ID  

Job Experiences

name type verbose name help text
id AutoField ID  
sector ForeignKey to Job Sector Job Sector  
function ForeignKey to Job Function Job Function  
person ForeignKey to Client Client  
company CharField company  
title CharField job title  
country ForeignKey to Country Country  
started MonthField started  
stopped MonthField stopped  
remarks TextField Remarks  

Job Experiences

name type verbose name help text
company CharField company  
started MonthField started  
stopped MonthField stopped  
title CharField job title  
sector ForeignKey to Job Sector Job Sector  
function ForeignKey to Job Function Job Function  
country ForeignKey to Country Country  
remarks TextField Remarks  

Job Types

name type verbose name help text
id AutoField ID  
seqno IntegerField Seq.-Nr.  
name CharField Omschrijving  
remark CharField Remark  

Job Contract 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  

Contracts Situation

Ceci est la vieille version du document, elle sera remplacée par Contracts Situation

Contracts Situation

This list helps you to make decisions like:

  • which jobs are soon going to be free, and which candidate(s) should we suggest?
  • bla bla

Example (using fictive demo data):

Sozialwirtschaft = "majorés"

JobWorkingProbationCandidates

Kellner at BISA (1) Sehr harte Stelle

RADERMACHER bis 18-10-14
DERICUM bis 16-05-14

RADERMACHER

EVERS

Koch at Pro Aktiv V.o.G. (1)

DENON bis 17-12-14
INGELS bis 06-04-14

EMONTS

INGELS

Intern

JobWorkingProbationCandidates

Koch at R-Cycle Sperrgutsortierzentrum (1)

VANDENMEULENBOS bis 18-04-14
GERNEGROß bis 16-05-15

AUSDEMWALD

MEESSEN

Küchenassistent at BISA (1) Sehr harte Stelle

LEFFIN bis 06-04-15

VANDENMEULENBOS

JACOBS

Extern (Öffentl. VoE mit Kostenrückerstattung)

JobWorkingProbationCandidates

Küchenassistent at Pro Aktiv V.o.G. (1) No supervisor. Only for independent people.

KASENNOVA bis 28-10-13
KAIVERS bis 16-11-14

JACOBS

MARTELAER

Tellerwäscher at R-Cycle Sperrgutsortierzentrum (1)

RADERMACHER bis 17-06-14

EVERS

RADERMACHER

Extern (Privat Kostenrückerstattung)

JobWorkingProbationCandidates

Tellerwäscher at BISA (1)

EMONTS bis 18-10-13

JONAS

ERNST

Sonstige

JobWorkingProbationCandidates

Kellner at R-Cycle Sperrgutsortierzentrum (1)

ÕUNAPUU bis 17-12-13
ERNST bis 06-10-14

ENGELS

KASENNOVA