Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andhikamaheva/pos_toko_obat

Toko Obat is Point Of Sales application made with java.
https://github.com/andhikamaheva/pos_toko_obat

Last synced: about 1 month ago
JSON representation

Toko Obat is Point Of Sales application made with java.

Awesome Lists containing this project

README

        

#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 : [email protected]
* twitter : @aaaandhika
* facebook : https://facebook.com/andhika.xone

#Content
* Description
* Changelog
* How To Install Mckoi DB
* Configure DB with Code

#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
1. Download this repository
2. Copy db folder into your computer
3. 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