]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Bug 1261: Im Stammdatenbericht EAN auswählbar machen
authorG. Richardson <information@lx-office-hosting.de>
Fri, 5 Mar 2010 09:58:23 +0000 (10:58 +0100)
committerG. Richardson <information@lx-office-hosting.de>
Fri, 5 Mar 2010 09:58:23 +0000 (10:58 +0100)
CSV Export funktioniert auch

bin/mozilla/ic.pl
templates/webpages/ic/search_de.html
templates/webpages/ic/search_master.html

index b29daa63c57d9bbf0044263886ba49c2491408fb..29a39ed65cb503a92fc4208b64c2af40c9343097 100644 (file)
@@ -1094,6 +1094,7 @@ sub generate_report {
     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);
@@ -1155,7 +1156,7 @@ sub generate_report {
     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 };
@@ -1191,6 +1192,7 @@ sub generate_report {
     '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'), },
     %column_defs_cvars,
   );
 
     %column_defs_cvars,
   );
 
index 543993450e3163f94c1bfee90eb1c4c6f97e08de..475163808b043aa856bb62c84b2819e9b4e34a6b 100644 (file)
            <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>
           </td>
          </tr>
 
           </td>
          </tr>
 
index 1aa7cca2c8434734008e8b5be193b909c7c1cf18..52d3a7b132dd40fe3eb478f30d886f7328b19665 100644 (file)
            <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>
           </td>
          </tr>
 
           </td>
          </tr>