I am having a requirement where when we search products, it will give the products according to the search criteria. The results will give the products with columns product number, product description and add to basket icon. My requirement is tat along with those fields, i want to add a frame with all the weeks of a year( week number and start date of that week i.e monday) as the header of the column and correspoding input fields will be given to enter the quantity for every field.
In standard It will lool like this::::
after giving the search criteria and click on GO button in the product search, we will get the products like this
Number Description
-
-
1 PR 1 Add to basket icon-->
2 PR 2 Add to basket icon-->
3 PR 3 Add to basket icon-->
My requiremnet it should look like this:::::::::::::
Number Description <<Prev Week1 week2 week3 Next>>
-
-
10/20/2008 10/17/2008 10/24/2008
1 PR 1 Qty Input field Qty Input field Qty Input field
2 PR 2 Qty Input field Qty Input field Qty Input field
3 PR 3 Qty Input field Qty Input field Qty Input field
Add all products to Basket(to add all at a time)
Can you please give some inputs for me to desing a screen like this??
Thanks in Advance,
Lakshman.