xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 5.80M
    文件類(lèi)型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語(yǔ)言: C#
  • 標(biāo)簽: MySql??asp.net??asp??sql??系統(tǒng)??

資源簡(jiǎn)介

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

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

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

2、退貨--顧客把已買(mǎi)的書(shū)籍退還給書(shū)店。輸出一份退貨單并自動(dòng)修改庫(kù)存量,把本次退貨的信息添加到退貨庫(kù)中。

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

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

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

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


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

資源截圖

代碼片段和文件信息

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

namespace?BookSellManagementSystem
{
???public?class?Cmd
????{
????????///?執(zhí)行Cmd命令
????????///?
????????///?要啟動(dòng)的進(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();
??????????

?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----

?????文件????????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個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源