3 <div class="listtop">[% 'Warehouse Migration' | $T8 %]</div>
5 <form action="[% script %]" method="POST">
7 [% 'kivitendo is now able to manage warehouses instead of just tracking the amount of goods in your system.' | $T8 %]
8 [% 'This update will change the nature the onhand of goods is tracked.' | $T8 %]
9 [% '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' | $T8 %]
12 <p>[% 'Do you want to store the existing onhand values into a new warehouse?' | $T8 %]</p>
14 <input id="do_migrate_Y" name="do_migrate" type="radio" value="Y"> <label for="do_migrate_Y">[% 'Yes' | $T8 %]</label>
15 <input id="do_migrate_N" name="do_migrate" type="radio" value="N" checked> <label for="do_migrate_N">[% 'No' | $T8 %]</label>
17 <p>[% 'Please specify a description for the warehouse designated for these goods.' | $T8 %]</p>
18 <input name="import_warehouse" size="50">
20 <p>[% 'Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.' | $T8 %]<p>
22 <input name="bin_default" size="50">
24 <p><input type="submit" value="[% 'Continue' | $T8 %]"></p>