Skip to content

biddyweb/StoreKeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Build Status Documentation Status Code Climate Server Test Coverage Client Test Coverage License

StoreKeeper is an open source, multilingual warehouse/store management software

Project is under development, so pleas go back some weeks later for first release!

Features

The following features are only available via API now.

  • Manage users, sessions (login, logout), handle permissions
  • Manage items and its barcodes, units, vendors
  • Can make acquisition, amd stocktaking
  • Can crate works and its customers (handle outbound, returned items)

Prepare & Run

All commands can run with package.sh scripts what you want. All of these scripts has --help argument for available getting some info about the current module.

  1. Install all dependencies: ./package.sh install
  2. Check the ./server/config.yml for database and other settings
  3. Prepare database: ./server/database.py --create
  4. Start server: ./package.sh start

Now, you can open the WebUI: http://localhost:8000/storekeeper

Demo site

You can test the latest development version on our demo server:

http://storekeeper-demo.dras.hu/storekeeper

Default username and password: admin / admin

Documentation

You can read more details in documentation. It's available in online and offline format too:

About

Multilingual warehouse/store management software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.6%
  • JavaScript 6.0%
  • Shell 5.9%
  • HTML 3.4%
  • CSS 0.1%