From fc57a3f60688a6016ea7b3afb8cfda479646cdd1 Mon Sep 17 00:00:00 2001 From: sanjaykpandit Date: Thu, 21 May 2026 13:30:31 +0530 Subject: [PATCH] Add ReadMe.md --- ReadMe.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..3891533 --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,51 @@ +# Subhadra Staff Management App + +A modern staff and payroll management application built using Flutter, Flask, and MongoDB. + +This application is designed for small and medium businesses to manage employees, attendance, payroll, advances, and staff records from a centralized platform. + +--- + +## Features + +### Staff Management +- Staff registration and profile management +- Store: + - Name + - Phone number + - Aadhaar number + - PAN number + - Joining date + - Salary details + - Local and home address + - Bank information + +### Attendance System +- Daily attendance tracking +- Attendance statuses: + - `P` — Present + - `D` — Double Shift + - `H` — Half Day + - `A` — Absent +- Monthly attendance records +- Audit trail for attendance modifications + +### Payroll Management +- Salary tracking +- Advance salary requests +- Advance approval workflow +- Payslip uploads and access +- Employee payroll visibility + +### Role-Based Access +- Employee access + - View attendance + - View payroll + - Request advances +- Manager/Admin access + - Manage attendance + - Approve advances + - Update employee records + - Upload payslips + +--- \ No newline at end of file