Revision a74d7faf
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
'Please enter the login for the new user.' => 'Bitte geben Sie das Login f?r den neuen Benutzer ein.',
|
||
'Please enter the name of the database that will be used as the template for the new database:' => 'Bitte geben Sie den Namen der Datenbank an, die als Vorlage für die neue Datenbank benutzt wird:',
|
||
'Please enter the name of the dataset you want to restore the backup in.' => 'Bitte geben Sie den Namen der Datenbank ein, in der Sie die Sicherung wiederherstellen wollen.',
|
||
'Please enter the sales tax identification number.' => 'Bitte geben Sie die Umsatzsteueridentifikationsnummer an.',
|
||
'Please enter the taxnumber in the administration menu user preferences' => 'Bitte bei den Einstellungen des aktuellen Benutzers im Administrationsmodul angeben.',
|
||
'Please enter values' => 'Bitte Werte eingeben',
|
||
'Please insert object dimensions below.' => 'Bitte geben Sie die Abmessungen unten ein',
|
templates/webpages/ct/form_footer.html | ||
---|---|---|
[%- USE T8 %]
|
||
[% USE HTML %]
|
||
|
||
[% USE LxERP %]
|
||
<input name="id" type="hidden" id="cvid" value="[% HTML.escape(id) %]">
|
||
<input name="business_save" type="hidden" value="[% HTML.escape(selectbusiness) %]">
|
||
<input name="title_save" type="hidden" value="[% HTML.escape(title) %]">
|
||
... | ... | |
<input type="hidden" name="db" id="db" value="[% HTML.escape(db) %]">
|
||
|
||
<br>
|
||
<input class="submit" type="submit" name="action" accesskey="s" value="[% 'Save' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" accesskey="s" value="[% 'Save and Close' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" accesskey="s" value="[% 'Save' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
<input class="submit" type="submit" name="action" accesskey="s" value="[% 'Save and Close' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
[%- IF is_customer %]
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and AR Transaction' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and AR Transaction' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
[%- ELSE %]
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and AP Transaction' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and AP Transaction' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
[%- END %]
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and Invoice' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and Order' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and Invoice' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and Order' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
[%- IF is_customer %]
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and Quotation' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and Quotation' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
[%- ELSE %]
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and RFQ' | $T8 %]">
|
||
<input class="submit" type="submit" name="action" value="[% 'Save and RFQ' | $T8 %]" onclick="return check_taxzone_and_ustid()">
|
||
[%- END %]
|
||
[%- IF id AND is_orphaned %]
|
||
<input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
|
||
... | ... | |
maintab.setselectedClassTarget("link"); //"link" or "linkparent"
|
||
maintab.init();
|
||
|
||
function check_taxzone_and_ustid() {
|
||
if (($('#taxzone_id').attr('value') == '1') && ($('#ustid').attr('value') == '')) {
|
||
alert('[% LxERP.t8('Please enter the sales tax identification number.') %]');
|
||
return false;
|
||
}
|
||
return true;
|
||
}
|
||
|
||
-->
|
||
</script>
|
||
</body>
|
templates/webpages/ct/form_header.html | ||
---|---|---|
[%- USE T8 %]
|
||
[% USE HTML %][% USE LxERP %]
|
||
[% USE L %]
|
||
[% L.javascript_tag('jquery') %]
|
||
<body>
|
||
|
||
<div class="listtop">[% title %]</div>
|
||
... | ... | |
<td><input name="taxnumber" size="20" value="[% HTML.escape(taxnumber) %]"></td>
|
||
<!-- Anm.: R&B 15.11.2008 VAT Reg No ist Ust-ID in GB, aber generell sollte es laut Richardson die sales tax id sein -->
|
||
<th align="right">[% 'sales tax identification number' | $T8 %]</th>
|
||
<td><input name="ustid" maxlength="14" size="20" value="[% HTML.escape(ustid) %]"></td>
|
||
<td><input name="ustid" id="ustid" maxlength="14" size="20" value="[% HTML.escape(ustid) %]"></td>
|
||
[%- IF is_customer %]
|
||
<th align="right">[% 'our vendor number at customer' | $T8 %]</th>
|
||
<td><input name="c_vendor_id" size="10" value="[% HTML.escape(c_vendor_id) %]"></td>
|
||
... | ... | |
<td>
|
||
[%- INCLUDE generic/multibox.html
|
||
name = 'taxzone_id',
|
||
id = 'taxzone_id',
|
||
DATA = ALL_TAXZONES,
|
||
show_empty = 0,
|
||
id_key = 'id',
|
||
... | ... | |
|
||
</div>
|
||
|
||
<script type="text/javascript" src="js/jquery.js"></script>
|
||
<script type="text/javascript">
|
||
<!--
|
||
function set_gender(gender) {
|
Auch abrufbar als: Unified diff
Fehlermeldung ausgeben, wenn Kunde/Lieferant mit "EU mit UStID" aber ohne UStID gespeichert werden soll
Fix für Bug 1406.