]> wagnertech.de Git - kivitendo-erp.git/commitdiff
locale/de/locales.pl ausgef<FC>hrt.
authorBernd Blessmann <bibi@online.de>
Sat, 6 Mar 2010 01:10:43 +0000 (02:10 +0100)
committerBernd Blessmann <bibi@online.de>
Sat, 6 Mar 2010 01:10:43 +0000 (02:10 +0100)
templates/webpages/do/stock_in_form_de.html
templates/webpages/do/stock_out_form_de.html
templates/webpages/generic/select_part_de.html
templates/webpages/wh/journal_filter_de.html
templates/webpages/wh/removal_parts_selection_de.html
templates/webpages/wh/report_filter_de.html
templates/webpages/wh/transfer_parts_selection_de.html
templates/webpages/wh/warehouse_selection_assembly_de.html
templates/webpages/wh/warehouse_selection_de.html
templates/webpages/wh/warehouse_selection_stock_de.html

index ecf8b98381a77383ee7311b3e0ff5a3c4076ba83..1db223ddb0fa26f56187d7aa52ec3c9807bce56a 100644 (file)
@@ -92,7 +92,9 @@
      <th class="listheading">Lager</th>
      <th class="listheading">Lagerplatz</th>
      <th class="listheading">Chargennummer</th>
+     [% IF conf_show_best_before %]
      <th class="listheading">Mindesthaltbarkeit</th>
+     [% END %]
      <th align="right" class="listheading">Menge</th>
      <th align="right" class="listheading">Einheit</th>
     </tr>
      <td>[% HTML.escape(row.warehouse_description) %]</td>
      <td>[% HTML.escape(row.bin_description) %]</td>
      <td>[% HTML.escape(row.chargenumber) %]</td>
+     [% IF conf_show_best_before %]
      <td>[% HTML.escape(row.bestbefore) %]</td>
+     [% END %]
      <td>[% HTML.escape(LxERP.format_amount(row.qty)) %]</td>
      <td>[% HTML.escape(row.unit) %]</td>
 
 
      <td><select name="bin_id_[% loop.count %]" id="bin_id_[% loop.count %]"></select></td>
      <td><input name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]"></td>
-
+     [% IF conf_show_best_before %]
      <td>
        <input name="bestbefore_[% loop.count %]" id="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]" size="11" title="[% myconfig_dateformat %]">
        <input type="button" name="b_bestbefore_[% loop.count %]" id="bestbefore_trigger_[% loop.count %]" value="?">
      </td>
-
+     [% END %]
      <td><input name="qty_[% loop.count %]" size="12" value="[% HTML.escape(LxERP.format_amount(row.qty)) %]"></td>
 
      <td>
  </form>
 
  [%- IF NOT delivered %]
+ [% IF conf_show_best_before %]
   <script type="text/javascript">
     <!--
     [%- FOREACH row = STOCK_INFO %]
     [%- END %]
     //-->
   </script>
+  [% END %]
   [%- END %]
 
 </body>
index 6812c3ead66b1402e59f1ea594ed49b1baf27a82..a182da5ff3cedd22ea82686906144a1be67b5b1c 100644 (file)
@@ -60,7 +60,9 @@
      <th class="listheading">Lager</th>
      <th class="listheading">Lagerplatz</th>
      <th class="listheading">Chargennummer</th>
+     [% IF conf_show_best_before %]
      <th class="listheading">Mindesthaltbarkeit</th>
+     [% END %]
      [%- UNLESS delivered %]
      <th align="right" class="listheading">Lagerbestand</th>
      [%- END %]
@@ -74,8 +76,9 @@
      <td>[% HTML.escape(row.warehousedescription) %]</td>
      <td>[% HTML.escape(row.bindescription) %]</td>
      <td>[% HTML.escape(row.chargenumber) %]</td>
+     [% IF conf_show_best_before %]
      <td>[% HTML.escape(row.bestbefore) %]</td>
-
+     [% END %]
      [%- IF delivered %]
 
      <td>[% HTML.escape(LxERP.format_amount(row.stock_qty)) %]</td>
     <input type="hidden" name="warehouse_id_[% loop.count %]" value="[% HTML.escape(row.warehouse_id) %]">
     <input type="hidden" name="bin_id_[% loop.count %]"       value="[% HTML.escape(row.bin_id) %]">
     <input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
+    [% IF conf_show_best_before %]
     <input type="hidden" name="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]">
+    [% END %]
     [%- END %]
    </table>
   </p>
index 771860ee65e3593a9145a7c7a9f633e2356e9765..e49e806d039821c569713452036bc868247310f7 100644 (file)
@@ -21,7 +21,9 @@
      <th class="listheading">Chargennummer</th>
      [% END %]
      [% IF has_bestbefore %]
