GithubHelp home page GithubHelp logo

jackmacarthur / wansenerp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wansenai/eairp

0.0 0.0 0.0 1.34 MB

The Next generation AI ERP System

Home Page: https://erp.wansen.cloud

Shell 0.13% Java 99.86% Batchfile 0.01%

wansenerp's Introduction

WanSen ERP

Next generation artificial intelligent ERP system


On the basis of ERP business, we have expanded GPT-3.5. individually or company can fine tune your model through our system and deploy it through Docker or other methods.

You can provide fully automated business form submission operations through your simple description, and you can chat, interact, and consult information with GPT.

Note: This is a front-end and back-end separated project. This repository stores backend code, please browse here for the front-end warehouse.

Online preview

We have deployed this program on Amazon Cloud for you to experience before deciding to use it. If you have any questions or suggestions, please submit issue and we will handle them in a timely manner.

Experience address: http://erp.wansen.cloud/

Module Description

  1. Domain Module:

Business Operation Data Object.

<dependency>
    <groupId>com.wansensoft</groupId>
    <artifactId>domain</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>
  1. Dao Module:

Data Access Objects separate data access logic from business logic to provide access and operations to data persistent storage.

<dependency>
    <groupId>com.wansensoft</groupId>
    <artifactId>dao</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>
  1. Service Module:

Business logic layer, which delegates specific business logic processing to the Service layer.

<dependency>
    <groupId>com.wansensoft</groupId>
    <artifactId>service</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>
  1. Utils Module:

Tool class code that encapsulates some specific operations.

<dependency>
    <groupId>com.wansensoft</groupId>
    <artifactId>utils</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

wansenerp's People

Contributors

jzow avatar

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.