Schule als Staat Projekt Web, Dokumente, etc.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.2KB

  1. \documentclass[12pt]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[german]{babel}
  4. \usepackage{tikz}
  5. \usepackage{extsizes}
  6. \usepackage{geometry}
  7. \usepackage{booktabs}
  8. \usepackage{eurosym}
  9. \geometry{
  10. margin=1.2cm
  11. }
  12. \newcommand{\kreis}{
  13. $\vcenter{\begin{tikzpicture}
  14. \draw (0,0) circle (0.2cm);
  15. \end{tikzpicture}}$
  16. }
  17. \setlength{\parindent}{0cm}
  18. \pagenumbering{gobble}
  19. \begin{document}
  20. \textbf{\LARGE{Betrieb Abrechnung}}
  21. \vspace{5mm}
  22. Diese Abrechnung muss am Ende jedes Tages dem Wirtschaftsministerium vorgelegt werden, um
  23. die Abrechnung prüfen zu lassen und die Steuern zu begleichen.
  24. \textbf{Wenn die Steuern am nächsten Tag noch nicht bezahlt sind, wird eine Geldstrafe erhoben!}
  25. \renewcommand{\arraystretch}{1.5}
  26. \vspace{0.7cm}
  27. \begin{tabular}{p{4cm}p{14cm}}
  28. Name des Betriebs: & \dotfill \\
  29. \end{tabular}
  30. \vspace{3mm}
  31. \begin{tabular}{p{4cm}p{14cm}}
  32. Email: & \dotfill \\
  33. \end{tabular}
  34. \vspace{3mm}
  35. \begin{tabular}{p{4.5cm}p{4.5cm}p{3cm}p{2cm}}
  36. \textbf{Ausgezahlter Kredit:} &
  37. \begin{tabular}{|p{3.5cm}|}
  38. \hline
  39. \\ \hline
  40. \end{tabular} &
  41. \textbf{Abbezahlt:} &
  42. \begin{tabular}{|p{.6cm}|}
  43. \hline
  44. \\ \hline
  45. \end{tabular} \\
  46. \end{tabular}
  47. \vspace{5mm}
  48. \begin{tabular}{p{4cm}p{14cm}}
  49. \textbf{Ausgaben} & Alle Angaben in G-Mark\\[2mm]
  50. \begin{tabular}{|p{.12\textwidth}|p{.12\textwidth}|p{.12\textwidth}|p{.12\textwidth}|p{.12\textwidth}|p{.12\textwidth}|p{.12\textwidth}|}
  51. \hline
  52. \textbf{Datum} & \textbf{Umsatz} & \textbf{Lohnkosten} & \textbf{Ausgaben} &
  53. \textbf{Gewinn} & \textbf{Steuer} & \textbf{Erledigt}\\ \hline
  54. & & & & & & \\ \hline
  55. & & & & & & \\ \hline
  56. & & & & & & \\ \hline
  57. & & & & & & \\ \hline
  58. & & & & & & \\ \hline
  59. \end{tabular} & \\
  60. \end{tabular}
  61. \vspace{3mm}
  62. \begin{tabular}{p{18cm}p{4cm}}
  63. \textbf{Anmerkungen des Wirtschaftskontrolldiensts} & \\[2mm]
  64. \begin{tabular}{p{18cm}}
  65. \dotfill \\
  66. \dotfill \\
  67. \dotfill \\
  68. \dotfill \\
  69. \dotfill \\
  70. \dotfill \\
  71. \end{tabular} & \\
  72. \end{tabular}
  73. \vspace{10mm}
  74. \textbf{Dieses Blatt gut aufbewahren! Bei Verlust dieser Abrechnung wird der Betrieb aufgelöst!}
  75. \vspace{0.4cm}
  76. \end{document}