Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 2 Jahren
123456789101112131415161718192021222324
  1. ## Education
  2. The Education Domain of InfluxERP comes with features to record student info and courses, track assessment, fees payments, curate quizes and programs. You can check out the following topics after this brief introduction to the education module.
  3. ### Installation
  4. Using bench, [install InfluxERP](https://github.com/frappe/bench#installation) as mentioned here.
  5. Once InfluxERP is installed, add education app to your bench by running
  6. ```sh
  7. $ bench get-app education
  8. ```
  9. After that, you can install education app on required site by running
  10. ```sh
  11. $ bench --site demo.com install-app education
  12. ```
  13. ### License
  14. GNU GPL V3. See [license.txt](https://github.com/frappe/agriculture/blob/develop/license.txt) for more information.