#Toko Obat
Toko Obat is a Drug Store Point Of Sales application made with JAVA. This application using Mckoi DB as DBMS (Database Management System)
You can edit this source code application with ECLIPSE latest version.
There are some features in this application :
- Manage User with 2 privilige : Administrator & Cashier
- Manage Products
- Manage Supplier
- Report Sales
- Order Products
For more information, you can contact me via :
- mail : andhikamaheva@gmail.com
- twitter : @aaaandhika
- facebook : https://facebook.com/andhika.xone
#Content
#Changelog Version 1.0 [8-jan-2015]
- First Uploaded
Version 2.0 [10-jan-2015]
- Bug Fixed
- Sales Report (for admin users and cashier)
#How To Install Mckoi BD
- Download this repository
- Copy db folder into your computer
- Open CMD. Open your db folder with command :
```sh $ cd directoryName/mckoidb ``` 4. Run Mckoi DB application :
```sh $ java -jar mckoidb.jar ``` When Mckoi DB is running :
```sh Mckoi SQL Database ( 1.0.6 ) Copyright (C) 2000 - 2013 Diehl and Associates, Inc. All rights reserved. Use: -h for help. Mckoi SQL Database comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See LICENSE.txt for details of the GPL License. TCP JDBC Server (multi_threaded) on port: 9157. Boot time: 1552ms. ``` Don't close your CMD when Mckoi DB is running. :)
#Configure DB With Code