Revision bb55aa59
Von Holger Lindemann vor etwa 15 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
412 | 412 |
ve = ?, |
413 | 413 |
gv = ?, |
414 | 414 |
ean = ?, |
415 |
has_sernumber = ?, |
|
415 | 416 |
not_discountable = ?, |
416 | 417 |
microfiche = ?, |
417 | 418 |
partsgroup_id = ?, |
... | ... | |
441 | 442 |
conv_i($form->{ve}), |
442 | 443 |
conv_i($form->{gv}), |
443 | 444 |
$form->{ean}, |
445 |
$form->{has_sernumber} ? 't' : 'f', |
|
444 | 446 |
$form->{not_discountable} ? 't' : 'f', |
445 | 447 |
$form->{microfiche}, |
446 | 448 |
conv_i($partsgroup_id), |
bin/mozilla/io.pl | ||
---|---|---|
744 | 744 |
sellprice_pg pricegroup_old price_old price_new unit_old ordnumber |
745 | 745 |
transdate longdescription basefactor marge_total marge_percent |
746 | 746 |
marge_price_factor lastcost price_factor_id partnotes |
747 |
stock_out stock_in); |
|
747 |
stock_out stock_in has_sernumber);
|
|
748 | 748 |
|
749 | 749 |
my $ic_cvar_configs = CVar->get_configs(module => 'IC'); |
750 | 750 |
push @flds, map { "ic_cvar_$_->{name}" } @{ $ic_cvar_configs }; |
templates/webpages/ic/form_header_de.html | ||
---|---|---|
252 | 252 |
<td><input name="obsolete" id="obsolete" type="checkbox" class="checkbox" value="1" [% IF obsolete %]checked[% END %]></td> |
253 | 253 |
</tr> |
254 | 254 |
[%- END %] |
255 |
<tr> |
|
256 |
<th align="right" nowrap><label for="shop">Hat eine Seriennummer</label></th> |
|
257 |
<td><input class="checkbox" type="checkbox" name="has_sernumber" id="has_sernumber" value="1" [% IF has_sernumber %]checked[% END %]></td> |
|
258 |
</tr> |
|
255 | 259 |
<tr> |
256 | 260 |
<th align="right" nowrap><label for="shop">Shopartikel</label></th> |
257 | 261 |
<td><input class="checkbox" type="checkbox" name="shop" id="shop" value="1" [% IF shop %]checked[% END %]></td> |
templates/webpages/ic/form_header_master.html | ||
---|---|---|
252 | 252 |
<td><input name="obsolete" id="obsolete" type="checkbox" class="checkbox" value="1" [% IF obsolete %]checked[% END %]></td> |
253 | 253 |
</tr> |
254 | 254 |
[%- END %] |
255 |
<tr> |
|
256 |
<th align="right" nowrap><label for="shop">Has serial number</label></th> |
|
257 |
<td><input class="checkbox" type="checkbox" name="has_sernumber" id="has_sernumber" value="1" [% IF has_sernumber %]checked[% END %]></td> |
|
258 |
</tr> |
|
255 | 259 |
<tr> |
256 | 260 |
<th align="right" nowrap><label for="shop"><translate>Shopartikel</translate></label></th> |
257 | 261 |
<td><input class="checkbox" type="checkbox" name="shop" id="shop" value="1" [% IF shop %]checked[% END %]></td> |
Auch abrufbar als: Unified diff
Variable "has_sernumber" für Artikel nach Rücksprache mit Moritz eingefügt.