实例介绍
中小型超市收银系统源码 非常不错的三层超市收银系统,完整的系统功能,漂亮的皮肤界面。 功能: 销售管理-商品结算 商品信息-商品资料 基础资料编辑-商品单位 商品类别 供应商资料 销售记录-今日销售记录 所有销售记录 操作员管理-帐号管理 过账 提示: 管理员帐号密码均为:admin
【实例截图】
【核心代码】
中小型超市收银系统源码
├── Bll
│ ├── B_detailInfo.cs
│ ├── B_goodsInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Bll.dll
│ │ ├── Bll.pdb
│ │ ├── Dal.dll
│ │ ├── Dal.pdb
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── Bll.csproj
│ ├── Bll.csproj.user
│ ├── B_salesInfo.cs
│ ├── B_sortInfo.cs
│ ├── B_suppliersInfo.cs
│ ├── B_unitInfo.cs
│ ├── B_userInfo.cs
│ ├── B_wareHouse.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Bll.csproj.FileListAbsolute.txt
│ │ ├── Bll.csprojResolveAssemblyReference.cache
│ │ ├── Bll.dll
│ │ ├── Bll.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── ResolveAssemblyReference.cache
│ └── Properties
│ └── AssemblyInfo.cs
├── Dal
│ ├── bin
│ │ └── Debug
│ │ ├── Dal.dll
│ │ ├── Dal.pdb
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── Dal.csproj
│ ├── Dal.csproj.user
│ ├── D_detailInfo.cs
│ ├── D_goodsInfo.cs
│ ├── D_salesInfo.cs
│ ├── D_sortInfo.cs
│ ├── D_suppliersInfo.cs
│ ├── D_unitInfo.cs
│ ├── D_userInfo.cs
│ ├── D_wareHouse.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Dal.csproj.FileListAbsolute.txt
│ │ ├── Dal.dll
│ │ ├── Dal.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── 使用说明.txt
│ │ └── 国内最大最正规的免费商业源码下载平台.mht
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── SqlHelper.cs
├── Model
│ ├── bin
│ │ └── Debug
│ │ ├── Model.dll
│ │ └── Model.pdb
│ ├── M_detailInfo.cs
│ ├── M_goodsInfo.cs
│ ├── Model.csproj
│ ├── Model.csproj.user
│ ├── M_salesInfo.cs
│ ├── M_sortInfo.cs
│ ├── M_suppliersInfo.cs
│ ├── M_unitInfo.cs
│ ├── M_userInfo.cs
│ ├── M_wareHouse.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.dll
│ │ └── Model.pdb
│ └── Properties
│ └── AssemblyInfo.cs
├── supermarketsale
│ ├── App_Data
│ │ └── 2003.mdb
│ ├── baseinfo
│ │ ├── SortAdd.cs
│ │ ├── SortAdd.Designer.cs
│ │ ├── SortAdd.resx
│ │ ├── SortEdit.cs
│ │ ├── SortEdit.Designer.cs
│ │ ├── SortEdit.resx
│ │ ├── SortInfo.cs
│ │ ├── SortInfo.Designer.cs
│ │ ├── SortInfo.resx
│ │ ├── SuppAdd.cs
│ │ ├── SuppAdd.Designer.cs
│ │ ├── SuppAdd.resx
│ │ ├── SuppEdit.cs
│ │ ├── SuppEdit.Designer.cs
│ │ ├── SuppEdit.resx
│ │ ├── SuppInfo.cs
│ │ ├── SuppInfo.Designer.cs
│ │ ├── SuppInfo.resx
│ │ ├── UnitAdd.cs
│ │ ├── UnitAdd.Designer.cs
│ │ ├── UnitAdd.resx
│ │ ├── UnitEdit.cs
│ │ ├── UnitEdit.Designer.cs
│ │ ├── UnitEdit.resx
│ │ ├── UnitInfo.cs
│ │ ├── UnitInfo.Designer.cs
│ │ ├── UnitInfo.resx
│ │ ├── 使用说明.txt
│ │ └── 国内最大最正规的免费商业源码下载平台.mht
│ ├── bin
│ │ ├── Debug
│ │ │ ├── 1key.gif
│ │ │ ├── 2003.mdb
│ │ │ ├── add.gif
│ │ │ ├── add+word.gif
│ │ │ ├── App_Data
│ │ │ │ └── 2003.mdb
│ │ │ ├── back.jpg
│ │ │ ├── Bll.dll
│ │ │ ├── Bll.pdb
│ │ │ ├── Dal.dll
│ │ │ ├── Dal.pdb
│ │ │ ├── delete_6.gif
│ │ │ ├── delete.gif
│ │ │ ├── delete+word.gif
│ │ │ ├── DevComponents.DotNetBar2.dll
│ │ │ ├── edit.gif
│ │ │ ├── edit+word.gif
│ │ │ ├── fing+word.gif
│ │ │ ├── format.gif
│ │ │ ├── g.gif
│ │ │ ├── gw2.gif
│ │ │ ├── gw.gif
│ │ │ ├── icon2_090.png
│ │ │ ├── icon-mail2.gif
│ │ │ ├── key.gif
│ │ │ ├── key.jpg
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── out+word.gif
│ │ │ ├── report2_(add).gif
│ │ │ ├── report2_(delete).gif
│ │ │ ├── set.gif
│ │ │ ├── stage4.gif
│ │ │ ├── st.gif
│ │ │ ├── stop.gif
│ │ │ ├── str.gif
│ │ │ ├── suo.gif
│ │ │ ├── supermarketsale.exe
│ │ │ ├── supermarketsale.pdb
│ │ │ ├── supermarketsale.vshost.exe
│ │ │ ├── Thumbs.db
│ │ │ ├── vie.gif
│ │ │ ├── yc.gif
│ │ │ └── yx.gif
│ │ ├── 使用说明.txt
│ │ └── 国内最大最正规的免费商业源码下载平台.mht
│ ├── F_log.cs
│ ├── F_log.Designer.cs
│ ├── F_log.resx
│ ├── F_main.cs
│ ├── F_main.Designer.cs
│ ├── F_main.resx
│ ├── goods
│ │ ├── GoodsAdd.cs
│ │ ├── GoodsAdd.Designer.cs
│ │ ├── GoodsAdd.resx
│ │ ├── GoodsEdit.cs
│ │ ├── GoodsEdit.Designer.cs
│ │ ├── GoodsEdit.resx
│ │ ├── GoodsFind.cs
│ │ ├── GoodsFind.Designer.cs
│ │ ├── GoodsFind.resx
│ │ ├── GoodsInfo.cs
│ │ ├── GoodsInfo.Designer.cs
│ │ ├── GoodsInfo.resx
│ │ ├── 使用说明.txt
│ │ └── 国内最大最正规的免费商业源码下载平台.mht
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── supermarketsale.baseinfo.SortAdd.resources
│ │ ├── supermarketsale.baseinfo.SortEdit.resources
│ │ ├── supermarketsale.baseinfo.SortInfo.resources
│ │ ├── supermarketsale.baseinfo.SuppAdd.resources
│ │ ├── supermarketsale.baseinfo.SuppEdit.resources
│ │ ├── supermarketsale.baseinfo.SuppInfo.resources
│ │ ├── supermarketsale.baseinfo.UnitAdd.resources
│ │ ├── supermarketsale.baseinfo.UnitEdit.resources
│ │ ├── supermarketsale.baseinfo.UnitInfo.resources
│ │ ├── supermarketsale.csproj.FileListAbsolute.txt
│ │ ├── supermarketsale.csproj.GenerateResource.Cache
│ │ ├── supermarketsale.csprojResolveAssemblyReference.cache
│ │ ├── supermarketsale.exe
│ │ ├── supermarketsale.F_log.resources
│ │ ├── supermarketsale.F_main.resources
│ │ ├── supermarketsale.goods.GoodsAdd.resources
│ │ ├── supermarketsale.goods.GoodsEdit.resources
│ │ ├── supermarketsale.goods.GoodsFind.resources
│ │ ├── supermarketsale.goods.GoodsInfo.resources
│ │ ├── supermarketsale.pdb
│ │ ├── supermarketsale.Properties.Resources.resources
│ │ ├── supermarketsale.SellCount.resources
│ │ ├── supermarketsale.sell.PayBill.resources
│ │ ├── supermarketsale.SellRec.ChangeCount.resources
│ │ ├── supermarketsale.SellRec.PostCount.resources
│ │ ├── supermarketsale.SellRec.Posted.resources
│ │ ├── supermarketsale.SellRec.SellAll.resources
│ │ ├── supermarketsale.sell.SupermarketSell.resources
│ │ ├── supermarketsale.usermanage.UserAdd.resources
│ │ ├── supermarketsale.usermanage.UserEdit.resources
│ │ ├── supermarketsale.usermanage.UserMain.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ ├── 使用说明.txt
│ │ └── 国内最大最正规的免费商业源码下载平台.mht
│ ├── sell
│ │ ├── PayBill.cs
│ │ ├── PayBill.Designer.cs
│ │ ├── PayBill.resx
│ │ ├── SupermarketSell.cs
│ │ ├── SupermarketSell.Designer.cs
│ │ ├── SupermarketSell.resx
│ │ ├── 使用说明.txt
│ │ └── 国内最大最正规的免费商业源码下载平台.mht
│ ├── SellCount.cs
│ ├── SellCount.Designer.cs
│ ├── SellCount.resx
│ ├── SellRec
│ │ ├── ChangeCount.cs
│ │ ├── ChangeCount.Designer.cs
│ │ ├── ChangeCount.resx
│ │ ├── PostCount.cs
│ │ ├── PostCount.Designer.cs
│ │ ├── PostCount.resx
│ │ ├── Posted.cs
│ │ ├── Posted.Designer.cs
│ │ ├── Posted.resx
│ │ ├── SellAll.cs
│ │ ├── SellAll.Designer.cs
│ │ ├── SellAll.resx
│ │ ├── 使用说明.txt
│ │ └── 国内最大最正规的免费商业源码下载平台.mht
│ ├── supermarketsale.csproj
│ ├── supermarketsale.csproj.user
│ └── usermanage
│ ├── UserAdd.cs
│ ├── UserAdd.Designer.cs
│ ├── UserAdd.resx
│ ├── UserEdit.cs
│ ├── UserEdit.Designer.cs
│ ├── UserEdit.resx
│ ├── UserMain.cs
│ ├── UserMain.Designer.cs
│ ├── UserMain.resx
│ ├── 使用说明.txt
│ └── 国内最大最正规的免费商业源码下载平台.mht
├── supermarketsale.sln
├── supermarketsale.suo
├── UpgradeLog.XML
└── 源码必读.txt
32 directories, 241 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论