/polite-teeth-64

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.

Primary LanguageJava

MGNREGA Project

MGNREGA stands for The Mahatma Gandhi National Rural Employment Guarantee Act whose aim is to provide at least 100 days of guaranteed wage employment in a year to every rural household. I have tried to make some backend functionalities of MGNREGA using Java.

There are two users of this system :

  • BDO (Block Development Officer)
  • Gram Panchayat member

System works in the following way:

A project is created by BDO. Project is where people are assigned to. Before assigning anybody to a project(done by Gram Panchayat member) his/her data must be inserted into the system.

Functions of BDO:

  1. Login into their account.
  2. Create a project.
  3. View List Of Project.
  4. Create new Gram Panchayat Member(GPM).
  5. View all the GPM.
  6. Allocate Project to GPM
  7. See List of Employee working on that Project and their wages.

Function of Gram Panchayet member:

  1. Login into their Account.
  2. Create Employee.
  3. View the Details of Employee.
  4. Assign Employee to a Project.
  5. View total number of days Employee worked in a project and also their wages.