Project Management System is a database application which maintains and manages the project and its related activities. This is system is used to generate MIS reports and used to generate invoices for the projects.
-
Reports are generated using Crystal Reports for .NET by retrieving the data stored in SQL Server database. Here all the business logics are written as the stored procedures in the database. Asp.NET is used to devolve the User Interfaces to get the user’s input and filtering criteria, also to load the output of the crystal report in a report viewer.
-
The Reports are developed with alternate background colors and horizontal lines to aid the user while viewing the reports. Sorting options are given to each field of the reports. Paging option is given for the reports. Options are provided to export the result to Excel and PDF formats. Equal importance is given to the appearance as well as data retrieval system.