I want to generate a report that shows the order of customers
The user shoul see for example all orders from a selected date.
How can I realize that php runner shows always all articles?
Now my layout is:
ID user article ordertime
ID user article ordertime
ID otheruser article ordertime
ID thirduser article ordertime
ID fourthuser article ordertime.......
I want to have
select Date
User .... has order at 14.05.2008
ID user article ordertime
ID user article ordertime
How can I limit the record, I don´t want to use the search page.
Thanks for answer