Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e0c529a4

Von Jan Büren vor fast 11 Jahren hinzugefügt

  • ID e0c529a490b9b69559862166e63f0807c82f1b49
  • Vorgänger 7ad4382b
  • Nachfolger 434d7c13

Druckvorlagen RB aktualisiert

Unterschiede anzeigen:

templates/print/RB/firma/euro_account.tex
1 1
\newcommand{\currency}{\euro}
2
\newcommand{\kontonummer}{4004 283 800}
2
\newcommand{\kontonummer}{4071953800}
3 3
\newcommand{\bank}{GLS Bank eG}
4 4
\newcommand{\bankleitzahl}{430 609 67}
5
\newcommand{\bic}{DE87430609674004283800}
6
\newcommand{\iban}{GENODEM1GLS}
5
\newcommand{\iban}{DE50430609674071953800}
6
\newcommand{\bic}{GENODEM1GLS}
templates/print/RB/firma/ident.tex
1
\newcommand{\telefon} {++49 228 360 14 351}
1
\newcommand{\telefon} {++49 228 92 98 2012}
2 2
\newcommand{\fax} {}
3
\newcommand{\firma} {Richardson \& Büren GbR}
4
\newcommand{\strasse} {Siemensstr. 8}
5
\newcommand{\ort} {53121 Bonn}
6
\newcommand{\ustid} {DE238288407}
3
\newcommand{\firma} {Richardson \& Büren GmbH}
4
\newcommand{\strasse} {Römerstr. 45 - 47}
5
\newcommand{\ort} {53111 Bonn}
6
\newcommand{\ustid} {DE292363254}
7 7
\newcommand{\finanzamt} {Finanzamt Bonn-Innenstadt}
8
\newcommand{\email} {information@lx-office-hosting.de}
9
\newcommand{\homepage} {http://www.lx-office-hosting.de}
8
\newcommand{\email} {information@kivitendo-premium.de}
9
\newcommand{\homepage} {http://www.kivitendo-premium.de}
templates/print/RB/insettings.tex
48 48
        a4paper,      % DINA4
49 49
        %% left=19mm,    % Linker Rand
50 50
        %% width=142mm,  % Textbreite
51
        top=49mm,     % Abstand Textanfang von oben
51
        top=46mm,     % Abstand Textanfang von oben
52 52
        head=5mm,     % Höhe des Kopfes
53 53
        headsep=12mm, % Abstand Kopf zu Textanfang
54 54
        bottom=25mm,  % Abstand von unten
......
94 94
        \strasse               & \homepage           & \textBank        & \bank \\
95 95
        \ort                   & \textUstid\ \ustid  & \textIban        & \iban \\
96 96
        \textTelefon~\telefon  & \finanzamt          & \textBic         & \bic \\
97
        \ifthenelse{\equal{\fax}{}}{}{\textFax~\fax} &&& \\
97
        \ifthenelse{\equal{\fax}{}}{}{\textFax~\fax} & &\textBankleitzahl	& \bankleitzahl \\
98 98
     \end{tabular}
99 99
  }
100 100
}
templates/print/RB/invoice.tex
24 24

  
25 25
  <%name%>
26 26

  
27
  <%department_1%>
28

  
29
  <%department_2%>
30

  
31
  <%cp_givenname%> <%cp_name%>
32

  
27 33
  <%street%>
28 34

  
29 35
  ~
......
67 73
\ifthenelse{\equal{<%cp_name%>}{}}{\anrede}{
68 74
  \ifthenelse{\equal{<%cp_gender%>}{f}}
69 75
    {\anredefrau}{\anredeherr} <%cp_title%> <%cp_name%>,}\\
76
%\rechnungsformel\\
77

  
78
<%if notes%>
79
        <%notes%>
80
<%end if%>
70 81

  
71
\rechnungsformel\\
72 82

  
73 83
\vspace{0.5cm}
74 84

  
......
83 93
%
84 94
\setlength\LTleft\parindent     % Tabelle beginnt am linken Textrand
85 95
\setlength\LTright{0pt}         % Tabelle endet am rechten Textrand
86
\begin{longtable}{@{}rrp{7cm}@{\extracolsep{\fill}}rrr@{}}
96
\begin{longtable}{@{}rrp{9cm}@{\extracolsep{\fill}}rrr@{}}
87 97
% Tabellenkopf
88 98
\hline
89
\textbf{\position} & \textbf{\artikelnummer} & \textbf{\bezeichnung} & \textbf{\menge} & \textbf{\einzelpreis} & \textbf{\gesamtpreis} \\
99
\textbf{\position} & & \textbf{\bezeichnung} & \textbf{\menge} & \textbf{\einzelpreis} & \textbf{\gesamtpreis} \\
90 100
\hline\\
91 101
\endhead
92 102

  
93 103
% Tabellenkopf erste Seite
94 104
\hline
95
\textbf{\position} & \textbf{\artikelnummer} & \textbf{\bezeichnung} & \textbf{\menge} & \textbf{\einzelpreis} & \textbf{\gesamtpreis} \\
105
\textbf{\position} & & \textbf{\bezeichnung} & \textbf{\menge} & \textbf{\einzelpreis} & \textbf{\gesamtpreis} \\
96 106
\hline\\[-0.5em]
97 107
\endfirsthead
98 108

  
......
114 124
% eigentliche Tabelle
115 125
<%foreach number%>
116 126
          <%runningnumber%> &
117
          <%number%> &
127
          &
118 128
          \textbf{<%description%>} &
119 129
          \raggedleft <%qty%> <%unit%> &
120 130
          <%sellprice%> \currency &
......
135 145

  
136 146
\vspace{0.2cm}
137 147

  
138
<%if notes%>
139
        \vspace{5mm}
140
        <%notes%>
141
        \vspace{5mm}
142
<%end if%>
143

  
144 148
\ifthenelse{\equal{<%deliverydate%>}{}}{\leistungsdatumGleichRechnungsdatum}{\lieferungErfolgtAm ~<%deliverydate%>.} \\
145 149

  
146 150
<%if payment_terms%>

Auch abrufbar als: Unified diff