https://github.com/praj-foss/msw-management-system
Software project for municiapal solid waste management
https://github.com/praj-foss/msw-management-system
Last synced: 2 months ago
JSON representation
Software project for municiapal solid waste management
- Host: GitHub
- URL: https://github.com/praj-foss/msw-management-system
- Owner: praj-foss
- License: mit
- Created: 2019-04-20T18:18:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T17:09:09.000Z (about 5 years ago)
- Last Synced: 2025-01-17T08:35:49.584Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Municipal Solid Waste Management System
A software project for managing collection of municipal solid waste (MSW),
created during my second year of B. Tech.
It is made using Kotlin, TornadoFX and H2 Database.### Features
- Tabular view for location, vehicles and collection data
- Forms for easy data modification
- Charts displaying collection per day and collection per location type
- Report generation in PDF
- Inbuilt SQL editor for testing### Screenshots
Collection table and form
Overview tab displaying the charts
### Building
JDK 8 is required to build.
Execute the following commands to build:
```sh
$ ./gradlew distZip
```
Then the app can be started by using:
```sh
$ cd build/distributions
$ unzip mswms-0.1.zip
$ ./mswms-0.1/bin/mswms.sh
```### License
This project is licensed under the MIT License.
Please see the [LICENSE](LICENSE) file for more information.### Credits
[easytable](https://github.com/vandeseer/easytable) - Generates awesome tables in PDF
[jfxtras](https://github.com/JFXtras/jfxtras) - Additional utilities for JavaFX