MHD-Behandlung in Fehlermeldung bei unzureichender Lagermenge.
[kivitendo-erp.git] / templates / webpages / dbupgrade / warehouse_form_master.html
1 [% USE HTML %]
2 <div class="listtop"><translate>Warehouse Migration</translate></div>
3
4 <form action="[% script %]" method="POST">
5  <p>
6   <translate>Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.</translate>
7   <translate>This update will change the nature the onhand of goods is tracked.</translate>
8   <translate>As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking</translate>
9  </p>
10
11  <p><translate>Do you want to store the existing onhand values into a new warehouse?</translate></p>
12
13  <input id="do_migrate_Y" name="do_migrate" type="radio" value="Y">&nbsp;<label for="do_migrate_Y"><translate>Yes</translate></label>
14  <input id="do_migrate_N" name="do_migrate" type="radio" value="N" checked>&nbsp;<label for="do_migrate_N"><translate>No</translate></label>
15
16  <p><translate>Please specify a description for the warehouse designated for these goods.</translate></p>
17  <input name="import_warehouse" size="50">
18
19  <p><translate>Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.</translate><p>
20
21   <input name="bin_default" size="50">
22
23  <p><input type="submit" value="<translate>Continue</translate>"></p>
24 </form>