01/09/2024 - 20:00
parent
5affdf6998
commit
9a905df4d3
|
@ -1,9 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="31/08/2024 - 18h50">
|
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="01/09/2024 - 14:00">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/Dashbord_queries/BPF.py" beforeDir="false" afterPath="$PROJECT_DIR$/Dashbord_queries/BPF.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$/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$/Session_Formation.py" beforeDir="false" afterPath="$PROJECT_DIR$/Session_Formation.py" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
|
@ -75,13 +74,6 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1680804787304</updated>
|
<updated>1680804787304</updated>
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00338" summary="qsds">
|
|
||||||
<created>1719094222659</created>
|
|
||||||
<option name="number" value="00338" />
|
|
||||||
<option name="presentableId" value="LOCAL-00338" />
|
|
||||||
<option name="project" value="LOCAL" />
|
|
||||||
<updated>1719094222662</updated>
|
|
||||||
</task>
|
|
||||||
<task id="LOCAL-00339" summary="qsds">
|
<task id="LOCAL-00339" summary="qsds">
|
||||||
<created>1719144150975</created>
|
<created>1719144150975</created>
|
||||||
<option name="number" value="00339" />
|
<option name="number" value="00339" />
|
||||||
|
@ -418,7 +410,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1725123044363</updated>
|
<updated>1725123044363</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="387" />
|
<task id="LOCAL-00387" summary="01/09/2024 - 14:00">
|
||||||
|
<created>1725191980575</created>
|
||||||
|
<option name="number" value="00387" />
|
||||||
|
<option name="presentableId" value="LOCAL-00387" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1725191980575</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="388" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -460,7 +459,6 @@
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="VcsManagerConfiguration">
|
<component name="VcsManagerConfiguration">
|
||||||
<MESSAGE value="02/08/2024 - 12h" />
|
|
||||||
<MESSAGE value="02/08/2024 - 17h" />
|
<MESSAGE value="02/08/2024 - 17h" />
|
||||||
<MESSAGE value="03/08/2024 - 18h30" />
|
<MESSAGE value="03/08/2024 - 18h30" />
|
||||||
<MESSAGE value="08/08/2024 - 20h30" />
|
<MESSAGE value="08/08/2024 - 20h30" />
|
||||||
|
@ -485,6 +483,7 @@
|
||||||
<MESSAGE value="dddqsddddss" />
|
<MESSAGE value="dddqsddddss" />
|
||||||
<MESSAGE value="31082024" />
|
<MESSAGE value="31082024" />
|
||||||
<MESSAGE value="31/08/2024 - 18h50" />
|
<MESSAGE value="31/08/2024 - 18h50" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="31/08/2024 - 18h50" />
|
<MESSAGE value="01/09/2024 - 14:00" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="01/09/2024 - 14:00" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
2764
Log/log_file.log
2764
Log/log_file.log
File diff suppressed because one or more lines are too long
|
@ -10785,7 +10785,7 @@ def Invoice_Partner_From_Session_By_Inscription_Id( diction):
|
||||||
|
|
||||||
order_header_is_include_bpf = ""
|
order_header_is_include_bpf = ""
|
||||||
if ("is_bpf" in session_data.keys()):
|
if ("is_bpf" in session_data.keys()):
|
||||||
order_header_is_include_bpf = partner_client_id_data['is_bpf']
|
order_header_is_include_bpf = session_data['is_bpf']
|
||||||
partner_invoice_header_data['order_header_is_include_bpf'] = order_header_is_include_bpf
|
partner_invoice_header_data['order_header_is_include_bpf'] = order_header_is_include_bpf
|
||||||
|
|
||||||
# Calcul du Totol HT sans reduction
|
# Calcul du Totol HT sans reduction
|
||||||
|
|
Loading…
Reference in New Issue