Revision 48452323
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
templates/webpages/dbupgrade/erzeugnisnummern.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[% USE HTML %][%- USE LxERP -%]<div class="listtop">[% 'Double partnumbers' | $T8 %]</div> |
3 |
<script type="text/javascript"> |
|
4 |
<!-- |
|
5 |
function show_parts(vc) { |
|
6 |
var width = 750; |
|
7 |
var height = 550; |
|
8 |
var parm = centerParms(width, height) + ",width=" + width + ",height=" + height + ",status=yes,scrollbars=yes"; |
|
9 |
url = "controller.pl?action=LoginScreen/login&upgrade_action=filter_parts&no_layout=1" |
|
10 |
//alert(url); |
|
11 |
window.open(url, "_new_generic", parm); |
|
12 |
} |
|
13 |
//--> |
|
14 |
</script> |
|
3 | 15 |
|
4 | 16 |
<form name="Form" method="post" action="login.pl"> |
5 | 17 |
<input type="hidden" name="action" value="login"> |
... | ... | |
38 | 50 |
<input type="hidden" name="rowcount" value="[% rowcount %]"> |
39 | 51 |
</table> |
40 | 52 |
|
53 |
<input type="button" value="[% 'Show all parts' | $T8 %]" onclick="show_parts('customer')"> |
|
54 |
<br> |
|
55 |
<br> |
|
41 | 56 |
<input type="submit" value="[% 'Continue' | $T8 %]"> |
42 | 57 |
|
43 | 58 |
</form> |
Auch abrufbar als: Unified diff
Popup-Button bei Upgrade
Beim Upgrade für eindeutige Artikelnummern, war es bisher nicht
möglich die bestehende Artikelliste zu durchsuchen. Jetzt kann man
durch Klick auf einen Button ein Popup-Fenster öffnen, um die
Artikelliste zu durchsuchen.
Fixed #2238.
Conflicts: