A comprehensive platform to streamline mentor session tracking, automated payout calculations, tax deductions, and receipt generation — all with built-in audit logging and optional secure communication.
Feature | Status | Description |
---|---|---|
Session Management | ✅ Live | Manual entry + CSV upload with validations |
Automated Payouts | ✅ Live | Auto-calculated with tax deductions |
Tax Configuration | ✅ Live | GST, TDS, and platform fees setup |
Receipt Generation | ✅ Live | PDF format + email dispatch |
Audit Trail | ✅ Live | Full history with before/after viewer |
Test Mode | ✅ Live | Run safe simulations for payouts |
Feature | Status | Description |
---|---|---|
Session Submission | ✅ Live | Structured form with admin approval |
Payout Dashboard | ✅ Live | Filterable transaction history |
Receipt Downloads | ✅ Live | Download individual session PDFs |
Activity Logs | ✅ Live | Track personal changes/actions |
Feature | Status | Description |
---|---|---|
CSV/Excel Export | ✅ Live | Full data export functionality |
Webhooks | UI ready; backend trigger pending | |
Secure Chat | ⏳ Planned | Encrypted messaging with file sharing support |
- Add sessions via form or CSV
- Track mentor, date, time, duration, type, and hourly rate
- Cumulative summary & smart breakdowns
- Filter by date range
- Auto-deductions (GST, TDS, fees)
- Override final amounts manually
- Audit all adjustments
- Downloadable receipts with detailed breakdown
- Add thank-you notes
- Simulated email previews
- Visual summary of earnings
- Track payment status:
- ✅ Paid
- ⏳ Pending
- 🔍 Under Review
- Every change recorded
- Filter logs by session, user, or date
- Visual diff viewer for before/after
- Dry-run calculations without actual dispatch
- View impact by mentor, session, and tax component
- Export sessions and payouts
- Setup webhook URLs, events, and secrets
- Trigger test payloads (live dispatch pending)
- Path:
/admin/taxes
- Features:
- Real-time rate adjustment (GST, TDS, Platform Fees)
- Input validation (0–100%)
- Audit-ready logging of every change for compliance
Mentor->>System: Requests receipt
System->>PDF: Generates document
PDF->>Mentor: Downloads file
System->>Database: Logs access
Setup Instructions
git clone https://github.com/ksaurabh252/MentorPay cd mentorpay npm install npm run dev