Institute on Cloud is a web-based application, which not only manages every sector of an educational institute but also provides a Standardized Business Model. Whether a school or college; even a university; its spectrum encapsulates all. This application is developed using PHP Framework and JavaScript Technologies. The honor for developing this mature management system and business model goes to Dexterous Developers. The building blocks of this application are:
- Student Registration System
- Online Admission System
- Session; Course; Section Management
- Employee Management
- Fee Management
- Payroll Management
- SMS/Email Alert System
- Attendance Management System
- Online Web Portal for Students, Parents, Teachers
- Web Portal for Executive; Portraying Balance Sheet (for individual, as well as, collective branches).
- Mobile Application having limited features of this management system (Mostly Views).
- Accounting System
- Time Table Management
- Library Management
- Transportation Management
- Examination Management
common
config/ contains shared configurations
mail/ contains view files for e-mails
models/ contains model classes used in both backend and frontend
tests/ contains tests for common classes
console
config/ contains console configurations
controllers/ contains console controllers (commands)
migrations/ contains database migrations
models/ contains console-specific model classes
runtime/ contains files generated during runtime
backend
assets/ contains application assets such as JavaScript and CSS
config/ contains backend configurations
controllers/ contains Web controller classes
models/ contains backend-specific model classes
runtime/ contains files generated during runtime
tests/ contains tests for backend application
views/ contains view files for the Web application
web/ contains the entry script and Web resources
frontend
assets/ contains application assets such as JavaScript and CSS
config/ contains frontend configurations
controllers/ contains Web controller classes
models/ contains frontend-specific model classes
runtime/ contains files generated during runtime
tests/ contains tests for frontend application
views/ contains view files for the Web application
web/ contains the entry script and Web resources
widgets/ contains frontend widgets
vendor/ contains dependent 3rd-party packages
environments/ contains environment-based overrides