Browse Source

Generation de pdf

rewrite_authors
Dalahro 9 years ago
parent
commit
57536ceca9
  1. 1
      README.md
  2. 5
      cotisations/templates/cotisations/factures.tex

1
README.md

@ -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)

5
cotisations/templates/cotisations/factures.tex

@ -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…
Cancel
Save