20/03/2024 - 22h30dss

master
cherif 2024-03-23 00:16:30 +01:00
parent c264ad0ac2
commit c9e4a6e1a8
3 changed files with 546 additions and 15 deletions

View File

@ -1,7 +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="20/03/2024 - 22h30d">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="20/03/2024 - 22h30dss">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/E_Sign_Document.py" beforeDir="false" afterPath="$PROJECT_DIR$/E_Sign_Document.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
@ -74,13 +74,6 @@
<option name="presentableId" value="Default" />
<updated>1680804787304</updated>
</task>
<task id="LOCAL-00198" summary="19/01/2024 - 16h">
<created>1705677688291</created>
<option name="number" value="00198" />
<option name="presentableId" value="LOCAL-00198" />
<option name="project" value="LOCAL" />
<updated>1705677688291</updated>
</task>
<task id="LOCAL-00199" summary="21/01/2024 -18h30">
<created>1705859319077</created>
<option name="number" value="00199" />
@ -417,7 +410,14 @@
<option name="project" value="LOCAL" />
<updated>1711130098364</updated>
</task>
<option name="localTasksCounter" value="247" />
<task id="LOCAL-00247" summary="20/03/2024 - 22h30dss">
<created>1711148467159</created>
<option name="number" value="00247" />
<option name="presentableId" value="LOCAL-00247" />
<option name="project" value="LOCAL" />
<updated>1711148467160</updated>
</task>
<option name="localTasksCounter" value="248" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -425,14 +425,40 @@
<map>
<entry key="MAIN">
<value>
<State />
<State>
<option name="FILTERS">
<map>
<entry key="branch">
<value>
<list>
<option value="origin/master" />
</list>
</value>
</entry>
</map>
</option>
</State>
</value>
</entry>
</map>
</option>
<option name="RECENT_FILTERS">
<map>
<entry key="Branch">
<value>
<list>
<RecentGroup>
<option name="FILTER_VALUES">
<option value="origin/master" />
</option>
</RecentGroup>
</list>
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="18/02/2024 - 14h" />
<MESSAGE value="dd" />
<MESSAGE value="ddr" />
<MESSAGE value="23/02/2024 - 22h30" />
@ -457,6 +483,7 @@
<MESSAGE value="19/03/2024 - 17h30" />
<MESSAGE value="20/03/2024 - 22h30" />
<MESSAGE value="20/03/2024 - 22h30d" />
<option name="LAST_COMMIT_MESSAGE" value="20/03/2024 - 22h30d" />
<MESSAGE value="20/03/2024 - 22h30dss" />
<option name="LAST_COMMIT_MESSAGE" value="20/03/2024 - 22h30dss" />
</component>
</project>

View File

@ -723,15 +723,15 @@ def Create_E_Signature_For_E_Document(diction):
convention_dictionnary_data["mysy_signature_digitale"] = str(local_signature_digitale)
convention_dictionnary_data["mysy_url_securite"] = local_url_securite
convention_dictionnary_data["mysy_qrcode_securite"] = "data:image/png;base64," + qr_code_converted_string,
convention_dictionnary_data["mysy_qrcode_securite"] = "data:image/png;base64," + qr_code_converted_string
body = {
"params": convention_dictionnary_data
}
source_data = str(e_document_data['source_document']) + "<div> cherifffffffff </div> <br/> <div> {{ mysy_url_securite }} </div> <br/> <div> &nbsp;</div>"
source_data = str(e_document_data['source_document'])
contenu_doc_Template = jinja2.Template(str(e_document_data['source_document']))
contenu_doc_Template = jinja2.Template(str(source_data))
sourceHtml = contenu_doc_Template.render(params=body["params"])

File diff suppressed because one or more lines are too long