进销存相关概念参考:
- https://wiki.mbalib.com/wiki/%E8%BF%9B%E9%94%80%E5%AD%98
- https://baike.baidu.com/item/%E8%BF%9B%E9%94%80%E5%AD%98/7151671
**zero-one-psisys**是一款面向中小企业,高效、省心、高性价比的在线进销存(purchasing, sales, inventory)管理系统,系统满足不同行业需求,是促进企业发展的重要组成部分,是企业经营管理中的重要环节。
项目特点:操作简单、上网就能查库存、下销售单、采购管理、库存管理、库存管理/仓库管理等,一应俱全;库存集中管理,管理员可以给不同的人员分配不同的数据权限和功能权限;智能补货,保证库存充足,价格记忆,避免报价混乱,一键成本重算,解决多批次产品库存成本不同的问题;进销存单据自动生成记账凭证,实现进销存软件与财务软件无缝对接。
功能蓝图:采购管理、库存管理、销售管理、收付款管理、基础资料、业务监控等。
项目主体骨架基于Spring Cloud Alibaba生态体系,使用MySQL进行数据持久化管理,采用Vue3生态体系与Element Puls UI框架完成前端制作,同时项目提供C++微服务开发解决方案与集成、使用Jenkins实现CD/CI。
zero-one-psi
.gitignore-- 忽略提交配置
README.md-- 项目自述文件
documents-- 环境搭建、编码规范、项目需求等等文档资源
psi-java--Java项目主体
psi-cpp--C++项目主体
psi-frontend-- 前端项目主体
版本匹配参考:
https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E
版本匹配参考:
https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#preface.requirements
https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#requirements
| 技术 | 说明 | 版本 | 备注 |
|---|---|---|---|
Vue |
前端框架 | v3.x |
https://v3.vuejs.org/ |
Vue-Router |
路由框架 | v4.x |
https://next.router.vuejs.org/ |
Pinia |
全局状态管理框架 | v2.x |
https://pinia.vuejs.org/ |
Axios |
HTTP中间件 | v1.7.2 | https://github.com/axios/axios |
Element-Plus |
前端UI框架 |
latest |
https://element-plus.gitee.io/zh-CN/ |
| 技术 | 说明 | 版本 | 备注 |
|---|---|---|---|
ECharts |
图表框架 | latest | Apache ECharts |
AJ-Captcha |
验证码插件 | 1.3.0 | https://ajcaptcha.beliefteam.cn/captcha-doc/ |
SheetJS |
电子表格插件 | 0.20.2 | https://docs.sheetjs.com/docs/ https://docs.sheetjs.com/docs/demos/frontend/vue |
vue-plugin-hiprint |
打印插件 | 0.0.56 | https://gitee.com/CcSimple/vue-plugin-hiprint |
wangEditor |
富文本编辑器 | v5 | https://www.wangeditor.com/v5/ |
pdfobject |
pdf预览插件 |
2.3.0 | https://github.com/pipwerks/PDFObject |
Vitest |
测试框架 | 1.6.0 | https://cn.vitest.dev/ https://cn.vuejs.org/guide/scaling-up/testing.html |
pinyin-pro |
汉字转拼音库 | latest | https://pinyin-pro.cn/ |
| 技术 | 说明 | 版本 | 备注 |
|---|---|---|---|
oat++ |
Web框架 | 1.3.0 |
https://github.com/oatpp/oatpp |
MySQL Connector |
MySQL连接驱动库 |
8.0.27 | https://dev.mysql.com/downloads/connector/cpp/ https://dev.mysql.com/doc/connector-cpp/1.1/en/connector-cpp-apps.html |
JWT |
JSON Web Token |
v1.4 | https://opensourcelibs.com/lib/cpp-jwt |
OpenSSL |
开源安全套接层协议 | 1.1.1L |
https://www.openssl.org/ https://www.xolphin.com/support/OpenSSL/OpenSSL_-_Installation_under_Windows |
| 技术 | 说明 | 版本 | 备注 |
|---|---|---|---|
xlnt |
excel报表 | 1.5.0 | https://github.com/tfussell/xlnt |
fastdfs |
文件存储客户端 | latest | https://gitee.com/fastdfs100 |
yaml-cpp |
解析yaml数据 |
0.7.0 | https://github.com/jbeder/yaml-cpp |
nacos |
nacos客户端 |
v1.1.0 |
https://github.com/nacos-group/nacos-sdk-cpp |
redis++ |
redis连接客户端 |
1.3.2 | https://github.com/sewenew/redis-plus-plus |
rocketmq |
rokcetmq客户端 |
2.1.0 | https://github.com/apache/rocketmq-client-cpp |
mongo |
mongodb客户端 |
3.6.5 | https://www.mongodb.com/docs/drivers/cxx/ |
libharu |
pdf库 |
2.4.3 | https://github.com/libharu/libharu/tree/v2.4.3 |
zxing |
用于绘制各种码 | 2.1.0 | https://github.com/zxing-cpp/zxing-cpp/tree/v2.1.0 |
| 依赖环境 | 版本 | 备注 |
|---|---|---|
Windows |
10+ | 操作系统 |
JDK |
1.8.0_191+ | https://www.injdk.cn/ |
NodeJS |
20.15.0 | https://nodejs.org/zh-cn/ |
NPM |
8.19.2 | https://www.npmjs.com/ |
| 依赖环境 | 版本 | 备注 |
|---|---|---|
Anolis OS |
8.6GA |
https://openanolis.cn/anolisos |
Docker |
latest | https://www.docker.com/ |
MySQL |
8.0.20 | https://www.mysql.com/cn/ |
Redis |
6.2.7 | https://redis.io/ |
Nacos |
2.1.0 | https://nacos.io/zh-cn/docs/quick-start-docker.html |
Sentinel |
1.8.4 | https://github.com/alibaba/Sentinel/releases |
Seata |
1.5.1 | https://github.com/seata/seata |
RocketMQ |
4.9.3 | https://rocketmq.apache.org/ |
Nginx |
latest | https://nginx.org/en/ |
FastDFS |
V6.07 | https://gitee.com/fastdfs100 |
ELK |
7.6.2 | https://www.elastic.co/guide/en/elastic-stack/7.6/index.html |
MongoDB |
4.4.17 | https://www.mongodb.com/try/download/community |
Jenkins |
latest | https://www.jenkins.io/zh/doc/book/installing/ |
zero-one-psi的诞生离不开开源软件和社区的支持,感谢以下开源项目及项目维护者:
spring:https://github.com/spring-projectsalibaba:https://github.com/alibabamybatis:https://github.com/mybatis/mybatis-3.gitmp:https://github.com/baomidouapi:https://gitee.com/xiaoym/knife4jvue:https://github.com/vuejsui:https://github.com/ElemeFEoatpp:https://github.com/oatpp/oatpp
同时也感谢其他没有明确写出来的开源组件提供给与维护者。







