資源簡介
最新QD旺財收銀管理系統(tǒng)C#源碼,采用了典型的三層架構技術,功能完整適合二次開發(fā)等
源碼描述
這是一款界面十分精美的收銀系統(tǒng)源碼,采用了典型的三層架構技術,功能也十分的完整,該源碼
可做二次開發(fā)使用,稍加修改就可以給用戶使用,值得推薦一下,有需要的可以下載看看。
功能介紹
基本資料:商鋪信息、會員管理、員工管理、供應商管理
商品管理:商品檔案、商品類別、商品單位、進貨管理、商品盤點、商品查詢、開始收銀、商品零售報表
財務管理:收銀員交班、當日營收、營收日報、營收月報
開發(fā)環(huán)境為Visual Studio 2010,數(shù)據(jù)庫為access,數(shù)據(jù)庫文件在DB文件夾中,使用.net 2.0開發(fā)

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?DevComponents.DotNetBar;
namespace?AppCash
{
????public?partial?class?frmLogin?:?Form
????{
????????public?frmLogin()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnLogin_Click(object?sender?EventArgs?e)
????????{
????????????//登錄
????????????if?(tbPwd.Text?==?““?||?cbUserid.Text?==?““)
????????????{
????????????????MessageBoxEx.Show(“請輸入登錄口令!“?“錯誤“?MessageBoxButtons.OK?MessageBoxIcon.Error);
????????????????return;
????????????}
????????????Dong.BLL.OperInfo?bOper?=?new?Dong.BLL.OperInfo();
????????????if?(bOper.CheckUser(cbUserid.Text?tbPwd.Text))
????????????{
????????????????Dong.Model.GlobalsInfo.UserName?=?cbUserid.Text;
????????????????frmMain?frm?=?new?frmMain();
????????????????frm.Show();
????????????????this.Visible?=?false;
????????????}
????????????else
????????????{
????????????????MessageBoxEx.Show(“您輸入的口令不正確!“?“錯誤“?MessageBoxButtons.OK?MessageBoxIcon.Error);
????????????}
????????}
????????private?void?frmLogin_Load(object?sender?EventArgs?e)
????????{
????????????//初始化界面信息
????????????//提取用戶列表
????????????DataSet?ds?=?new?DataSet();
????????????Dong.BLL.OperInfo?mOper?=?new?Dong.BLL.OperInfo();
????????????ds?=?mOper.GetAllList();
????????????cbUserid.ValueMember?=?“Code“;
????????????cbUserid.DisplayMember?=?“Code“;
????????????cbUserid.DataSource?=?ds.Tables[0];
????????????//提取配置信息
????????????Dong.BLL.ShopInfo?bShop?=?new?Dong.BLL.ShopInfo();
????????????Dong.Model.ShopInfo?mShop?=?new?Dong.Model.ShopInfo();
????????????mShop?=?bShop.GetModel(1);
????????????Dong.Model.GlobalsInfo.shopName?=?mShop.Name;
????????????this.Text?=?this.Text?+?“?--【“?+?mShop.Name?+?“】“;
????????????Dong.Model.GlobalsInfo.shopAddr?=?mShop.Addr;
????????}
????????private?void?btnExit_Click(object?sender?EventArgs?e)
????????{
????????????Application.Exit();
????????}
????????protected?override?bool?ProcessCmdKey(ref?Message?msg?Keys?keyData)
????????{
????????????switch?(keyData)
????????????{
????????????????case?Keys.Escape:
????????????????????Application.Exit();
????????????????????return?true;
????????????????case?Keys.Enter:
????????????????????btnLogin_Click(null?null);
????????????????????return?true;
????????????????default:
????????????????????return?base.ProcessCmdKey(ref?msg?keyData);
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????300??2013-11-13?11:52??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\app.config
?????文件??????27789??2013-12-25?16:57??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\AppCash.csproj
?????文件????4244992??2014-09-11?10:39??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\AppCash.exe
?????文件????????300??2013-11-13?11:52??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\AppCash.exe.config
?????文件?????505344??2014-09-11?10:39??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\AppCash.pdb
?????文件??????11608??2014-09-11?10:57??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\AppCash.vshost.exe
?????文件????????300??2013-11-13?11:52??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\AppCash.vshost.exe.config
?????文件????????490??2012-06-02?22:34??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\AppCash.vshost.exe.manifest
?????文件??????22016??2014-08-30?21:19??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\BLL.dll
?????文件??????81408??2014-08-30?21:19??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\BLL.pdb
?????文件??????15360??2011-03-02?12:25??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\COM.Excel.dll
?????文件??????41984??2014-08-30?21:19??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\DAL.dll
?????文件??????91648??2014-08-30?21:19??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\DAL.pdb
?????文件?????536576??2014-09-11?10:42??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\DB\MarketDB.mdb
?????文件????4332032??2013-11-11?16:48??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\DevComponents.DotNetBar2.dll
?????文件????1089536??2011-03-02?12:25??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Excel.dll
?????文件???????8731??2012-12-11?11:41??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\App?Drawer.png
?????文件??????10201??2012-12-11?23:06??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Blic.png
?????文件??????10881??2012-11-23?17:08??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Bluetooth.png
?????文件??????14073??2012-12-01?18:00??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Briefcase.png
?????文件??????16761??2012-11-30?20:19??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Calculator.png
?????文件??????12505??2012-11-25?15:58??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Calendar.png
?????文件??????12323??2012-11-23?17:50??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Camera.png
?????文件??????11537??2012-11-23?18:08??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\CD.png
?????文件??????11797??2012-12-02?17:01??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Clock.png
?????文件???????9719??2012-11-23?19:24??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Contacts.png
?????文件???????9908??2012-12-02?17:04??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Dropbox.png
?????文件???????9622??2012-11-23?19:34??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\eBuddy.png
?????文件??????12876??2012-11-24?01:41??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Evernote.png
?????文件???????8383??2012-11-23?19:49??QD旺財收銀管理系統(tǒng)C#源碼\QD旺財收銀系統(tǒng)源碼\AppCash\bin\Debug\Images\Facebook.png
............此處省略414個文件信息
- 上一篇:植物大戰(zhàn)僵尸游戲C#源碼
- 下一篇:asp.net在線相冊
評論
共有 條評論