Revision 56f1a79e
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1154 | 1154 |
bin_list => $main::locale->text('Bin List'), |
1155 | 1155 |
credit_note => $main::locale->text('Credit Note'), |
1156 | 1156 |
invoice => $main::locale->text('Invoice'), |
1157 |
invoice_copy => $main::locale->text('Invoice Copy'), |
|
1157 | 1158 |
pick_list => $main::locale->text('Pick List'), |
1158 | 1159 |
proforma => $main::locale->text('Proforma Invoice'), |
1159 | 1160 |
purchase_order => $main::locale->text('Purchase Order'), |
SL/Helper/PrintOptions.pm | ||
---|---|---|
64 | 64 |
($form->{type} eq 'invoice') ? ( |
65 | 65 |
opthash("invoice", $form->{PD}{invoice}, $locale->text('Invoice')), |
66 | 66 |
opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')), |
67 |
opthash("invoice_copy", $form->{PD}{invoice_copy}, $locale->text('Invoice Copy')), |
|
67 | 68 |
) : undef, |
68 | 69 |
($form->{type} eq 'invoice' && $form->{storno}) ? ( |
69 | 70 |
opthash("storno_invoice", $form->{PD}{storno_invoice}, $locale->text('Storno Invoice')), |
doc/changelog | ||
---|---|---|
18 | 18 |
Kleinere neue Features und Detailverbesserungen: |
19 | 19 |
|
20 | 20 |
|
21 |
- neue Druckvorlagen-Variante "Rechnungskopie", die mit dem Druckvorlagensatz marei |
|
22 |
ein Wasserzeichen "Rechnungskopie" bei Verkaufs-Rechnungen erzeugt |
|
23 |
|
|
24 |
|
|
21 | 25 |
Bugfixes (Tracker: https://www.kivitendo.de/redmine): |
22 | 26 |
|
23 | 27 |
|
locale/de/all | ||
---|---|---|
1818 | 1818 |
'Invnumber missing!' => 'Rechnungsnummer fehlt!', |
1819 | 1819 |
'Invoice' => 'Rechnung', |
1820 | 1820 |
'Invoice (one letter abbreviation)' => 'R', |
1821 |
'Invoice Copy' => 'Rechnungskopie', |
|
1821 | 1822 |
'Invoice Date' => 'Rechnungsdatum', |
1822 | 1823 |
'Invoice Date missing!' => 'Rechnungsdatum fehlt!', |
1823 | 1824 |
'Invoice Duedate' => 'Fälligkeitsdatum', |
templates/print/marei/invoice.tex | ||
---|---|---|
1 | 1 |
\documentclass[paper=a4,fontsize=10pt]{scrartcl} |
2 | 2 |
\usepackage{kiviletter} |
3 |
<%if template_meta.formname == "invoice_copy"%> |
|
4 |
\usepackage{transparent} |
|
5 |
\DeclareNewLayer[page,foreground,contents={ |
|
6 |
\parbox[c][\layerheight][c]{\layerwidth}{\centering\color{gray}\scalebox{11}{\rotatebox{60}{\texttransparent{0.5}{\rechnungskopie}}}} |
|
7 |
}]{foreground} |
|
8 |
\AddLayersToPageStyle{kivitendo.letter.first}{foreground}%Hintergrund für die erste Seite aktivieren |
|
9 |
\AddLayersToPageStyle{kivitendo.letter}{foreground}%Hintergrund für die erste Seite aktivieren |
|
10 |
<%end if%> |
|
11 |
|
|
12 |
|
|
3 | 13 |
|
4 | 14 |
|
5 | 15 |
% Variablen, die in settings verwendet werden |
Auch abrufbar als: Unified diff
Neue Druckvorlagen-Variante Rechnungskopie inkl. Wasserzeichen (marei)