资源简介

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\base.cs

     文件      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\Jscript.cs

     文件       3425  2008-12-11 22:22  仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Module\baseLogin.cs

     文件       2439  2009-03-14 15:33  仓库管理系统ASP.NET\erp_Leyipai\Backup\Components\Module\basePage.cs

............此处省略1522个文件信息

评论

共有 条评论