Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/github2k10/mgnrega

MNREGA(The Mahatma Gandhi National Rural Employment Guarantee Act ) is a scheme by which unskilled people of rural India are guaranteed to have 100 days of paid work. Main objective of this project is to manage employments offered through this scheme.
https://github.com/github2k10/mgnrega

java jdbc mysql

Last synced: 3 days ago
JSON representation

MNREGA(The Mahatma Gandhi National Rural Employment Guarantee Act ) is a scheme by which unskilled people of rural India are guaranteed to have 100 days of paid work. Main objective of this project is to manage employments offered through this scheme.

Awesome Lists containing this project

README

        

# MGNREGA



The MGNREGA was initiated with the objective of “enhancing livelihood security in rural areas by providing at least 100 days of guaranteed wage employment in a financial year, to every household whose adult members volunteer to do unskilled manual work”.

>
> a. Block Development Officer (BDO)
>
> b. Gram Panchayat member (GPM)
>
> A project is created by BDO,which is assigned to corresponding Gram panchayat Members. Gram Panchayat member has acccess to assign to Employees to Complete the Project.

> The MGNREGA is an java application designed to provide BDO and Gram Panchayat Member (GPM) of Block Office with a personalized easy-to-utilize user experience for creating, assigning and managing the project and employee . It stores GPM, Employee and project's data records, project assignments, wage/day, Total receivable amount till current date , and other information.
>
>It is Console based Project.
>
>Built application within four days.


# ER Diagram :-





# Flow Chart :-





# Pictures :-







# Tech Stack :-
- Java
- MySQL
- JDBC


# Features :-

- BDO and GPM can login and logout.
- BDO can create Project and GPM and provide their detail.
- BDO can see the List of Project, GPM amd Employee's along with all the detail.
- BDO can assign project to GPM amd GPM can assign to Employee.
- GPM can see the list of Employee and Amount receivable till date according to daily wage.
- GPM can only assingn only those project which are assign to them by BDO.
- GPM can only assingn project to Employee.
- Many more ..