An open API service indexing awesome lists of open source software.

https://github.com/aayush-khadka/result-processing-system

A C# application with a Microsoft Access database for managing student results, supporting CRUD operations and generating printable report cards. The system grades marks and exports them into a pre-designed Microsoft Word format.
https://github.com/aayush-khadka/result-processing-system

csharp project result-management-system result-processing-system

Last synced: 14 days ago
JSON representation

A C# application with a Microsoft Access database for managing student results, supporting CRUD operations and generating printable report cards. The system grades marks and exports them into a pre-designed Microsoft Word format.

Awesome Lists containing this project

README

          

# Introduction

A Result Processing System (RPS) is software that assists schools and colleges in generating, recording, and managing their students' academic results. It is an easy-to-use program that can be used to handle the full result producing process, from entering students' grades to generating report cards.

This application is developed in C# and employs Microsoft Access as its database. It has an easy-to-use interface for inputing student grades and generating grade report cards.

This is a school Project Made to Demonstrate the CRUD operations.

## Features
- Login

![image](https://user-images.githubusercontent.com/118432407/216778204-bae61638-c0c7-4000-a66e-ea2fd3e313ea.png)

- Insert Student Data

![image](https://user-images.githubusercontent.com/118432407/216778299-ba1984d7-65b4-4cea-afbb-6e70defb8a29.png)

- Insert Student Marks

![image](https://user-images.githubusercontent.com/118432407/216778357-147ac5cc-c4eb-424e-8b18-8301b1db33e6.png)

- Update Student Data

![image](https://user-images.githubusercontent.com/118432407/216778459-6966bfcf-8d14-433f-bce7-856feb65de35.png)

- Update Student Marks

![image](https://user-images.githubusercontent.com/118432407/216778470-d6895868-6ef4-45bd-8c87-8c87ac575719.png)

- View

![image](https://user-images.githubusercontent.com/118432407/216778485-1f7a9aae-ab56-4eae-b9c2-ac3dc6743757.png)

- Delete Data

![image](https://user-images.githubusercontent.com/118432407/216778500-80c08d48-aa03-4bf1-9e8a-41bef179ca05.png)

- Print Results

![image](https://user-images.githubusercontent.com/118432407/216778628-34da74cd-2818-4a8a-849d-3dffc05f155a.png)

## Result Printing
The inserted Marks is Graded and can be inserted in to a pre-made Result Format Which is Exported in a Microsoft Docs File.

## Extras
- The Code is Fully Commented.

## Author

- [Aayush_Khadka](https://github.com/Aayush-khadka)