Revision 7df63f15
Von G. Richardson vor fast 15 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1094 | 1094 |
drawing => $locale->text('Drawing') . ": '$form->{drawing}'", |
1095 | 1095 |
microfiche => $locale->text('Microfiche') . ": '$form->{microfiche}'", |
1096 | 1096 |
l_soldtotal => $locale->text('soldtotal'), |
1097 |
ean => $locale->text('EAN') . ": '$form->{ean}'", |
|
1097 | 1098 |
); |
1098 | 1099 |
|
1099 | 1100 |
my @itemstatus_keys = qw(active obsolete orphaned onhand short); |
... | ... | |
1155 | 1156 |
partnumber description partsgroup bin onhand rop unit listprice |
1156 | 1157 |
linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost |
1157 | 1158 |
priceupdate weight image drawing microfiche invnumber ordnumber quonumber |
1158 |
transdate name serialnumber soldtotal deliverydate |
|
1159 |
transdate name serialnumber soldtotal deliverydate ean
|
|
1159 | 1160 |
); |
1160 | 1161 |
|
1161 | 1162 |
my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs }; |
... | ... | |
1191 | 1192 |
'transdate' => { 'text' => $locale->text('Transdate'), }, |
1192 | 1193 |
'unit' => { 'text' => $locale->text('Unit'), }, |
1193 | 1194 |
'weight' => { 'text' => $locale->text('Weight'), }, |
1195 |
'ean' => { 'text' => $locale->text('EAN'), }, |
|
1194 | 1196 |
%column_defs_cvars, |
1195 | 1197 |
); |
1196 | 1198 |
|
templates/webpages/ic/search_de.html | ||
---|---|---|
254 | 254 |
<label for="l_soldtotal">Verkaufte Anzahl</label> |
255 | 255 |
</td> |
256 | 256 |
<td> |
257 |
<input name="l_ean" id="l_ean" class="checkbox" type="checkbox" value="Y"> |
|
258 |
<label for="l_ean">EAN</label> |
|
257 | 259 |
</td> |
258 | 260 |
</tr> |
259 | 261 |
|
templates/webpages/ic/search_master.html | ||
---|---|---|
254 | 254 |
<label for="l_soldtotal"><translate>soldtotal</translate></label> |
255 | 255 |
</td> |
256 | 256 |
<td> |
257 |
<input name="l_ean" id="l_ean" class="checkbox" type="checkbox" value="Y"> |
|
258 |
<label for="l_ean"><translate>EAN</translate></label> |
|
257 | 259 |
</td> |
258 | 260 |
</tr> |
259 | 261 |
|
Auch abrufbar als: Unified diff
Bug 1261: Im Stammdatenbericht EAN auswählbar machen
CSV Export funktioniert auch