Revision ea910b8d
Von Sven Schöling vor etwa 19 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
}
|
||
|
||
map { $form->{$_} = $locale->date(\%myconfig, $form->{$_}, 1) }
|
||
("${inv}date", "${due}date", "shippingdate");
|
||
("${inv}date", "${due}date", "shippingdate", "deliverydate");
|
||
|
||
@a = qw(name street zipcode city country);
|
||
|
||
... | ... | |
push @a,
|
||
qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptoemail shippingpoint shipvia company address signature employee contact department_1 department_2);
|
||
|
||
push @a, ("${inv}date", "${due}date", email, cc, bcc);
|
||
push @a, ("${inv}date", "${due}date", "deliverydate", email, cc, bcc);
|
||
|
||
$form->format_string(@a);
|
||
|
templates/German-invoice.html | ||
---|---|---|
<th align=right>Nummer</th><td> </td><td><%invnumber%></td></tr>
|
||
</tr>
|
||
|
||
<tr>
|
||
<th align=right>Lieferdatum</th><td> </td><td><%deliverydate%></td></tr>
|
||
</tr>
|
||
<!--
|
||
<tr>
|
||
<th align=right>Clerk:</th><td> </td><td><%username%></td>
|
templates/German-invoice.tex | ||
---|---|---|
\begin{tabular}[t]{l@{\hspace{0.3cm}}l}
|
||
\textbf{Datum} & <%invdate%> \\
|
||
\textbf{Nummer} & <%invnumber%> \\
|
||
\textbf{Lieferdatum} & <%deliverydate%> \\
|
||
\end{tabular}
|
||
|
||
\vspace{1cm}
|
Auch abrufbar als: Unified diff
Export des Lieferdatums fuer gedruckte Rechnungen.
Die Variable ist <%deliverydate%>.
Anbei Rechnungen mit Lieferdatum in tex und html.
(Sollte sich jemand anschauen der weiss wie die auszusehen haben)