Hello,
At our company we have a web application based on ASP.NET, our data is saved on sql database. Through this application an user can take actions like adding a new payment, scheduling a future payment, add new clients, edit client information etc... I want to develop a tool to generate reports based on daily activity of each user, total number of payments per month/day/hour and to be even auto updated. My question is where I can start with creating this,what tools and resources do I need? I have never created an application that generates reports before.
Admir