-     <th class="listheading">Best Before</th>
+     [% IF conf_show_best_before %]
+     <th class="listheading">Mindesthaltbarkeit</th>
+     [% END %]
      [% END %]
      [% IF has_ean %]
      <th class="listheading">EAN</th>
      </td>
      [% END %]
      [% IF has_bestbefore %]
+     [% IF conf_show_best_before %]
      <td>
       <input type="hidden" name="new_bestbefore_id_[% loop.count %]" value="[% HTML.escape(part.bestbefore_id) %]">
       <input type="hidden" name="new_bestbefore_[% loop.count %]" value="[% HTML.escape(part.bestbefore) %]">
       [% HTML.escape(part.bestbefore) %]
      </td>
      [% END %]
+     [% END %]
      [% IF has_ean %]
      <td>
       <input type="hidden" name="new_ean_[% loop.count %]" value="[% HTML.escape(part.ean) %]">
index c49a81dea228b815640cac72f3011a37c59dfefb..725e7485b6ccbdc617c7a760f1fc1f86cee1d544 100644 (file)
         <th align="right" nowrap>Chargennummer:</th>
         <td><input name="chargenumber" size=40></td>
        </tr>
+       [% IF conf_show_best_before %]
        <tr>
         <th align="right" nowrap>Mindesthaltbarkeit:</th>
         <td>
          <input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
         </td>
        </tr>
+       [% END %]
        <tr>
         <th align="right" nowrap>Umlagermenge:</th>
         <td>
         <td nowrap><label for="l_partnumber">Artikelnummer</label></td>
         <td align="right"><input name="l_chargenumber" id="l_chargenumber" class="checkbox" type="checkbox" value="Y" checked></td>
         <td nowrap><label for="l_chargenumber">Chargennummer</label></td>
+        [% IF conf_show_best_before %]
         <td align="right"><input name="l_bestbefore" id="l_bestbefore" class="checkbox" type="checkbox" value="Y" checked></td>
         <td nowrap><label for="l_bestbefore">Mindesthaltbarkeit</label></td>
+        [% END %]
        </tr>
        <tr>
         <td align="right"><input name="l_trans_id" id="l_trans_id" class="checkbox" type="checkbox" value="Y"></td>
 
   <script type="text/javascript">
     <!--
+    [% IF conf_show_best_before %]
     Calendar.setup( {
       inputField : "bestbefore",
       ifFormat :"[% myconfig_jsc_dateformat %]",
       align : "BR",
       button : "bestbefore_trigger"
     });
+    [% END %]
 
     Calendar.setup( {
       inputField : "fromdate",
index fee3057caa0a1c3ba74dbdbbd7a1674cc35071c3..3ff1612d573aeba060e5654fbc9f2a0db8a1f512 100644 (file)
@@ -34,7 +34,9 @@
      <th class="listheading">Artikelnummer</th>
      <th class="listheading">Artikelbeschreibung</th>
      <th class="listheading">Chargennummer</th>
+     [% IF conf_show_best_before %]
      <th class="listheading">Mindesthaltbarkeit</th>
+     [% END %]
      <th class="listheading">EAN</th>
      <th class="listheading">Lagerbestand</th>
      <th class="listheading">Entnahmemenge</th>
      <input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]">
      <input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]">
      <input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
+     [% IF conf_show_best_before %]
      <input type="hidden" name="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]">
+     [% END %]
      <input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]">
      <td>[% HTML.escape(row.bindescription) %]</td>
      <td>[% HTML.escape(row.partnumber) %]</td>
      <td>[% HTML.escape(row.partdescription) %]</td>
      <td>[% HTML.escape(row.chargenumber) %]</td>
+     [% IF conf_show_best_before %]
      <td>[% HTML.escape(row.bestbefore) %]</td>
+     [% END %]
      <td>[% HTML.escape(row.ean) %]</td>
      <td>[% HTML.escape(row.qty) %]</td>
      <td>
index 8f0731b3636da7b44dee66980a5bdb009494a7f5..80091c28267bed5511b86c9a52f119fdee56c005 100644 (file)
         <th align="right" nowrap>Chargennummer:</th>
         <td><input name="chargenumber" size=40></td>
        </tr>
+       [% IF conf_show_best_before %]
        <tr>
         <th align="right" nowrap>Mindesthaltbarkeit:</th>
         <td>
          <input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
         </td>
        </tr>
+       [% END %]
        <tr>
         <th align="right" nowrap>Lagerbestand:</th>
         <td>
         <td nowrap><label for="l_partnumber">Artikelnummer</label></td>
         <td align="right"><input name="l_chargenumber" id="l_chargenumber" class="checkbox" type="checkbox" value="Y" checked></td>
         <td nowrap><label for="l_chargenumber">Chargennummer</label></td>
