FranciscoDadone / ControlStock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Control de Stock

Simple and easy to use stock control app for small business!
Explore the docs »

Table of Contents
  1. About The Project
  2. Usage
  3. Contact

About The Project

I've created this project for a small market in my city to control the stock of the articles.

It features:

  • Add stock
  • Edit current stock
  • Low stock warning
  • Sessions
  • Barcode scanner support
  • Stock search
  • Sessions history and details
  • Cloud automatic backup
  • And more!

Main screen

Add or modify stock

Session

History

History details



Built With

Usage

Compile jar file and start the app. The database will be located in:

Linux filesystems: "/home/ControlStock/database/sqlite.db"

Windows filesystem: "Documents/ControlStock/database/sqlite.db"

You can also fill the mongo_credentials.yml inside that folder to have automatic backups to a remote mongo server.

Mongo credentials example:

{password: '******', url: 'cluster0.ma03o.mongodb.net/ProjectName?retryWrites=true&w=majority', username: 'admin'}

Contact

Francisco Dadone - @FranDadone - dadonefrancisco@hotmail.com.ar

Project Link: https://github.com/FranciscoDadone/ControlStock

About


Languages

Language:Java 100.0%