Overview
The financial management system provides comprehensive income tracking capabilities through detailed reports and visualizations. Income is generated primarily from student enrollments and completed classes.Income Sources
Student Enrollment Plans
Students can enroll in different monthly plans:- 4 classes per month - Entry-level plan
- 8 classes per month - Standard plan
- 12 classes per month - Frequent rider plan
- 16 classes per month - Intensive plan
Class Completion Revenue
Revenue is tracked based on class completion status:Financial Reports
Distribution by Plan
View how students are distributed across different enrollment plans:~/workspace/source/src/pages/Finanzas.tsx:152-165
Active vs Inactive Students
Monitor revenue potential by tracking active student enrollment:~/workspace/source/src/pages/Finanzas.tsx:123-149
Class Completion Rate
Track revenue realization through completion rates:Period-Based Analysis
Date Range Filtering
Analyze income for specific periods:~/workspace/source/src/pages/Finanzas.tsx:86-120
Income Visualization
Bar Charts
Visualize student distribution across plans:~/workspace/source/src/pages/Finanzas.tsx:545-562
Summary Cards
Display key income metrics:~/workspace/source/src/pages/Finanzas.tsx:454-469
Export Reports
Excel Export
Export income data for accounting:~/workspace/source/src/pages/Finanzas.tsx:799-808
Best Practices
- Regular Monitoring - Review income reports monthly to identify trends
- Period Comparison - Compare different date ranges to analyze growth
- Completion Tracking - Monitor class completion rates to ensure revenue realization
- Plan Distribution - Balance student enrollment across different plans
- Active Status - Keep student records updated to reflect accurate revenue potential