14 Star 128 Fork 68

lantingshangyue / ERP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
LGPL-3.0

ERP

介绍

ERP 快速开发框架 blazor 工作流 权限管理 多租户 采用abp.next

软件架构

DDD领域驱动设计模式

安装教程

  1. 安装mysql,redis(ERP.HttpApi.Host和ERP.DbMigrator项目设置正确的数据库和redis连接)
  2. 打开ERP.sln解决方案,设置ERP.HttpApi.Host为启动项目
  3. 打开程序包管理控制台,选择ERP.EntityFrameworkCore项目
  4. 执行命令add-migration init,再执行update-database
  5. 运行ERP.DbMigrator项目进行数据初始化 6 powershell运行根目录 dev_run.ps1脚本
  6. 登录账号密码admin 1q2w3E*

使用说明

涉及技术: blazor+antdesign+mysql+redis+abp.vnext+dotnet6+blazordiagams+RulesEngine+ocelot+consul +asp.netCore mvc +centos7+supervisord+nginx

参考文档:

   abp.vnext源代码:https://github.com/abpframework/abp
   abp.vnext文档: https://docs.abp.io/en/abp/latest
   Blazor.Diagrams源代码 https://github.com/Blazor-Diagrams/Blazor.Diagrams
   Blazor.Diagrams文档 https://blazor-diagrams.zhaytam.com/
   asp.netcore-6.0文档  https://docs.microsoft.com/zh-cn/aspnet/core/blazor/?view=aspnetcore-6.0
   RulesEngine文档 https://github.com/microsoft/RulesEngine
   ocelot文档 https://ocelot.readthedocs.io/en/latest/
   
   业务开发手册(总体开发规范以及手册参考abp.vnext)
        基础操作:常见的表单,列表操作等请参考多多租户模块,作为基础编码和ui规范
        国际化:IStringLocalizer= IStringLocalizerFactory.Create,IStringLocalizer《》 , AbpComponentBase.L
        automap :IObjectMapper ,AbpComponentBase.ObjectMapper
        异常提示框:IUserExceptionInformer
        通知提示:IUiNotificationService,请不要直接使用antdesign的通知提示
        事件总线跨组件传值:UIEventBus

开发日志

        2022-05-23   处理abpvnet原来https启动网站修改http协议后无法登录问题(SameSite协议问题),
        2022-05-23   修改abpvnet blazories ui主题为antdesignui主题风格
        2022-05-24   修改ant-design模板,添加多页签tabs导航
        2022-05-23   admintable组件,页面规范定义
        2022-05-23   服务替换重写abp.vnext 用户,角色,租户页面层的功能
        2022-05-24   业务菜单功能定义
        2022-05-25   分离出统一认证服务
        2022-05-25   集成ocelot网关与网关授权
        2022-05-26   添加国际化支持,重写登录退出功能,


       2022-05-27   选服务器,从花生壳->百度云->移动云各种踩坑
       2022-05-28   环境安装centos+mysql+nginx+redis+supervisorui+docker
       2022-05-29   配置修改,授权问题,各种云对端口限制的问题,折腾了好久,nginx单页用配置问题导致授权的回调问题
       2022-05-30   1.工作台、系统管理模块增加菜单的权限控制。
                    2.服务器优化,nginx增加gzip压缩。启动器加载br压缩文件。首屏显示由原10几秒表4,5秒左右,采用aot编译发布反而首屏显示慢。
       2022-05-31   1.租户模块增加功能定制,将租户页面从ERP层,独立成一个模块。
                    2.添加AntPagebase页面基类,是其支持tab表题自动根据url渲染

      2022.06.01-23 流程设计器开发
                    1.blaozr.diagrams文档查看以及源代码查看(5天)
                    2.流程设计器总体ui布局设计(5天)
                    4.流程设计器节点,线,端口数据库持久化设计以及编码调试(10天)。
                    5.其他优化,填坑。
                    6.实现ui端本地事件总线功能UIEventBus(项目ERP.Abp.AspnetCore.Components.Web.AntDesignTheme)。

界面展示

线路计划

   1.基础设施ed(用户,角色,权限,多租户)---->基础设施ed(流程设计器)---->基础设施(流转流转逻辑)ing---->基础设施优化
   2.人事模块---->财务模块---->客户关系--->进销存--->Mes

鸣谢一下开源项目

ant-design-blazor [https://github.com/ant-design-blazor/ant-design-blazor](https://github.com/ant-design-blazor/ant-design-blazor)
abp.vnext [https://docs.abp.io/en/abp/latest]( https://docs.abp.io/en/abp/latest)
Blazor.Diagrams [https://blazor-diagrams.zhaytam.com/](https://blazor-diagrams.zhaytam.com/)

支持作者

微信 支付宝

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/
GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.

简介

ERP 快速开发框架 blazor 工作流 权限管理 多租户 SASS模式 企业快速狂发框架 财务系统 oa系统 hr系统 绩效 考核 展开 收起
LGPL-3.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C#
1
https://gitee.com/lantingshangyue/ERP.git
git@gitee.com:lantingshangyue/ERP.git
lantingshangyue
ERP
ERP
master

搜索帮助