Signed-off-by: Cherif <cbalde@mysy-training.com>
master_Elyos_FI
Cherif 2025-06-26 21:43:58 +02:00
parent 65d788ac44
commit 050e60b608
3 changed files with 2272 additions and 6 deletions

View File

@ -4,11 +4,10 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="ssqsdqsd">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="25/06/2025 - 18h">
<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" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -450,7 +449,7 @@
<option name="project" value="LOCAL" />
<updated>1747251650255</updated>
</task>
<option name="localTasksCounter" value="480" />
<option name="localTasksCounter" value="481" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -492,7 +491,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="05/05/2025 - 20h" />
<MESSAGE value="06/05/2025 - 20h" />
<MESSAGE value="07/05/2025 - 20h" />
<MESSAGE value="08/05/2025 - 14h" />
@ -517,6 +515,7 @@
<MESSAGE value="20/06/2025 -18h" />
<MESSAGE value="ss" />
<MESSAGE value="ssqsdqsd" />
<option name="LAST_COMMIT_MESSAGE" value="ssqsdqsd" />
<MESSAGE value="25/06/2025 - 18h" />
<option name="LAST_COMMIT_MESSAGE" value="25/06/2025 - 18h" />
</component>
</project>

File diff suppressed because it is too large Load Diff

View File

@ -6363,6 +6363,8 @@ def Is_Ressource_Available(diction):
filt_periode_start_date_ISODATE = datetime.strptime(str(diction['event_start']), '%d/%m/%Y %H:%M')
filt_periode_end_date_ISODATE = datetime.strptime(str(diction['event_end']), '%d/%m/%Y %H:%M')
#print(" ### filt_periode_start_date_ISODATE = ", filt_periode_start_date_ISODATE)
#print(" ### filt_periode_end_date_ISODATE = ", filt_periode_end_date_ISODATE)
qery_match = {
"$match":{