diff --git a/mondumas/routes.py b/mondumas/routes.py index 5959311..b75b967 100644 --- a/mondumas/routes.py +++ b/mondumas/routes.py @@ -29,6 +29,7 @@ def includeme(config): config.add_route('devis_preview', '/devis_preview/{nodevis}') # dossier config.add_route('demandes','/demandes') + config.add_route('demandes_dl','/demandes_dl/{societe}/{email_from}/{email_uid}') config.add_route('delete_img','/delete_img/{nodossier}/{norapport}/{nosection}/{nomfic}') config.add_route('dossier_edit', '/dossier_edit/{nodossier}') config.add_route('dossier_lookup', '/dossier_lookup') diff --git a/mondumas/templates/default/home.pt b/mondumas/templates/default/home.pt index f4335c1..0cff158 100644 --- a/mondumas/templates/default/home.pt +++ b/mondumas/templates/default/home.pt @@ -39,7 +39,7 @@

EMAILS DOSSIERS

-
+

PDF DOSSIERS

diff --git a/mondumas/templates/dossier/demandes.pt b/mondumas/templates/dossier/demandes.pt index 75eee4f..142389f 100644 --- a/mondumas/templates/dossier/demandes.pt +++ b/mondumas/templates/dossier/demandes.pt @@ -1,94 +1,50 @@
-
- -
- - - - - - - - - -
SociétéDateExpéditeurObjet
-
-
-
- -
-
- - Retour - -
-
-
-
- -
-

Rapport de génération

- - - - - - - - -
${item.date.strftime('%d %b, %H:%M')}${item.proc}${item.msg}${item.nodossier}${item.user}
-

Dossiers générés à contrôler

- - - - - - - - -
${item.DATEMAJ.strftime('%d %b')}${item.societe}-${item.NO_ID}${item.NOMCLI}${item.C_NOM}${item.USERMAJ}
-
+
+

+ + Retour +

+ + + + + + + + + + + + + + + + + + + +
SocDateExpéditeurObjet
${item.email_societe}${item.email_societe}${item.email_societe}${item.email_date.strftime('%d %b, %H:%M')}${item.email_from}${item.email_subject} + + +

+

Dossiers générés à contrôler

+ + + + + + + + +
${item.DATEMAJ.strftime('%d %b')}${item.societe}-${item.NO_ID}${item.NOMCLI}${item.C_NOM}${item.USERMAJ}

+
-