Revision f8637504
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1936 | 1936 |
}; |
1937 | 1937 |
} |
1938 | 1938 |
|
1939 |
$config->{periodicity} = 'm' if none { $_ eq $config->{periodicity} } qw(m q y); |
|
1939 |
$config->{periodicity} = 'm' if none { $_ eq $config->{periodicity} } qw(m q b y);
|
|
1940 | 1940 |
|
1941 | 1941 |
$::form->get_lists(printers => "ALL_PRINTERS", |
1942 | 1942 |
charts => { key => 'ALL_CHARTS', |
... | ... | |
1962 | 1962 |
|
1963 | 1963 |
my $config = { active => $::form->{active} ? 1 : 0, |
1964 | 1964 |
terminated => $::form->{terminated} ? 1 : 0, |
1965 |
periodicity => (any { $_ eq $::form->{periodicity} } qw(m q y)) ? $::form->{periodicity} : 'm', |
|
1965 |
periodicity => (any { $_ eq $::form->{periodicity} } qw(m q b y)) ? $::form->{periodicity} : 'm',
|
|
1966 | 1966 |
start_date_as_date => $::form->{start_date_as_date}, |
1967 | 1967 |
end_date_as_date => $::form->{end_date_as_date}, |
1968 | 1968 |
print => $::form->{print} ? 1 : 0, |
locale/de/all | ||
---|---|---|
790 | 790 |
'Duplicate in CSV file' => 'Duplikat in CSV-Datei', |
791 | 791 |
'Duplicate in database' => 'Duplikat in Datenbank', |
792 | 792 |
'During the next update a taxkey 0 with tax rate of 0 will automatically created.' => 'Beim nächsten Ausführen des Updates wird ein Steuerschlüssel 0 mit einem Steuersatz von 0% automatisch erzeugt.', |
793 |
'E-Mail' => '', |
|
793 | 794 |
'E-mail' => 'E-Mail', |
794 | 795 |
'E-mail Statement to' => 'Fälligkeitsabrechnung als E-Mail an', |
795 | 796 |
'E-mail address missing!' => 'E-Mail-Adresse fehlt!', |
... | ... | |
1664 | 1665 |
'Printer management' => 'Druckerverwaltung', |
1665 | 1666 |
'Printing ... ' => 'Es wird gedruckt.', |
1666 | 1667 |
'Prior year' => 'Vorheriges Jahr', |
1668 |
'Private E-Mail' => '', |
|
1667 | 1669 |
'Private E-mail' => 'Private E-Mail', |
1668 | 1670 |
'Private Phone' => 'Privates Tel.', |
1669 | 1671 |
'Problem' => 'Problem', |
... | ... | |
2757 | 2759 |
'saved' => 'gespeichert', |
2758 | 2760 |
'saved!' => 'gespeichert', |
2759 | 2761 |
'saving data' => 'Speichere Daten', |
2762 |
'semiannually' => 'halbjährlich', |
|
2760 | 2763 |
'sent' => 'gesendet', |
2761 | 2764 |
'sent to printer' => 'an Drucker geschickt', |
2762 | 2765 |
'service' => 'Dienstleistung', |
templates/webpages/oe/edit_periodic_invoices_config.html | ||
---|---|---|
27 | 27 |
<br> |
28 | 28 |
[% L.radio_button_tag("periodicity", value => "q", label => LxERP.t8("every third month"), checked => periodicity == 'q') %] |
29 | 29 |
<br> |
30 |
[% L.radio_button_tag("periodicity", value => "b", label => LxERP.t8("semiannually"), checked => periodicity == 'b') %] |
|
31 |
<br> |
|
30 | 32 |
[% L.radio_button_tag("periodicity", value => "y", label => LxERP.t8("yearly"), checked => periodicity == 'y') %] |
31 | 33 |
</td> |
32 | 34 |
</tr> |
Auch abrufbar als: Unified diff
Wiederkehrende Rechnung: Option für halbjährliche Fakturierung