Giter VIP home page Giter VIP logo

reknij / elerp Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 1.0 446 KB

Elerp is a warehouse management system (WMS)/inventory system. The backend uses Rust + Sqlite, and frontend uses Vue + NaiveUI/ElementPlus.

Home Page: https://elerp.fotimes.com

Dockerfile 0.09% Rust 57.29% HTML 0.06% JavaScript 0.04% Vue 27.43% TypeScript 15.07% CSS 0.02%
inventory inventory-management order rust sqlite vue warehouse-management-system wms

elerp's Introduction

What is this

Elerp is a warehouse management system (WMS)/inventory system. The backend uses Rust + Sqlite, and frontend uses Vue + NaiveUI/ElementPlus. I'm not a professional programmer, I just do it for my job.

Again, I'm not a professional programmer and anyone who wants to contribute code is more than welcome.

Install

  • Docker compose file:
    version: "3.9"
    services:
      elerp:
        image: jinker25/elerp:latest
        container_name: elerp
        user: 1000:1000
        ports:
          - "3344:3344"
        restart: unless-stopped
        volumes:
          - "<your_data_folder_path>:/data"
    
    sudo docker compose up -d will start and listen port 3344. Default username admin, password admin123

Web system

  • No need to pay for any computer hardware!
  • Visit the website directly to use it!

Multi-language

  • Support English, Chinese, Malay!

Stock

  • Multiple warehouse support!
  • Check your inventory easily!
  • Support filtering!

Order

  • Manage your orders and automatically update inventory!
  • Support statistics. Check out your top 10 most popular products by sales and their total sales!
  • Easily check if the quantity of items in your order is satisfactory!
  • Support barcode scanner.
  • Customers always place orders via messages? Supports adding multiple order items and automatically detecting messages!

Guest order

  • Do you want customers to add orders themselves, but don't want to share your account? Support adding guest orders, just share the link to customers, no account is required to access and place orders!

elerp's People

Contributors

reknij avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lxh0508

elerp's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.