Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 826 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 826 Bytes

Warehouse Logging Application

User interface

A warehouse logging application to record all in and outs of goods. Created using Haskell, this application is targeted for staff that manages inventory at some warehouses.

Feature

  1. Record inventory into database log

Database log

2. Record inventory activity in a log (e.g restocking and taking inventory)

Message log

How to use

  1. Install GHC, cabal-install and haskell-language-server via GHCup
  2. Open terminal, and change directory to this project
  3. Run $ cabal build
  4. After it successfully built, run this project with $ cabal run