X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fprint%2Fmarei%2Fbin_list.tex;fp=templates%2Fprint%2Fmarei%2Fbin_list.tex;h=83c899b8b37b004fbf7ff55df955e857c19859b7;hb=4987cdc759332a4226006c34f3b7c78ee031bc62;hp=0000000000000000000000000000000000000000;hpb=6f2c9845c64de05b36274212300e453a2507ef8e;p=kivitendo-erp.git diff --git a/templates/print/marei/bin_list.tex b/templates/print/marei/bin_list.tex new file mode 100644 index 000000000..83c899b8b --- /dev/null +++ b/templates/print/marei/bin_list.tex @@ -0,0 +1,113 @@ +\documentclass[twoside]{scrartcl} +\usepackage[frame]{xy} +\usepackage{tabularx} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\setlength{\voffset}{0.5cm} +\setlength{\hoffset}{-2.0cm} +\setlength{\topmargin}{0cm} +\setlength{\headheight}{0.5cm} +\setlength{\headsep}{1cm} +\setlength{\topskip}{0pt} +\setlength{\oddsidemargin}{1.0cm} +\setlength{\evensidemargin}{1.0cm} +\setlength{\textwidth}{17cm} +\setlength{\textheight}{24.7cm} +\setlength{\footskip}{1cm} +\setlength{\parindent}{0pt} +\renewcommand{\baselinestretch}{1} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont + +\vspace*{-1.3cm} + +\parbox{\textwidth}{ + \parbox[b]{.42\textwidth}{% + <%company%> + + <%address%> + }\hfill + \begin{tabular}[b]{rr@{}} + Tel & <%tel%>\\ + Fax & <%fax%> + \end{tabular} + + \rule[1.5ex]{\textwidth}{0.5pt} +} + +\vspace*{0.5cm} + +\parbox[t]{1cm}{\hfill} +\parbox[t]{.5\textwidth}{ +\textbf{Von} +\vspace{0.7cm} + +<%name%> \\ +<%street%> \\ +<%zipcode%> \\ +<%city%> \\ +<%country%> +} +\parbox[t]{.4\textwidth}{ +\textbf{Lieferanschrift} +\vspace{0.7cm} + +<%shiptoname%> \\ +<%shiptostreet%> \\ +<%shiptozipcode%> \\ +<%shiptocity%> \\ +<%shiptocountry%> +} +\hfill + +\vspace{1cm} + +\textbf{L A G E R L I S T E} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{6}{|X}|} \hline + \textbf{BestellNr. \#} & \textbf{Datum} & \textbf{Kontakt} + <%if warehouse%> + & \textbf{Lager} + <%end warehouse%> + & \textbf{Lagerplatz} & \textbf{Lieferung mit} \\ [0.5em] + \hline + + <%ordnumber%> + <%if shippingdate%> + & <%shippingdate%> + <%end shippingdate%> + <%if not shippingdate%> + & <%orddate%> + <%end shippingdate%> + & <%employee%> + <%if warehouse%> + & <%warehouse%> + <%end warehouse%> + & <%shippingpoint%> & <%shipvia%> \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXllrrll@{}} + \textbf{Pos} & \textbf{Nummer} & \textbf{Beschreibung} & \textbf{Seriennumner} & & \textbf{Menge} & \textbf{Erh} & & \textbf{Lagerplatz} \\ + +<%foreach number%> + <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> & + <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> & <%bin%> \\ +<%end number%> +\end{tabularx} + + +\rule{\textwidth}{2pt} + +\end{document} +