Revision 55bd1f28
Von Holger Lindemann vor etwa 18 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
269 | 269 |
<tr> |
270 | 270 |
<th align=right nowrap>| . $locale->text('Part Number') . qq|</th> |
271 | 271 |
<td><input name=partnumber size=20></td> |
272 |
<th align=right nowrap>| . $locale->text('EAN') . qq|</th> |
|
273 |
<td><input name=ean size=20></td> |
|
272 | 274 |
</tr> |
273 | 275 |
<tr> |
274 | 276 |
<th align=right nowrap>| |
... | ... | |
1028 | 1030 |
$callback .= "&partnumber=$form->{partnumber}"; |
1029 | 1031 |
$option .= $locale->text('Part Number') . qq| : $form->{partnumber}<br>|; |
1030 | 1032 |
} |
1033 |
if ($form->{ean}) { |
|
1034 |
$callback .= "&partnumber=$form->{ean}"; |
|
1035 |
$option .= $locale->text('EAN') . qq| : $form->{ean}<br>|; |
|
1036 |
} |
|
1031 | 1037 |
if ($form->{partsgroup}) { |
1032 | 1038 |
$callback .= "&partsgroup=$form->{partsgroup}"; |
1033 | 1039 |
$option .= $locale->text('Group') . qq| : $form->{partsgroup}<br>|; |
... | ... | |
1067 | 1073 |
} |
1068 | 1074 |
|
1069 | 1075 |
@columns = $form->sort_columns( |
1070 |
qw(number partnumber description partsgroup bin onhand rop unit listprice linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost priceupdate weight image drawing microfiche invnumber ordnumber quonumber name serialnumber soldtotal) |
|
1076 |
qw(number partnumber ean description partsgroup bin onhand rop unit listprice linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost priceupdate weight image drawing microfiche invnumber ordnumber quonumber name serialnumber soldtotal)
|
|
1071 | 1077 |
); |
1072 | 1078 |
|
1073 | 1079 |
if ($form->{l_linetotal}) { |
... | ... | |
2212 | 2218 |
} |
2213 | 2219 |
|
2214 | 2220 |
$notes = |
2215 |
qq|<textarea name=notes rows=$rows cols=50 wrap=soft>$form->{notes}</textarea>|;
|
|
2221 |
qq|<textarea name=notes rows=$rows cols=45 wrap=soft>$form->{notes}</textarea>|;
|
|
2216 | 2222 |
if (($rows = $form->numtextrows($form->{description}, 40)) > 1) { |
2217 | 2223 |
$description = |
2218 | 2224 |
qq|<textarea name="description" rows=$rows cols=40 wrap=soft>$form->{description}</textarea>|; |
... | ... | |
2221 | 2227 |
qq|<input name=description size=40 value="$form->{description}">|; |
2222 | 2228 |
} |
2223 | 2229 |
|
2230 |
$ean = qq|<input name=ean size=40 value="$form->{ean}">|; |
|
2231 |
|
|
2224 | 2232 |
foreach $item (split / /, $form->{taxaccounts}) { |
2225 | 2233 |
$form->{"IC_tax_$item"} = ($form->{"IC_tax_$item"}) ? "checked" : ""; |
2226 | 2234 |
} |
... | ... | |
2443 | 2451 |
|; |
2444 | 2452 |
|
2445 | 2453 |
$formel = |
2446 |
qq|<ilayer><layer onmouseover="this.T_STICKY=true;this.T_STATIC=true;return escape('| . $locale->text('The formula needs the following syntax:<br>For regular article:<br>Variablename= Variable Unit;<br>Variablename2= Variable2 Unit2;<br>...<br>###<br>Variable + ( Variable2 / Variable )<br><b>Please be beware of the spaces in the formula</b><br>') . qq|')"><textarea name=formel rows=4 cols=40 wrap=soft>$form->{formel}</textarea></layer><ilayer>|;
|
|
2454 |
qq|<ilayer><layer onmouseover="this.T_STICKY=true;this.T_STATIC=true;return escape('| . $locale->text('The formula needs the following syntax:<br>For regular article:<br>Variablename= Variable Unit;<br>Variablename2= Variable2 Unit2;<br>...<br>###<br>Variable + ( Variable2 / Variable )<br><b>Please be beware of the spaces in the formula</b><br>') . qq|')"><textarea name=formel rows=4 cols=30 wrap=soft>$form->{formel}</textarea></layer><ilayer>|;
|
|
2447 | 2455 |
$imagelinks = qq| |
2448 | 2456 |
<tr> |
2449 | 2457 |
<td> |
... | ... | |
2594 | 2602 |
</td> |
2595 | 2603 |
</tr> |
2596 | 2604 |
<tr> |
2597 |
<td colspan=2> |
|
2605 |
<th align="left"></th> |
|
2606 |
<th align="left">| . $locale->text('EAN-Code') . qq|</th> |
|
2607 |
</tr> |
|
2608 |
<tr> |
|
2609 |
<td> |
|
2598 | 2610 |
<button type="button" onclick="parts_language_selection_window('language_values')">| . $locale->text('Set Language Values') . qq|</button> |
2599 | 2611 |
</td> |
2612 |
<td> |
|
2613 |
$ean |
|
2614 |
</td> |
|
2600 | 2615 |
</tr> |
2601 | 2616 |
<tr> |
2602 | 2617 |
<td colspan=2> |
Auch abrufbar als: Unified diff
EAN-Code für Artikel