An open API service indexing awesome lists of open source software.

https://github.com/alessandrojean/order-by-desktop

Administration software for a school, with the management done by a software, an website and an application.
https://github.com/alessandrojean/order-by-desktop

administration database java management school

Last synced: about 2 months ago
JSON representation

Administration software for a school, with the management done by a software, an website and an application.

Awesome Lists containing this project

README

          





Term paper for the Information Systems Technician course, finished and presented in November, 2015.

The project consists in an administration software for a school, with the management done by a [software](https://github.com/alessandrojean/order-by-desktop), an [website](https://github.com/alessandrojean/order-by-web) and an [application](https://github.com/alessandrojean/order-by-android).

## Features
- Management of all the database;
- Generate automatically the school timetable with the teachers disponible times.

## Contents
- The Eclipse desktop project.

## Instructions

Import the project in Eclipse, compile and run.

To use it, you'll first need to already have the database imported in your MySQL. You may need change the constants in the project for your database login.

The default login username is `12345678901`, and the password is `12345`.

## Dependencies
- **[JTidy](http://jtidy.sourceforge.net/)** *v8.0+*: used for the HTML syntax highlighting in the news management;
- **[SHEF](http://shef.sourceforge.net/)** *v0.5+*: used for the HTML syntax pane editor in the news management;
- **[order-by-desktop-connection](https://github.com/alessandrojean/order-by-desktop-connection)** *v75+*: used to connect with the database.

## License

Copyright 2017 Order By

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.