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

https://github.com/kapit4n/scala-inventory

Stock management system, play framework scala
https://github.com/kapit4n/scala-inventory

bootstrap inventory play-framework scala slik

Last synced: 2 months ago
JSON representation

Stock management system, play framework scala

Awesome Lists containing this project

README

          

# Hi-Stock (Scala)

Hi Stock is a system that will help us to manage the stock in the store and have the reports of the movement of the products.
![Inventory](https://github.com/kapit4n/hi-stock/raw/master/mockups/Inventory_page.png)

# Prerequisites
* Scala
* Sbt
* Java8
* activator

# Installation
* run activator
* Go to localhost:8888
* Open the application play-scala-intro
* "http://127.0.0.1:8888/app/play-scala-intro/#run/hi-stock"
* Wait to load the application
* Compile
* Run
* Go to localhost:9000
* Open the application with sublime

## Load dependencies with activator
* activator libraryDependencies
* activator "show dependencyClasspath"

## Features done
* Register product, vendor, customer
* Register orders

## Features in progress
* Purchase order
* Shopping card 2.0
* Chart reports