文件名称:sylSupermarket
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 393kb
- 下载次数:
- 0次
- 提 供 者:
- 豆*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
系统功能:
(1)系统分两种身份:管理员和员工,选择不同的身份进入不同的功能操作界面!
(2)商品信息管理:管理员可以添加和维护商品信息,员工只能对商品信息进行查询!
(3)员工信息管理:管理员登陆系统后可以可以添加和维护超市员工(收银员)的信息!
(4)商品进货管理:管理员登陆系统后可以添加商品进货信息,可以对商品进货信息进行查询和统计,添加商品进进货退货信息,对商品进货退货信息进行查询和统计
(5)商品销售管理:员工(收银员)登陆系统后可以对商品进行销售,可以按时间查询自己的销售业绩 管理员登陆系统后可以按照时间等条件对销售信息进行查询,可以根据小票号登记顾客退货信息,查询顾客退货信息,可以查看员工的销售业绩
(6)商品库存管理:管理员或员工登陆系统后都可以查询商品的库存,库存盘点(进货金额和销售金额的对比),可以统计库存上溢或不足的信息(库存报警)
(7)系统管理:管理员或员工登陆系统后可以修改自己的登陆密码
-System functions: (1) system are two roles: administrator and staff, choose different identities into different functional user interface! (2) product information management: Administrators can add and maintain product information, employees can check information on the goods! (3) staff information management: Administrators can be added after the landing system and maintenance of supermarket employees (cashier) information ! (4) Goods Inventory Management: Administrator login can be added after the product purchase information, you can check on the goods purchase information and statistics, add the purchase of goods into the return information on the product purchase queries return information and statistics (5) Sales of goods Management: Staff (Cashier) After landing system can be sold on the commodities can be time-check their own sales performance administrator login can follow after the time on the sales information queries, can customers return the registration number of small t
(1)系统分两种身份:管理员和员工,选择不同的身份进入不同的功能操作界面!
(2)商品信息管理:管理员可以添加和维护商品信息,员工只能对商品信息进行查询!
(3)员工信息管理:管理员登陆系统后可以可以添加和维护超市员工(收银员)的信息!
(4)商品进货管理:管理员登陆系统后可以添加商品进货信息,可以对商品进货信息进行查询和统计,添加商品进进货退货信息,对商品进货退货信息进行查询和统计
(5)商品销售管理:员工(收银员)登陆系统后可以对商品进行销售,可以按时间查询自己的销售业绩 管理员登陆系统后可以按照时间等条件对销售信息进行查询,可以根据小票号登记顾客退货信息,查询顾客退货信息,可以查看员工的销售业绩
(6)商品库存管理:管理员或员工登陆系统后都可以查询商品的库存,库存盘点(进货金额和销售金额的对比),可以统计库存上溢或不足的信息(库存报警)
(7)系统管理:管理员或员工登陆系统后可以修改自己的登陆密码
-System functions: (1) system are two roles: administrator and staff, choose different identities into different functional user interface! (2) product information management: Administrators can add and maintain product information, employees can check information on the goods! (3) staff information management: Administrators can be added after the landing system and maintenance of supermarket employees (cashier) information ! (4) Goods Inventory Management: Administrator login can be added after the product purchase information, you can check on the goods purchase information and statistics, add the purchase of goods into the return information on the product purchase queries return information and statistics (5) Sales of goods Management: Staff (Cashier) After landing system can be sold on the commodities can be time-check their own sales performance administrator login can follow after the time on the sales information queries, can customers return the registration number of small t
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sylSupermarket\about.html
..............\Admin\changePassword.aspx
..............\.....\changePassword.aspx.cs
..............\.....\EmployeeInfoAdd.aspx
..............\.....\EmployeeInfoAdd.aspx.cs
..............\.....\EmployeeInfoUpdate.aspx
..............\.....\EmployeeInfoUpdate.aspx.cs
..............\.....\EmployeeManage.aspx
..............\.....\EmployeeManage.aspx.cs
..............\.....\index.aspx
..............\.....\index.aspx.cs
..............\.....\seltime.aspx
..............\.....\SupplierManage.aspx
..............\.....\SupplierManage.aspx.cs
..............\.pp_Code\Logic\AdminLogic.cs
..............\........\.....\BuyBackInfoLogic.cs
..............\........\.....\BuyInfoLogic.cs
..............\........\.....\EducationLogic.cs
..............\........\.....\EmployeeLogic.cs
..............\........\.....\GoodCartLogic.cs
..............\........\.....\GoodClassLogic.cs
..............\........\.....\GoodLogic.cs
..............\........\.....\GoodStockLogic.cs
..............\........\.....\SellBackLogic.cs
..............\........\.....\SellLogic.cs
..............\........\.....\SupplierLogic.cs
..............\........\Model\AdminModel.cs
..............\........\.....\BuyBackInfoModel.cs
..............\........\.....\BuyInfoModel.cs
..............\........\.....\EducationModel.cs
..............\........\.....\EmployeeModel.cs
..............\........\.....\GoodCartInfoModel.cs
..............\........\.....\GoodClassModel.cs
..............\........\.....\GoodInfoModel.cs
..............\........\.....\SellBackInfoModel.cs
..............\........\.....\SellInfoModel.cs
..............\........\.....\SupplierInfoModel.cs
..............\........\.....\SupplierModel.cs
..............\........\Utility\Common.cs
..............\........\.......\DBOperation.cs
..............\........\.......\Logger.cs
..............\........\.......\SQLString.cs
..............\BuyBackInfo\BuyBackInfoAdd.aspx
..............\...........\BuyBackInfoAdd.aspx.cs
..............\...........\BuyBackInfoQuery.aspx
..............\...........\BuyBackInfoQuery.aspx.cs
..............\...........\seltime.aspx
..............\...Info\BuyInfoAdd.aspx
..............\.......\BuyInfoAdd.aspx.cs
..............\.......\BuyInfoQuery.aspx
..............\.......\BuyInfoQuery.aspx.cs
..............\.......\seltime.aspx
..............\css\style.css
..............\DB\sql.txt
..............\..\SuperMarketInfo_Data.MDF
..............\..\SuperMarketInfo_Log.LDF
..............\desk.aspx
..............\Employee\changePassword.aspx
..............\........\changePassword.aspx.cs
..............\........\index.aspx
..............\........\index.aspx.cs
..............\GoodInfo\GoodClassAdd.aspx
..............\........\GoodClassAdd.aspx.cs
..............\........\GoodInfoAdd.aspx
..............\........\GoodInfoAdd.aspx.cs
..............\........\GoodInfoDetails.aspx
..............\........\GoodInfoDetails.aspx.cs
..............\........\GoodInfoManage.aspx
..............\........\GoodInfoManage.aspx.cs
..............\........\GoodInfoQuery.aspx
..............\........\GoodInfoQuery.aspx.cs
..............\........\GoodInfoUpdate.aspx
..............\........\GoodInfoUpdate.aspx.cs
..............\....StockInfo\GoodStockCount.aspx
..............\.............\GoodStockCount.aspx.cs
..............\.............\GoodStockQuery.aspx
..............\.............\GoodStockQuery.aspx.cs
..............\.............\GoodStockWarning.aspx
..............\.............\GoodStockWarning.aspx.cs
..............\.............\seltime.aspx
..............\images\ADD.gif
..............\......\delete.gif
..............\......\edit.gif
..............\......\help.gif
..............\......\ico29.gif
..............\......\list.gif
..............\......\print.gif
..............\......\Thumbs.db
..............\......\title.jpg
..............\......\titleold.jpg
..............\......\titl_bg.jpg
..............\login.aspx
..............\login.aspx.cs
..............\Logout.aspx
..............\Logout.aspx.cs
..............\script\App.js
..............\SellBackInfo\SellBackInfoAdd.aspx
..............\...........
..............\Admin\changePassword.aspx
..............\.....\changePassword.aspx.cs
..............\.....\EmployeeInfoAdd.aspx
..............\.....\EmployeeInfoAdd.aspx.cs
..............\.....\EmployeeInfoUpdate.aspx
..............\.....\EmployeeInfoUpdate.aspx.cs
..............\.....\EmployeeManage.aspx
..............\.....\EmployeeManage.aspx.cs
..............\.....\index.aspx
..............\.....\index.aspx.cs
..............\.....\seltime.aspx
..............\.....\SupplierManage.aspx
..............\.....\SupplierManage.aspx.cs
..............\.pp_Code\Logic\AdminLogic.cs
..............\........\.....\BuyBackInfoLogic.cs
..............\........\.....\BuyInfoLogic.cs
..............\........\.....\EducationLogic.cs
..............\........\.....\EmployeeLogic.cs
..............\........\.....\GoodCartLogic.cs
..............\........\.....\GoodClassLogic.cs
..............\........\.....\GoodLogic.cs
..............\........\.....\GoodStockLogic.cs
..............\........\.....\SellBackLogic.cs
..............\........\.....\SellLogic.cs
..............\........\.....\SupplierLogic.cs
..............\........\Model\AdminModel.cs
..............\........\.....\BuyBackInfoModel.cs
..............\........\.....\BuyInfoModel.cs
..............\........\.....\EducationModel.cs
..............\........\.....\EmployeeModel.cs
..............\........\.....\GoodCartInfoModel.cs
..............\........\.....\GoodClassModel.cs
..............\........\.....\GoodInfoModel.cs
..............\........\.....\SellBackInfoModel.cs
..............\........\.....\SellInfoModel.cs
..............\........\.....\SupplierInfoModel.cs
..............\........\.....\SupplierModel.cs
..............\........\Utility\Common.cs
..............\........\.......\DBOperation.cs
..............\........\.......\Logger.cs
..............\........\.......\SQLString.cs
..............\BuyBackInfo\BuyBackInfoAdd.aspx
..............\...........\BuyBackInfoAdd.aspx.cs
..............\...........\BuyBackInfoQuery.aspx
..............\...........\BuyBackInfoQuery.aspx.cs
..............\...........\seltime.aspx
..............\...Info\BuyInfoAdd.aspx
..............\.......\BuyInfoAdd.aspx.cs
..............\.......\BuyInfoQuery.aspx
..............\.......\BuyInfoQuery.aspx.cs
..............\.......\seltime.aspx
..............\css\style.css
..............\DB\sql.txt
..............\..\SuperMarketInfo_Data.MDF
..............\..\SuperMarketInfo_Log.LDF
..............\desk.aspx
..............\Employee\changePassword.aspx
..............\........\changePassword.aspx.cs
..............\........\index.aspx
..............\........\index.aspx.cs
..............\GoodInfo\GoodClassAdd.aspx
..............\........\GoodClassAdd.aspx.cs
..............\........\GoodInfoAdd.aspx
..............\........\GoodInfoAdd.aspx.cs
..............\........\GoodInfoDetails.aspx
..............\........\GoodInfoDetails.aspx.cs
..............\........\GoodInfoManage.aspx
..............\........\GoodInfoManage.aspx.cs
..............\........\GoodInfoQuery.aspx
..............\........\GoodInfoQuery.aspx.cs
..............\........\GoodInfoUpdate.aspx
..............\........\GoodInfoUpdate.aspx.cs
..............\....StockInfo\GoodStockCount.aspx
..............\.............\GoodStockCount.aspx.cs
..............\.............\GoodStockQuery.aspx
..............\.............\GoodStockQuery.aspx.cs
..............\.............\GoodStockWarning.aspx
..............\.............\GoodStockWarning.aspx.cs
..............\.............\seltime.aspx
..............\images\ADD.gif
..............\......\delete.gif
..............\......\edit.gif
..............\......\help.gif
..............\......\ico29.gif
..............\......\list.gif
..............\......\print.gif
..............\......\Thumbs.db
..............\......\title.jpg
..............\......\titleold.jpg
..............\......\titl_bg.jpg
..............\login.aspx
..............\login.aspx.cs
..............\Logout.aspx
..............\Logout.aspx.cs
..............\script\App.js
..............\SellBackInfo\SellBackInfoAdd.aspx
..............\...........