Merge branch 'master' of ssh://git-mbunkus@lx-office.linet-services.de/~/lx-office-erp
[kivitendo-erp.git] / templates / webpages / dbupgrade / warehouse_form_en.html
1 [% USE HTML %]<div class="listtop">Warehouse MIgration</div>
2
3 <form action="[% script %]" method="POST">
4
5 <p>Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system. 
6 This update will change the nature the onhand of goods is tracked. 
7 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</p>
8
9 <p>Do you want to store the existing onhand values into a new warehouse?</p>
10 <input id=do_migrate_Y name=do_migrate type=radio value=Y>&nbsp;<label for=do_migrate_Y>Yes</label>
11 <input id=do_migrate_N name=do_migrate type=radio value=N checked>&nbsp;<label for=do_migrate_N>No</label>
12
13 <p>Please specify a description for the warehouse designated for these goods.</p>
14 <input name=import_warehouse size=50>
15
16 <p>Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.<p>
17 <input name=bin_default size=50>
18
19 <p><input type=submit value="Continue"></p>