Create order based on some fields selected

I have a form that employees fill out to order work clothes. For instance they have 6 types of shirts they can choose from. Once they fill it out and it gets approved by mgmt the form will then go to purchasing to order.

How do I create a form, view, page, etc. that will be populated with just the items they want to order? In other words there maybe 100 different items they can order, but only actually order 1 shirt. How can I get the form to show just that one shirt they selected?

Subject: showing a cart

Why dont you create a document every time some one places an order for an article.Lets say we embed a customerKey to this child document(customer key sjould b eunique iD to identify each customer)

An embedded view which shows single category of a particular customerKey should do the trick…