mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Generation de pdf
This commit is contained in:
parent
40525ecce4
commit
84d48437f7
2 changed files with 2 additions and 4 deletions
|
@ -19,6 +19,7 @@ Avec apt (recommandé):
|
|||
* python3-django (1.8, jessie-backports)
|
||||
* python3-django-macaddress (stretch)
|
||||
* python3-dateutil (jessie-backports)
|
||||
* texlive (jessie)
|
||||
* texlive-latex-base (jessie)
|
||||
* texlive-fonts-recommended (jessie)
|
||||
* python3-djangorestframework (jessie)
|
||||
|
|
|
@ -27,12 +27,9 @@
|
|||
|
||||
\documentclass[12pt]{article} % Use the custom invoice class (invoice.cls)
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[frenchb]{babel}
|
||||
\usepackage[letterpaper,hmargin=0.79in,vmargin=0.79in]{geometry}
|
||||
\usepackage{calc} % Counters for totaling hours and cost
|
||||
\usepackage{longtable}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{calc}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{eurosym}
|
||||
|
||||
|
@ -67,7 +64,7 @@ Siret : {{siret}}
|
|||
|
||||
{\bf Date:} \tab {{DATE}} \\ % Invoice date
|
||||
|
||||
{\bf Facture \no :} \tab {{ fid }} \\ %
|
||||
{\bf Facture \no :} \tab {{ fid }} \\\\
|
||||
%----------------------------------------------------------------------------------------
|
||||
% TABLE OF EXPENSES
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue