04/02/2024 - 23h

master
cherif 2024-02-04 22:33:44 +01:00
parent 36142417a6
commit b6b3ba727b
3 changed files with 1220 additions and 15 deletions

View File

@ -1,13 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="03/02/2024 - 21h">
<change afterPath="$PROJECT_DIR$/attestation_formation.py" afterDir="false" />
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="04/02/2024 - 21h">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Session_Formation.py" beforeDir="false" afterPath="$PROJECT_DIR$/Session_Formation.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/prj_common.py" beforeDir="false" afterPath="$PROJECT_DIR$/prj_common.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ressources_humaines.py" beforeDir="false" afterPath="$PROJECT_DIR$/ressources_humaines.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -77,13 +74,6 @@
<option name="presentableId" value="Default" />
<updated>1680804787304</updated>
</task>
<task id="LOCAL-00163" summary="06/12/2023 - 21h">
<created>1701892535755</created>
<option name="number" value="00163" />
<option name="presentableId" value="LOCAL-00163" />
<option name="project" value="LOCAL" />
<updated>1701892535756</updated>
</task>
<task id="LOCAL-00164" summary="07/12/2023 - 11h30">
<created>1701945586589</created>
<option name="number" value="00164" />
@ -420,7 +410,14 @@
<option name="project" value="LOCAL" />
<updated>1706989870351</updated>
</task>
<option name="localTasksCounter" value="212" />
<task id="LOCAL-00212" summary="04/02/2024 - 21h">
<created>1707072782514</created>
<option name="number" value="00212" />
<option name="presentableId" value="LOCAL-00212" />
<option name="project" value="LOCAL" />
<updated>1707072782514</updated>
</task>
<option name="localTasksCounter" value="213" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -435,7 +432,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="03/01/2024 - 17h30" />
<MESSAGE value="04/01/2024 - 22h30" />
<MESSAGE value="5555" />
<MESSAGE value="05/01/24 - 20h30" />
@ -460,6 +456,7 @@
<MESSAGE value="02/02/2024 - 17h" />
<MESSAGE value="02/02/2024 - 23h" />
<MESSAGE value="03/02/2024 - 21h" />
<option name="LAST_COMMIT_MESSAGE" value="03/02/2024 - 21h" />
<MESSAGE value="04/02/2024 - 21h" />
<option name="LAST_COMMIT_MESSAGE" value="04/02/2024 - 21h" />
</component>
</project>

File diff suppressed because it is too large Load Diff

View File

@ -2214,6 +2214,7 @@ def Get_List_Manager_Ressource_Humaine(diction):
user['superieur_hierarchie_nom'] = superieur_hierarchie_nom
user['superieur_hierarchie_prenom'] = superieur_hierarchie_prenom
user['superieur_hierarchie_nom_prenom'] = superieur_hierarchie_nom+" "+superieur_hierarchie_prenom
RetObject.append(mycommon.JSONEncoder().encode(user))