Revision f13e90e5
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
1000 | 1000 |
bestellungen rechnungen anfragen lieferantenbestellungen einkaufsrechnungen |
1001 | 1001 |
taxnumber co_ustid duns menustyle template_format default_media |
1002 | 1002 |
default_printer_id copies show_form_details favorites |
1003 |
pdonumber sdonumber hide_cvar_search_options mandatory_departments); |
|
1003 |
pdonumber sdonumber hide_cvar_search_options mandatory_departments |
|
1004 |
sepa_creditor_id); |
|
1004 | 1005 |
|
1005 | 1006 |
$main::lxdebug->leave_sub(); |
1006 | 1007 |
|
locale/de/all | ||
---|---|---|
1384 | 1384 |
'SAVED FOR DUNNING' => 'Gespeichert', |
1385 | 1385 |
'SCREENED' => 'Angezeigt', |
1386 | 1386 |
'SEPA XML download' => 'SEPA-XML-Download', |
1387 |
'SEPA creditor ID' => 'SEPA-Kreditoren-Identifikation', |
|
1387 | 1388 |
'SEPA exports:' => 'SEPA-Exporte:', |
1388 | 1389 |
'Saldo Credit' => 'Saldo Haben', |
1389 | 1390 |
'Saldo Debit' => 'Saldo Soll', |
templates/webpages/admin/edit_user.html | ||
---|---|---|
95 | 95 |
<th align="right">[% 'DUNS-Nr' | $T8 %]</th> |
96 | 96 |
<td><input name="duns" size="14" value="[% HTML.escape(myc_duns) %]"></td> |
97 | 97 |
</tr> |
98 |
|
|
99 |
<tr> |
|
100 |
<th align="right">[% 'SEPA creditor ID' | $T8 %]</th> |
|
101 |
<td><input name="sepa_creditor_id" size="35" maxlength="35" value="[% HTML.escape(myc_sepa_creditor_id) %]"></td> |
|
102 |
</tr> |
|
98 | 103 |
</table> |
99 | 104 |
</td> |
100 | 105 |
|
templates/webpages/am/config.html | ||
---|---|---|
65 | 65 |
<th align="right">[% 'Address' | $T8 %]</th> |
66 | 66 |
<td><textarea name="address" rows="4" cols="50">[% HTML.escape(myconfig_address) %]</textarea></td> |
67 | 67 |
</tr> |
68 |
<tr> |
|
69 |
<th align="right">[% 'SEPA creditor ID' | $T8 %]</th> |
|
70 |
<td><input name="sepa_creditor_id" size="30" maxlength="35" value="[% HTML.escape(myconfig_sepa_creditor_id) %]"></td> |
|
71 |
</tr> |
|
68 | 72 |
</table> |
69 | 73 |
|
70 | 74 |
<br style="clear: left" /> |
Auch abrufbar als: Unified diff
Bearbeiten und Speichern der SEPA-Kreditoren-Identifikation in den Benutzereinstellungen