summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/invoice.tex
blob: ec7603059a97d65f4b0fc113b8a2ab71fb81334c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{isodoc}
\usepackage{invoice}
\setupdocument{
   ourref = 8234,
     date = 20060401,
  subject = Declaratie verzending aanmaningen,
       to = NTG\\Maasstraat 2\\5836 BB Sambeek
}
\begin{document}
\invoice[payref=123]{
  \itable{
    \iitem{enveloppen}{6,60}
    \iitem{postzegels}{9,00}
    \itotal[Subtotaal]{15,60}
  }
  \\[3ex]\paymentdata
}
\end{document}