File: German-timecard.tex

package info (click to toggle)
sql-ledger 2.6.22-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 28,380 kB
  • ctags: 2,890
  • sloc: perl: 40,796; sql: 25,666; sh: 302; makefile: 61
file content (71 lines) | stat: -rw-r--r-- 1,457 bytes parent folder | download | duplicates (77)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentclass{scrartcl}
\usepackage[latin1]{inputenc}
\usepackage{tabularx}
\usepackage[letterpaper,top=2cm,bottom=-1cm,left=2cm,right=1cm]{geometry}
\usepackage{graphicx}
\setlength{\parindent}{0pt}

\begin{document}

\pagestyle{myheadings}
\thispagestyle{empty}

\fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont

\vspace*{-1.3cm}

\parbox{\textwidth}{%
  \parbox[b]{.42\textwidth}{%
    <%company%>
   
    <%address%>
  }
  \parbox[b]{.2\textwidth}{
    \includegraphics[scale=0.3]{sql-ledger}
  }\hfill
  \begin{tabular}[b]{rr@{}}
  Tel: & <%tel%>\\
  Fax: & <%fax%>
  \end{tabular}

  \rule[1.5em]{\textwidth}{0.5pt}
}

\centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}}

\vspace*{0.5cm}

\begin{tabular}[t]{ll}
  \textbf{Employee} & <%employee%> \\
  \textbf{ID} & <%employee_id%> \\
\end{tabular}
\hfill
\begin{tabular}[t]{ll}
  \textbf{Card ID} & <%id%> \\
  \textbf{Date Worked} & <%transdate%> \\
  \textbf{Time In} & <%checkedin%> \\
  \textbf{Time Out} & <%checkedout%> \\
  \textbf{Hours Worked} & <%qty%> \\
\end{tabular}

\vspace{1cm}

\begin{tabular}[b]{ll}
  \textbf{Project/Job \#} & <%projectnumber%> \\
  \textbf{Description} & <%projectdescription%> \\
  \textbf{Labor/Service Code} & <%partnumber%> \\
  \textbf{Description} & <%description%> \\
\end{tabular}
\hfill
\begin{tabular}[b]{lr}
  \textbf{Unit Rate} & <%sellprice%> \\
  \textbf{Total} & <%total%> \\
\end{tabular}
  
\vspace{0.3cm}

<%notes%>
 
\end{document}