iHRex / school-management

StreamlineEDU - School or College Management System (ERP) wordpress based plugin. Supports features such as- Admission, Fee Management, ID Card Generator, mPDF, Attendance etc.
https://streamlineedu.hrserv.in/
GNU General Public License v3.0
23 stars 33 forks source link
gssoc gssoc24

School Management System (WordPress Plugin)

School Management

School Management System is a comprehensive WordPress plugin designed to streamline the administrative tasks of schools and colleges. It offers a wide range of features to help you efficiently manage various aspects of your educational institution.

Features

Installation

To use the School Management System WordPress plugin, follow these steps:

  1. Download the plugin as a ZIP file from the GitHub repository.

  2. Log in to your WordPress admin panel.

  3. Navigate to the "Plugins" section.

  4. Click on "Add New" and then "Upload Plugin."

  5. Select the ZIP file you downloaded in step 1 and click "Install Now."

  6. After installation, click "Activate" to enable the School Management System plugin.

  7. Configure the plugin settings, including the options that best suit your institution's needs.

Usage

Once the School Management System plugin is activated, you can start using its various features to manage your school or college efficiently. Refer to the documentation and user guides provided in the plugin for detailed instructions on how to use each feature.

Contributions

We welcome contributions from the open-source community to enhance and improve the School Management System WordPress plugin. If you'd like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Clone your forked repository of the project.
    $ git clone https://github.com/<your_username>/repository_name.git
  3. Navigate to the project directory.
    $ cd school-management
  4. Add a reference(remote) to the original repository.
    $ git remote add upstream https://github.com/repository_owner/repository_name.git
  5. Check the remotes for this repository.
    $ git remote -v
  6. Always take a pull from the upstream repository to your main branch to keep it updated as per the main project repository.
    $ git pull upstream main
  7. Create a new branch (prefer a branch name that relates to your assigned issue).
    $ git checkout -b <YOUR_BRANCH_NAME>
  8. After making the required changes. Check your changes.
    $ git status OR git diff
  9. Stage your changes.
    $ git add . <\files_that_you_made_changes>
  10. Commit your changes.
    $ git commit -m "relavant message"
  11. Push the committed changes in your feature branch to your remote repository.
    $ git push -u origin <your_branch_name>
  12. To create a pull request, click on compare and pull request.
  13. Add an appropriate title and description to your PR explaining your changes.
  14. Click on Create pull request.

Contributors using Visual Studio Code (VS Code)

You can use WordPress Playground for VSCode add-on to make changes, which is available for free on Visual Studio Marketplace, as well as Visual Studio Code (VS Code) Add-on section.

Issues

If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository's issue tracker.

License

This School Management System WordPress plugin is released under the GNU GENERAL PUBLIC LICENSE. You are free to use, modify, and distribute it as per the terms of the license.

Support

For any questions or support, feel free to contact us at harsh.v@outlook.in

We hope the School Management System plugin helps you efficiently manage your educational institution. Thank you for using our plugin!