+        [% IF conf_show_best_before %]
         <td align="right"><input name="l_bestbefore" id="l_bestbefore" class="checkbox" type="checkbox" value="Y" checked></td>
         <td nowrap><label for="l_bestbefore">Mindesthaltbarkeit</label></td>
+        [% END %]
        </tr>
 
        <tr><td colspan="4"><hr noshade height="1"></td></tr>
   </p>
  </form>
 
+ [% IF conf_show_best_before %]
  <script type="text/javascript">
    <!--
      Calendar.setup( {
      });
    //-->
  </script>
+ [% END %]
 
 </body>
 </html>
index ae381dbad67cb83339046c7a72f9901b0063a619..704a2050af1a7e8604f012549a30e22a0865ba5b 100644 (file)
@@ -66,7 +66,9 @@
      <th class="listheading">Artikelnummer</th>
      <th class="listheading">Artikelbeschreibung</th>
      <th class="listheading">Chargennummer</th>
+     [% IF conf_show_best_before %]
      <th class="listheading">Mindesthaltbarkeit</th>
+     [% END %]
      <th class="listheading">EAN</th>
      <th class="listheading">Lagerbestand</th>
      <th class="listheading" colspan="2">Umlagermenge</th>
      <input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]">
      <input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]">
      <input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]">
+     [% IF conf_show_best_before %]
      <input type="hidden" name="bestbefore_[% loop.count %]" value="[% HTML.escape(row.bestbefore) %]">
+     [% END %]
      <input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]">
      <td>[% HTML.escape(row.bindescription) %]</td>
      <td>[% HTML.escape(row.partnumber) %]</td>
      <td>[% HTML.escape(row.partdescription) %]</td>
      <td>[% HTML.escape(row.chargenumber) %]</td>
+     [% IF conf_show_best_before %]
      <td>[% HTML.escape(row.bestbefore) %]</td>
+     [% END %]
      <td>[% HTML.escape(row.ean) %]</td>
      <td>[% HTML.escape(row.qty) %]</td>
      <td><input name="qty_[% loop.count %]" size="8" style="text-align: right"></td>
index 320db99ee8fdc3197f16e83f28fc12b11a317d3d..5f85a3e39833aadd6e14b5747a884796b118d903 100644 (file)
      <td><input name="chargenumber" size="30" value="[% HTML.escape(chargenumber) %]"></td>
     </tr>
 
+    [% IF conf_show_best_before %]
     <tr>
      <th align="right" nowrap>Mindesthaltbarkeit</th>
      <td>
        <input name="bestbefore" id="bestbefore" size="11" value="[% HTML.escape(bestbefore) %]" title="[% myconfig_dateformat %]">
        <input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
-       </td>
+     </td>
     </tr>
+    [% END %]
 
     <tr>
      <th align="right" nowrap>Menge</th>
   </p>
  </form>
 
+ [% IF conf_show_best_before %]
  <script type="text/javascript">
    <!--
      Calendar.setup( {
      });
    //-->
  </script>
+ [% END %]
 
 </body>
 </html>
index c8a40e01f3b5e7891ac5b0c10ad3ca446bafd445..fc61a5e19650b7cf942aac1653a8af58fa105e9b 100644 (file)
      <td><input name="chargenumber" size="30"></td>
     </tr>
 
+    [% IF conf_show_best_before %]
     <tr>
      <th align="right" nowrap>Mindesthaltbarkeit</th>
      <td>
        <input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
      </td>
     </tr>
+    [% END %]
 
     <tr>
      <th align="right" nowrap>EAN</th>
   </p>
  </form>
 
+ [% IF conf_show_best_before %]
  <script type="text/javascript">
    <!--
      Calendar.setup( {
      });
    //-->
  </script>
+ [% END %]
 
 </body>
 </html>
index 46cd587f01260c95a4b4c27160a05387737c1e1b..8ca133e76efe76bb6a047c7c7c574d26f6609fba 100644 (file)
      <td><input name="chargenumber" size="30" value="[% HTML.escape(chargenumber) %]"></td>
     </tr>
 
+    [% IF conf_show_best_before %]
     <tr>
      <th align="right" nowrap>Mindesthaltbarkeit</th>
      <td>
        <input type="button" name="b_bestbefore" id="bestbefore_trigger" value="?">
      </td>
     </tr>
+    [% END %]
 
     <tr>
      <th align="right" nowrap>EAN</th>
   </p>
  </form>
 
+ [% IF conf_show_best_before %]
  <script type="text/javascript">
    <!--
      Calendar.setup( {
      });
    //-->
  </script>
+  [% END %]
 
 </body>
 </html>