{"id":13671613,"url":"https://github.com/yvanwangl/AccountSystem","last_synced_at":"2025-04-27T18:31:30.828Z","repository":{"id":41281120,"uuid":"78534734","full_name":"yvanwangl/AccountSystem","owner":"yvanwangl","description":"An account system.","archived":false,"fork":false,"pushed_at":"2020-03-31T02:19:34.000Z","size":1378,"stargazers_count":671,"open_issues_count":2,"forks_count":168,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-11-11T09:43:50.368Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yvanwangl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-10T13:12:01.000Z","updated_at":"2024-09-28T07:33:34.000Z","dependencies_parsed_at":"2022-09-21T00:41:17.265Z","dependency_job_id":null,"html_url":"https://github.com/yvanwangl/AccountSystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvanwangl%2FAccountSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvanwangl%2FAccountSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvanwangl%2FAccountSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yvanwangl%2FAccountSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yvanwangl","download_url":"https://codeload.github.com/yvanwangl/AccountSystem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251187207,"owners_count":21549601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T09:01:14.545Z","updated_at":"2025-04-27T18:31:28.985Z","avatar_url":"https://github.com/yvanwangl.png","language":"JavaScript","readme":"## AccountSystem 一个小型库存管理系统\n\n![](https://camo.githubusercontent.com/4c82c2bade9204481be86bfdbc0b773be2c823dd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c616e67756167652d4a6176617363726970742d79656c6c6f772e7376673f7374796c653d666c6174)\n![](https://camo.githubusercontent.com/3a5d997143423893d291af21f6a10bddf6716fd1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c616e67756167652d4e6f64652d677265656e2e7376673f7374796c653d666c6174)\n![](https://camo.githubusercontent.com/c55a47ce085cee081ab8038d88db04e3638fee48/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f44617461626173652d4d6f6e676f44422d677265656e2e7376673f7374796c653d666c6174)\u003cbr\u003e\n\n![](./docs/images/index.png)\u003cbr\u003e\n\n## [在线预览](http://mingdi.yvanwang.com/)\n用户名：guest\u003cbr\u003e\n密码：123456\n\n## 如何安装\n1`.` 请确保安装MongoDB并正确启动( mongodb相关资料请移步[这里](https://docs.mongodb.com/manual/installation/) )\u003cbr\u003e\n2`.` 请确保全局安装pm2 `npm install -g pm2`\u003cbr\u003e\n3`.` Clone 该项目到本地 `git clone https://github.com/yvanwangl/AccountSystem.git`\u003cbr\u003e\n4`.` 安装前端依赖包 `npm install`\u003cbr\u003e\n5`.` 安装后端依赖包 `cd service` \u0026 `npm install`\u003cbr\u003e\n6`.` 该项目采用前后端分离模式开发，如果要在开发模式运行则执行以下命令：\u003cbr\u003e\n    * 启动node server开发服务 `npm run start:dev`\u003cbr\u003e\n    * 启动前端dev server `npm start`\u003cbr\u003e\n7`.` 如果以发布模式运行则执行以下命令：\u003cbr\u003e\n    * 前端资源打包 `npm run build`\u003cbr\u003e\n    * 启动node server部署服务 `npm run start:prod`\u003cbr\u003e\n\n## 项目技术栈\n前端技术：React + React-Router + Redux + React-Redux + Redux-Saga + Webpack\u003cbr\u003e\n前端脚手架：[dva](https://github.com/dvajs/dva)\u003cbr\u003e\nUI组件库：[ant-design](https://github.com/ant-design/ant-design)\u003cbr\u003e\n后端技术：Express + Mongoose\u003cbr\u003e\n\n该项目采用前后端分离技术，前端使用React全家桶，项目整体框架使用dva，dva是一个将redux、redux-saga 和 react-router 等进行封装的前端框架，方便项目配置及代码管理；后端使用express + mongoose 进行后端业务处理及数据库操作。\u003cbr\u003e\n\n## 实现功能\n1`.` 登录注册功能\u003cbr\u003e\n2`.` 基础数据管理功能，包括：客户管理、商品管理、供应商管理\u003cbr\u003e\n3`.` 订单及进货单管理功能，包括：订单管理、入库管理\u003cbr\u003e\n4`.` 物资管理功能\u003cbr\u003e\n5`.` 结算管理功能\u003cbr\u003e\n6`.` 账单管理功能，包括：客户对账管理、供应商对账管理\u003cbr\u003e\n\n## 项目结构\n![](./docs/images/project.png)\u003cbr\u003e\n\n## 订单管理\n订单管理包括增加、修改、删除及查看订单详情，可以根据订单生成日期、客户名称及订单编号进行查询，订单编号支持模糊查询\u003cbr\u003e\n\n![](./docs/images/order.png)\u003cbr\u003e\n\n## 入库管理\n入库管理包括增加、修改、删除及查看入库单详情的功能，可根据入库单生成日期、供应商名称及入库单编号进行查询，入库单编号支持模糊查询\u003cbr\u003e\n\n![](./docs/images/bill.png)\u003cbr\u003e\n\n## 物资管理\n物资管理将仓库库存的物资和资金进行分类统计，可以查看仓库中当前剩余的商品的种类和数量；资金管理从商品分类的角度对系统流出资金和流入资金进行统计汇总，方便查看不同商品对应的资金情况。\u003cbr\u003e\n\n![](./docs/images/resource.png)\u003cbr\u003e\n\n## 对账管理——供应商对账\n供应商对账管理从负债入库单和负债供应商两个角度对负债账务进行分类，同时可以根据供应商的名称对负债入库账单和负债供应商进行过滤。从两个角度进行分类统计是为了方便能够按照入库单进行分批清账，或直接向供应商清账，方便账务分类管理\u003cbr\u003e\n\n![](./docs/images/supplierBill.png)\u003cbr\u003e\n\n其他一些界面的功能就不再一一介绍，感兴趣的话自己clone一份代码，运行一下便知:)\u003cbr\u003e\n\n#### 欢迎Star！\u003cbr\u003e\n\n\n\n\n\n\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvanwangl%2FAccountSystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvanwangl%2FAccountSystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvanwangl%2FAccountSystem/lists"}