91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

圖書銷售管理系統(tǒng)[MySql]V1.0源碼

主要包括以下方面的功能:

1、進(jìn)貨--根據(jù)某種書籍的庫存量及銷售情況確定進(jìn)貨數(shù)量,根據(jù)供應(yīng)商報(bào)價選擇供應(yīng)商。
輸出一份進(jìn)貨單并自動修改庫存量,把本次進(jìn)貨的信息添加到進(jìn)貨庫中。

2、退貨--顧客把已買的書籍退還給書店。輸出一份退貨單并自動修改庫存量,把本次退貨的信息添加到退貨庫中。

3、統(tǒng)計(jì)--根據(jù)銷售情況輸出統(tǒng)計(jì)的報(bào)表。一般內(nèi)容為每月的銷售總額、銷售總量及排行榜等信息。

4、銷售--輸入顧客要買書籍的信息,自動顯示此書的庫存量,如果可以銷售,打印銷售單并修改庫存,同時把此次銷售的有關(guān)信息添加到日銷售庫中。

5、查詢--允許用戶設(shè)置條件進(jìn)行進(jìn)貨、退貨、統(tǒng)計(jì)、銷售和庫存書籍的信息查詢。

6、系統(tǒng)維護(hù)--如數(shù)據(jù)安全管理(含備份與恢復(fù))、操作員管理、權(quán)限設(shè)置等。


執(zhí)行MYSQL目錄下的腳本文件來生成數(shù)據(jù)庫。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Diagnostics;

namespace?BookSellManagementSystem
{
???public?class?Cmd
????{
????????///?執(zhí)行Cmd命令
????????///?
????????///?要啟動的進(jìn)程的目錄
????????///?要執(zhí)行的命令
????????public?static?void?StartCmd(String?workingDirectory?String?command)
????????{
????????????Process?p?=?new?Process();
????????????p.StartInfo.FileName?=?“cmd.exe“;
????????????p.StartInfo.WorkingDirectory?=?workingDirectory;
????????????p.StartInfo.UseShellExecute?=?false;
????????????p.StartInfo.RedirectStandardInput?=?true;
????????????p.StartInfo.RedirectStandardOutput?=?true;
????????????p.StartInfo.RedirectStandardError?=?true;
????????????p.StartInfo.CreateNoWindow?=?true;
????????????p.Start();
??????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????860??2010-12-30?09:41??app.config

?????文件??????14665??2011-03-18?14:41??BookSellManagementSystem.csproj

?????文件????????497??2010-12-30?09:41??BookSellManagementSystem.csproj.user

?????文件????????889??2011-07-01?17:31??BookSellManagementSystem.sln

????..A..H.?????20480??2011-07-01?17:31??BookSellManagementSystem.suo

?????文件????????951??2010-12-31?11:31??Cmd.cs

?????文件???????3753??2011-07-01?17:31??Form1.cs

?????文件???????9585??2010-12-29?00:38??Form1.Designer.cs

?????文件?????356204??2010-12-29?00:38??Form1.resx

?????文件???????3596??2011-07-01?17:32??frmAuthoritySet.cs

?????文件???????8981??2010-12-31?14:26??frmAuthoritySet.Designer.cs

?????文件?????155637??2010-12-31?14:26??frmAuthoritySet.resx

?????文件???????4928??2011-07-01?17:32??frmBackupAndRestore.cs

?????文件??????11554??2010-12-31?12:07??frmBackupAndRestore.Designer.cs

?????文件?????156220??2010-12-31?12:07??frmBackupAndRestore.resx

?????文件???????3306??2011-03-23?22:27??frmCacelPurchaseInfoQuery.cs

?????文件???????8329??2011-03-23?22:27??frmCacelPurchaseInfoQuery.Designer.cs

?????文件?????155637??2011-03-23?22:27??frmCacelPurchaseInfoQuery.resx

?????文件???????5836??2010-12-30?10:04??frmCancelPurchase.cs

?????文件??????14957??2010-12-29?13:14??frmCancelPurchase.Designer.cs

?????文件?????155637??2010-12-29?13:14??frmCancelPurchase.resx

?????文件???????5589??2010-12-31?14:34??frmChangeStock.cs

?????文件??????11053??2010-12-31?14:35??frmChangeStock.Designer.cs

?????文件?????155637??2010-12-31?14:32??frmChangeStock.resx

?????文件????????669??2010-12-30?10:04??frmDevelopTeamIntroduce.cs

?????文件??????26819??2010-12-29?13:18??frmDevelopTeamIntroduce.Designer.cs

?????文件?????356232??2010-12-29?13:18??frmDevelopTeamIntroduce.resx

?????文件???????6803??2010-12-30?10:04??frmImport.cs

?????文件??????17988??2010-12-29?13:13??frmImport.Designer.cs

?????文件?????155637??2010-12-29?13:13??frmImport.resx

............此處省略128個文件信息

評論

共有 條評論

相關(guān)資源