openSIS

学生信息管理系统
授权协议 GPLv2
开发语言 PHP
所属分类 企业应用、 教学科研相关
软件类型 开源软件
地区 不详
投 递 者 仇航
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

openSIS 是一个开源的学生信息管理系统,适合公立和非公立学校使用。

openSIS 使用 PHP 开发,支持 PostgreSQL 和 MySQL 数据库,包含三个版本,分别是社区版、学校版和地区版,后两者是商业版本。

openSIS Lite 主要特性:

  • Student Demographics - track student demographic attributes in a permanent record and across enrollments
  • Goals and Progresses - add contact information for parents, relatives and authorized individuals
  • Contact Information
  • Scheduling - input student requests and mass schedule students
  • Gradebook - allows teachers to enter homework assignments, class tests and any other activity using weighted scales if desired
  • Reports/Report Designer - numerous standard reports and the ability to design custom reports using simple check boxes
  • Report Cards - create student report cards and calculate GPA’s and class rankings
  • Transcripts - print student transcripts
  • Health Records - including physician contact information, nurses visits, immunizations, and allergies
  • Attendance
  • Parent Portal - a parent portal that allows parents to see their children, grades, attendance, discipline and more using the same intuitive web interface
  • User Customizable Preferences
  • Security - control user security at the field level
  • 一、挂在系统镜像 将suse的iso文件放在/root/目录下,挂载后 添加到zypper的repo源 mkdir /media/dvd mount -o loop /root/suse.iso /media/dvd/ zypper ar  file:///media/dvd  local-sles 二、安装apache php mysql 通过以下命令依次执行(若有已经安装好的跳过即可) zyp

 相关资料
  • 系统功能设计 代码实现 #include<stdio.h> #include<stdlib.h> #include<conio.h> #include<dos.h> #include<string.h> #define LEN sizeof(struct student) #define FORMAT "%-8d%-15s%-12.1lf%-12.1lf%-12.1lf%-12.1lf\n" #d

  • 本文向大家介绍python学生信息管理系统,包括了python学生信息管理系统的使用技巧和注意事项,需要的朋友参考一下 本文实例为大家分享了python学生信息管理系统的具体代码,供大家参考,具体内容如下 更多学习资料请关注专题《管理系统开发》。 以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持呐喊教程。

  • 本文向大家介绍python3.6实现学生信息管理系统,包括了python3.6实现学生信息管理系统的使用技巧和注意事项,需要的朋友参考一下 简单版本学生信息管理系统,用python基础语法实现,基于python 3.6 容错率很高的代码,做了很多异常处理功能,出错也不会丢失信息 启动时自动从文件中读取已有学生信息,退出时自动保存 程序分3个模块: Menu:进行菜单管理 Student_manag

  • 本文向大家介绍java学生信息管理系统设计,包括了java学生信息管理系统设计的使用技巧和注意事项,需要的朋友参考一下 本文实例为大家分享了java学生信息管理系统的具体代码,供大家参考,具体内容如下 本例的学生信息添加进入数据库的事务(可以提交事务,事务回滚,用本地线程完善) 主页面index.jsp 获取数据库连接的工具ConnUtils5.java 资源文件jdbc.properties 值

  • 本文向大家介绍用java实现学生信息管理系统,包括了用java实现学生信息管理系统的使用技巧和注意事项,需要的朋友参考一下 用java写的学生信息管理系统,供大家参考,具体内容如下 使用到了集合类ArrayLisat 来对Student类的对象进行存储。 StudentManagerTest为主类,Student类里面进行了相应数据的封装。里面用了很多循环来写,并且运用了很多标记来进行判断是否退出

  • 本文向大家介绍Python学生信息管理系统修改版,包括了Python学生信息管理系统修改版的使用技巧和注意事项,需要的朋友参考一下 在学习之前先要了解sqlite游标的使用方法python使用sqlite3时游标的使用方法 继上篇博客Python实现学生信息管理系统后,我就觉得写的太复杂了,然后又是一通优化、优化、优化; 本次优化主要修改了: 1.使用游标的方法连接、增、删、改、查数据库; 2.一

  • 本文向大家介绍java学生信息管理系统设计(2),包括了java学生信息管理系统设计(2)的使用技巧和注意事项,需要的朋友参考一下 本例的学生信息添加进入数据库的事务(可以提交事务,事务回滚,用本地线程完善) 主页面index.jsp 工具包 获取数据库连接的工具ConnUtils5.java 代理 代理2:不需要强转,但是代理了所有 注解 代理3:用注解实现需要事务则用事务 资源文件jdbc.p

  • 本文向大家介绍java学生信息管理系统源代码,包括了java学生信息管理系统源代码的使用技巧和注意事项,需要的朋友参考一下 本文实例为大家分享了java学生信息管理系统的具体代码,实现学生信息: 增加 int[] a=new int[9] 、删除 、查找、更改,供大家参考,具体内容如下 更多学习资料请关注专题《管理系统开发》。 以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持呐