summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
61680d9)
CSV Export funktioniert auch
drawing => $locale->text('Drawing') . ": '$form->{drawing}'",
microfiche => $locale->text('Microfiche') . ": '$form->{microfiche}'",
l_soldtotal => $locale->text('soldtotal'),
drawing => $locale->text('Drawing') . ": '$form->{drawing}'",
microfiche => $locale->text('Microfiche') . ": '$form->{microfiche}'",
l_soldtotal => $locale->text('soldtotal'),
+ ean => $locale->text('EAN') . ": '$form->{ean}'",
);
my @itemstatus_keys = qw(active obsolete orphaned onhand short);
);
my @itemstatus_keys = qw(active obsolete orphaned onhand short);
partnumber description partsgroup bin onhand rop unit listprice
linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost
priceupdate weight image drawing microfiche invnumber ordnumber quonumber
partnumber description partsgroup bin onhand rop unit listprice
linetotallistprice sellprice linetotalsellprice lastcost linetotallastcost
priceupdate weight image drawing microfiche invnumber ordnumber quonumber
- transdate name serialnumber soldtotal deliverydate
+ transdate name serialnumber soldtotal deliverydate ean
);
my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs };
);
my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs };
'transdate' => { 'text' => $locale->text('Transdate'), },
'unit' => { 'text' => $locale->text('Unit'), },
'weight' => { 'text' => $locale->text('Weight'), },
'transdate' => { 'text' => $locale->text('Transdate'), },
'unit' => { 'text' => $locale->text('Unit'), },
'weight' => { 'text' => $locale->text('Weight'), },
+ 'ean' => { 'text' => $locale->text('EAN'), },
<label for="l_soldtotal">Verkaufte Anzahl</label>
</td>
<td>
<label for="l_soldtotal">Verkaufte Anzahl</label>
</td>
<td>
+ <input name="l_ean" id="l_ean" class="checkbox" type="checkbox" value="Y">
+ <label for="l_ean">EAN</label>
<label for="l_soldtotal"><translate>soldtotal</translate></label>
</td>
<td>
<label for="l_soldtotal"><translate>soldtotal</translate></label>
</td>
<td>
+ <input name="l_ean" id="l_ean" class="checkbox" type="checkbox" value="Y">
+ <label for="l_ean"><translate>EAN</translate></label>