market.stdform
Class FSWorkerOrder
java.lang.Object
|
+--market.stdform.FSWorkerOrder
- public class FSWorkerOrder
- extends Object
This FormSheet displays the order of a customer in a table
with one further column to tick off the articles, it is used by workers to execute the order.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSWorkerOrder
public FSWorkerOrder()
getOrderTable
public static SingleTableFormSheet getOrderTable(String customer,
CountingStock order,
Hashtable done)
- Parameters:
customer
- the customer who`s order gets executed.order
- the order that gets executed.done
- Hashtable with boolean values used for the tick-off column.