Hi,

My objective is to create a panel for admin for an e-commerce project.

The panel contains a list of text links for example: "List of New Orders".When the user clicks on the link ( it should be Ajax enabled ) the list of orders( it is retrieved from the database) should be displayed on the same page OR as a pop up list. This is only a part of the functionality of the page, there are numerous other functionality required.

Now, I would like to know: Can it be achieved with Drupal core modules OR I need to develop a module myself to achieve this ??

Regards,

Kumar