资源简介
通用后台管理系统(OA CRM ERP)源码
开发环境为Visual Studio 2010,数据库为SQL Server 2008
系统介绍:
本系统是强大构建系统,可建立多个系统同在一个管理器里,然后直接分配权限给人员,人员可以单点登入多个系统完成自己的作业,超方便实用。案例介绍:曾经用来开发过大型门户网站,企业官网,B2C电子商城,企业OA管理、HR人事管理系统、CRM客户关系管理系统、ERP外贸生产系统等,支持流程自定义,页面自定义,数据表操作等,用户只需简单的创建自己想要的模型就可以随心所欲的释放系统的魅力,什么模块都是一步到位,功能非常强大,内部已具有缓存机制,以空间换取时间的方式,用户群同时访问可以支持最大限度,还有功能可兼容一切流行浏览器,扩容性强,功能模块:执行模式、办公模式、运营模式、决策 模式、知识中心;待编辑完成后统一管理。 系统采用经典三层架构,修改方便、简单,注释和文档完整,全套源代码提供,不封装任何一句代码。
详细系统操作见文档
支持二次开发
基础功能介绍:
工作管理: 工作台 修改密码 公告 内部消息
功能管理: 行政管理 人力资源 工作日志 备忘录 日程安排 个人日记 固定资产 图书浏览 人事管理工作计划 车辆管理。。。(具体菜单功能未实现需要自己开发)(
系统管理: 权限管理 账号管理 角色管理 回收站 模型列表 子模型管理 模型字段分组管理 节点管理 栏目管理 栏目移动 栏目复制 栏目合并 模块管理 操作管理 日志管理 站点信息 站点参数 邮件参数设置
注意:
登陆选择系统主站即可,其他未实现
开发环境为Visual Studio 2010,数据库为SQL Server 2008
文档里有具体的操作步骤,使用方法
超级管理员用户名密码均是:super
商业版资源请在作者授权范围内使用,否则后果自负!
如需转载免费版请注明作者信息及来源,以示对他人劳动成果的尊重!
代码片段和文件信息
#region 引用程序集
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Data;
using System.Configuration;
using System.Reflection;
using System.Web.UI.WebControls;
using System.Web;
using System.xml.XPath;
using System.xml;
using System.Text.Regularexpressions;
using AllPower.IDAL;
using AllPower.Model;
using AllPower.BLL.Template;
using AllPower.Template.ParamType;
#endregion
#region 版权注释
/*----------------------------------------------------------------------------------------
// Copyright (C) 2010 华强北在线
// 作者:吴岸标
// 创建日期:2011-1-11
// 功能描述:DW中调用接口
----------------------------------------------------------------------------------------*/
#endregion
namespace AllPower.BLL
{
public class DWAPI
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 17903 2015-05-06 21:36 AllPower.BLL\AllPower.BLL.csproj
....... 478 2015-05-06 21:36 AllPower.BLL\AllPower.BLL.csproj.user
....... 79 2015-05-06 21:36 AllPower.BLL\app.config
....... 453120 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.BLL.dll
....... 79 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.BLL.dll.config
....... 1191424 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.BLL.pdb
....... 107520 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Common.dll
....... 314880 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Common.pdb
....... 26624 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Config.dll
....... 138752 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Config.pdb
....... 37376 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.IDAL.dll
....... 7680 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.IDAL.pdb
....... 205824 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Model.dll
....... 1302016 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Model.pdb
....... 370176 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.SQLServer.dll
....... 849408 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.SQLServer.pdb
....... 136192 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Template.dll
....... 372224 2015-05-06 21:36 AllPower.BLL\bin\Debug\AllPower.Template.pdb
....... 114688 2015-05-06 21:36 AllPower.BLL\bin\Debug\AspNetPager.dll
....... 36864 2015-05-06 21:36 AllPower.BLL\bin\Debug\Interop.ADOX.dll
....... 950272 2015-05-06 21:36 AllPower.BLL\bin\Debug\Interop.SQLDMO.dll
....... 453120 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.BLL.dll
....... 79 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.BLL.dll.config
....... 111616 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.Common.dll
....... 26624 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.Config.dll
....... 37376 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.IDAL.dll
....... 7680 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.IDAL.pdb
....... 205824 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.Model.dll
....... 370176 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.SQLServer.dll
....... 136192 2015-05-06 21:36 AllPower.BLL\bin\Debug\KingTop.Template.dll
............此处省略6741个文件信息
- 上一篇:类似梦幻西游小游戏源码(unity3d)
- 下一篇:pc电脑自动关机小助手 源码
相关资源
- ASP.NET MVC5考试_管理系统源码
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- dc竞赛房租处理数据
- 基于ASP.NET的课程管理系统
- 基恩士PLC通讯.rar
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- Asp.net学生信息管理系统最新源码201
- .net 美萍超市管理系统源码C#
- 第二代Kinect WPF开发从入门到精通资料
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- [精通ASP.NET.MVC5英文原版
- Focas V4.0 带说明
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- 最新 Ext甘特图控件 + Ext日程控件 破解
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- Illustrated C# 2010 C# 4.0图解教程
- Codejock Xtreme Suite Pro ActiveX 15.3.1 零售版
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
评论
共有 条评论