Inventur: Schwellwert in Mandantenkonfig. für Warnung bei Mengenabweichung
[kivitendo-erp.git] / templates / webpages / client_config / _stocktaking.html
index 6306f5c..d95d2a5 100644 (file)
   </tr>
   <tr>
 
+  <tr>
+   <td align="right" nowrap="true">[% LxERP.t8('Threshold for warning on quantity difference') %]</td>
+   <td>[% L.input_tag('defaults.stocktaking_qty_threshold_as_number', SELF.defaults.stocktaking_qty_threshold_as_number, size=15, class="numeric") %]</td>
+   <td>
+    [% LxERP.t8('If the counted quantity differs more than this threshold from the quantity in the database, a warning will be shown. Set to 0 to switch of this feature.') %]<br>
+   </td>
+  </tr>
+  <tr>
+
  </table>
 </div>