- 论坛徽章:
- 0
|
1 Create a database of 60 products, assign each a stock level and a unique Bin location from the range A1 – F10 (see warehouse floorplan).
2 Provide a method for querying a product/bin location which returns the product description, bin location and current stock level.
3 Provide a method for creating an order. An order will always consist of 5 different products chosen by the user.
4 If there is insufficient stock available to fulfil the order display a warning message, otherwise decrease the relevant stock levels and calculate/display the optimum picking route.
The optimum picking route must start from one of the pick stations (P1, P2, P3), and is the shortest number of steps needed to 'pick' all of the products before returning to the original pick station.
5 The picking route, including the chosen starting pick station would usually be included on the pick sheet so it must be displayed in a way easily interpreted by the picker.
6 The user interface must be web based.
7 Write a short paragraph about the scalability of your solution, i.e. How would the implementation handle a much bigger warehouse?
8 An object oriented approach must be demonstrated.
9 The task must be completed using PHP 5 and mySQL 5.
请教一下这些英文的意思心及如何回答,谢谢。 |
|