23/07/2024 - 12h
parent
6897469e4d
commit
ef539f1492
|
@ -1,11 +1,7 @@
|
|||
<?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="21/07/2024 - 12h">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Inscription_mgt.py" beforeDir="false" afterPath="$PROJECT_DIR$/Inscription_mgt.py" 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" />
|
||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="23/07/2024 - 12h">
|
||||
<change beforePath="$PROJECT_DIR$/module_editique.py" beforeDir="false" afterPath="$PROJECT_DIR$/module_editique.py" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
|
@ -76,13 +72,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1680804787304</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00308" summary="20/05/2024 - 22h00">
|
||||
<created>1716233337268</created>
|
||||
<option name="number" value="00308" />
|
||||
<option name="presentableId" value="LOCAL-00308" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1716233337269</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00309" summary="21/05/2024 - 21h">
|
||||
<created>1716318314386</created>
|
||||
<option name="number" value="00309" />
|
||||
|
@ -419,7 +408,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1721557111553</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="357" />
|
||||
<task id="LOCAL-00357" summary="23/07/2024 - 12h">
|
||||
<created>1721725653358</created>
|
||||
<option name="number" value="00357" />
|
||||
<option name="presentableId" value="LOCAL-00357" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1721725653358</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="358" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.Tabs.Properties">
|
||||
|
@ -461,7 +457,6 @@
|
|||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="qqsd" />
|
||||
<MESSAGE value="11/06/2024 - 23h30" />
|
||||
<MESSAGE value="12/06/2024 - 21h30" />
|
||||
<MESSAGE value="15/06/2024 - 21h30" />
|
||||
|
@ -486,6 +481,7 @@
|
|||
<MESSAGE value="17/07/2024 - 11h30" />
|
||||
<MESSAGE value="17/07/2024 - 11h30sdf" />
|
||||
<MESSAGE value="21/07/2024 - 12h" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="21/07/2024 - 12h" />
|
||||
<MESSAGE value="23/07/2024 - 12h" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="23/07/2024 - 12h" />
|
||||
</component>
|
||||
</project>
|
|
@ -1513,7 +1513,7 @@ def Get_Given_Session_Action_Status_By_Document(diction):
|
|||
|
||||
|
||||
local_nb_inscrit = inscrit_with_client_count
|
||||
print(" ### NB INSC CONVENTION_STAGIAIRE_ENTREPRISE = ", inscrit_with_client_count)
|
||||
|
||||
|
||||
for val in List_participant:
|
||||
local_qry = {'partner_owner_recid': str(my_partner['recid']),
|
||||
|
@ -1548,7 +1548,7 @@ def Get_Given_Session_Action_Status_By_Document(diction):
|
|||
)
|
||||
|
||||
local_nb_inscrit = inscrit_without_client_count
|
||||
print(" ### NB INSC CONVENTION_STAGIAIRE_INDIVIDUELLE = ", inscrit_without_client_count)
|
||||
|
||||
|
||||
for val in List_participant:
|
||||
local_qry = {'partner_owner_recid': str(my_partner['recid']),
|
||||
|
|
Loading…
Reference in New Issue