diff options
Diffstat (limited to 'src/latex_templates/location.php')
-rw-r--r-- | src/latex_templates/location.php | 51 |
1 files changed, 44 insertions, 7 deletions
diff --git a/src/latex_templates/location.php b/src/latex_templates/location.php index dc4ea3e..dbffd0e 100644 --- a/src/latex_templates/location.php +++ b/src/latex_templates/location.php | |||
@@ -1,4 +1,6 @@ | |||
1 | <?php | 1 | <?php |
2 | // latex_templates/location.php | ||
3 | |||
2 | ob_start(); | 4 | ob_start(); |
3 | ?> | 5 | ?> |
4 | \documentclass{report} | 6 | \documentclass{report} |
@@ -21,7 +23,7 @@ ob_start(); | |||
21 | \definecolor{vert}{rgb}{0.07, 0.46, 0.13} % saisie en vert | 23 | \definecolor{vert}{rgb}{0.07, 0.46, 0.13} % saisie en vert |
22 | 24 | ||
23 | \begin{center} | 25 | \begin{center} |
24 | \includegraphics{ordipolo.png}\\ | 26 | \includegraphics{../ordipolo.png}\\ |
25 | \Large\textbf{Dépannage informatique - Assistance à domicile} | 27 | \Large\textbf{Dépannage informatique - Assistance à domicile} |
26 | \end{center} | 28 | \end{center} |
27 | 29 | ||
@@ -36,14 +38,49 @@ ob_start(); | |||
36 | Plus d'infos sur le site web: https\string://ordipolo.fr\\ | 38 | Plus d'infos sur le site web: https\string://ordipolo.fr\\ |
37 | % \string supprime l'espace devant les : | 39 | % \string supprime l'espace devant les : |
38 | 40 | ||
39 | CLIENT\\ | 41 | \begin{center} |
42 | \large\textbf{CONTRAT DE LOCATION} | ||
43 | \end{center} | ||
44 | |||
45 | PROPRIÉTAIRE\\ | ||
46 | |||
47 | Mme, M : \textcolor{vert}{Paul Jusot}\\ | ||
48 | Adresse : \textcolor{vert}{2A, rue de l'île de Man, 29000 Quimper}\\ | ||
49 | |||
50 | LOCATAIRE\\ | ||
51 | |||
52 | \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} | ||
53 | Mme, M : \textcolor{vert}{} & tel : \textcolor{vert}{}\\ | ||
54 | Adresse : \textcolor{vert}{} & courriel : \textcolor{vert}{} | ||
55 | \end{tabularx}\\\\ | ||
56 | |||
57 | BIEN LOUÉ\\ | ||
58 | |||
59 | Désignation : \textcolor{vert}{}\\ | ||
60 | Modèle, description : \textcolor{vert}{}\\ | ||
61 | |||
62 | État des lieux initial : \textcolor{vert}{}\\\\ | ||
63 | |||
64 | État des lieux final : \textcolor{vert}{}\\\\ | ||
65 | |||
66 | CLAUSES\\ | ||
67 | |||
68 | Durée du prêt : \textcolor{vert}{}\\ | ||
69 | Loyer mensuel : \textcolor{vert}{}\\ | ||
70 | |||
71 | |||
72 | \textbf{Le bénéficiaire de cette location s’engage à prendre soin du bien désigné et à en faire un usage strictement personnel.}\\ | ||
73 | |||
74 | \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} | ||
75 | Fait en deux exemplaires à : \textcolor{vert}{} & le : \textcolor{vert}{} \\ | ||
76 | \end{tabularx}\\ | ||
40 | 77 | ||
41 | \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} | 78 | \begin{tabularx}{\linewidth}{@{}X@{}@{}X@{}} |
42 | Mme, M : \textcolor{vert}{} & | 79 | Le bénéficiaire du prêt : \textcolor{vert}{} & |
43 | Date : \textcolor{vert}{}\\ | 80 | Le loueur : \textcolor{vert}{}\\ |
44 | \end{tabularx}\\ | 81 | \end{tabularx}\\ |
45 | Adresse : \textcolor{vert}{}\\ | 82 | \normalsize(précéder la signature de la mention « lu et approuvé ») |
46 | 83 | ||
47 | \end{document} | 84 | \end{document} |
48 | <?php | 85 | <?php |
49 | $locationLatex = ob_get_clean(); | 86 | $latex = ob_get_clean(); |