资源简介
ERP进销存仓库管理网站,开发语言:ASP.Net/C#,数据库:SQLSqrver2005及以上版本
网站功能:登录、退出、物品搜索、密码设置、发货查询、服务中心、最新商品、管理问题、配货发货、记录客户、商品拍照、仓库库存情况、商品分布情况、销售退货、销售发货、销售订单、库存盘点、出库单、入库单、库存调拨、采购退货、采购付款、采购收货、管理采购订单、销售发货、销售退货、销售订单、物品入库、物品出库、财务账号管理、库房管理、服务类型、通知公告、仓库设置、供应商管理、用户管理等,包含增删改查功能。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using Leyp.SQLServerDAL;
using Leyp.Model;
using System.ComponentModel;
namespace Leyp.BLL
{
[DataobjectAttribute]
public class BGroup
{
private GroupDAL groupDAL = null;
public BGroup()
{
groupDAL = new GroupDAL();
}
///
/// 添加一个新的群
///
///
///
public bool insertNewGroup(Group g)
{
return groupDAL.insertNewGroup(g);
}
///
/// 更新Group 并且更新权限关系
///
///
///
public bool updateGroup(Group g int[] a)
{
return groupDAL.updateGroup(g a);
}
///
/// 返回所有群组
///
///
public List getAllGroup()
{
return groupDAL.getAllGroup();
}
///
/// 返回一个实体
///
///
///
public Group getByGroupID(int GroupID)
{
return groupDAL.getByGroupID(GroupID);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 83458 2017-04-06 15:26 仓库管理系统ASP.NET\erp_Leyipai\.vs\config\applicationhost.config
..A..H. 126464 2017-04-07 09:56 仓库管理系统ASP.NET\erp_Leyipai\.vs\Leyipai\v14\.suo
文件 1418 2008-12-06 22:31 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BGroup.cs
文件 1035 2008-12-06 09:37 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BGroupAuthority.cs
文件 2710 2009-09-13 13:38 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BLL.csproj
文件 953 2009-07-03 08:47 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BLog.cs
文件 1544 2008-12-08 21:16 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BProductsBrand.cs
文件 3586 2008-12-07 22:07 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BUser.cs
文件 628 2008-12-06 18:39 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BUserType.cs
文件 1649 2008-12-07 20:17 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\BUserTypeSubClass.cs
文件 1325 2008-12-04 19:23 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\Properties\AssemblyInfo.cs
文件 930 2009-09-13 13:40 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\View\BvUser.cs
文件 241 2008-12-08 15:04 仓库管理系统ASP.NET\erp_Leyipai\Backup\BLL\View\Factory.cs
文件 368 2009-02-20 18:19 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\ba
文件 61726 2008-12-05 09:55 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\CollectionPager.cs
文件 8386 2009-07-02 18:13 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Components.csproj
文件 687 2009-01-13 14:53 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\AccountsDropDownList.cs
文件 696 2008-12-30 13:07 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\DeliveryDropDownList.cs
文件 714 2009-03-13 11:17 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\DeliveryUserDropList.cs
文件 673 2008-12-09 08:24 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\GroupDropDownList.cs
文件 810 2009-02-28 09:21 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\ProductsBrandDropDownList.cs
文件 892 2009-03-17 15:01 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\ProductsTypeDropDownList.cs
文件 757 2009-02-28 09:21 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\ServiceTypeDropDownList.cs
文件 708 2009-01-06 07:30 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\ShopDropDownList.cs
文件 695 2008-12-14 16:59 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\StoreHouseDropDownList.cs
文件 684 2008-12-09 08:23 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Controls\UserTypeDropDownList.cs
文件 37377 2008-12-12 07:38 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\ImageUploader.cs
文件 12285 2009-01-06 13:05 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Jsc
文件 3425 2008-12-11 22:22 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Module\ba
文件 2439 2009-03-14 15:33 仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Module\ba
............此处省略1522个文件信息
- 上一篇:精通ASP.NET MVC 5 随书源码
- 下一篇:C#贪吃蛇小游戏278387
相关资源
- 精通ASP.NET MVC 5 随书源码
- 基于ASP.NET网上服装销售系统源码
- asp.net+IIS+sqlserver选课系统毕业设计全
- ASP.net版校园零食网站
- 航空管理系统 asp.net
- ASP.NET网上购物商城系统(源码)
- 网上选课系统 网页版 C# 开发 asp.net
- ASP.NET C#大学生就业管理系统
- 基于ASP.NET的教师教学质量评价反馈系
- 仿豆丁、道客巴巴、百度文库asp.net源
- asp.net +access 网站+后台完整站
- 基于asp.net的网上花店
- asp·net生成PDF详解
- 学生选课系统ASP.NET
- 在线购物系统 C# ASP.NET SQL Server2005 毕
- 小区物业管理网站 ASP.net /SQLsever
- 传智播客ASP.Net特供视频教程共三级
- 网上书城基于asp.net
- ASP.NET网站建设实战--人民邮电出版社
- ASP.NET网站建设实战--董义革_源码及课
- 一个asp.net的小网站
- 分享 10 套 c# 项目开发案例全程实录全
- ASP.NET网站建设实战--董义革_迅捷网站
- ASP.NET网站建设实战--董义革_迅捷网站
- ASP.NET Zero Core v8.1.0 (2019-12-20)
- ASP.net技术内幕
- 国内著名旅游景区网站源码基于ASP.
- asp.net/c#酒店客房管理系统(毕业设计
- ASP.NET的毕业设计软件及文档
- asp.net的后台权限管理系统源码-用vs导
评论
共有 条评论