摘要
安吉是中國竹鄉,企業多以生產竹制品為主,而在其中竹制轉椅廠占有重要的地位,但是目前在安吉地區大多數竹制轉椅企業信息化水平不足,僅僅采用人為的管理模式,使得在管理環節上存在著大量的問題,如產品結構的不合理、產品庫存積壓嚴重、應收賬款過多等等,這些因素制約著企業的發展。
本竹制轉椅進銷存管理系統采用VS2005和數據庫SQL Server 2005基于ASP.NET平臺開發,并采用人機交互原則進行設計,主要面向處理企業商品的采購、庫存和銷售各個環節的活動。通過測試使用,完成數據計算自動完成,減少了人工干預; 生成采購商品入庫單,并能根據入庫單進行多次支付;可根據查詢條件動態顯示查詢結果,并形成可供分析的報表。
關鍵詞:進銷存管理系統,竹制轉椅,ASP.NET,SQL Server
ABSTRACT
Anji is the home of bamboo, most corporations make bamboo products, and bamboo chair factory is in an important position, but now in Anji most bamboo chair factories have a low level of Information Management, only to use artificial management method .therefore there are lots of problems, such as the Unreasonable Product Structure, the heavy backlog of inventory, much owed accounts and so on, they all constrain the development of corporation. The bamboo chair inventory management system based on ASP.NET uses VS2005 and SQL Server 2005 database and uses the principles of human-computer interaction design to design, mainly for the procurement and Purchase of goods. After the Test, it can complete data calculated automatically, reduce manual intervention; generate the list of the storage of procurement of goods, and pay based list of the storage by many times; display the query results based on condition and generate available report .
Keywords: Inventory management systems, bamboo chair, ASP.NET
目錄
摘要 I
ABSTRACT II
目錄 III
第1章 引言 1
1.1 背景 1
1.2 研究內容及擬解決問題 1
第2章 技術基礎與工具軟件 3
2.1技術基礎 3
2.1.1 ASP.NET 3
2.1.2 B/S與C/S架構 3
2.1.3 ADO.NET 數據庫訪問技術 4
2.2相關工具 5
2.2.1 VS2005 5
2.2.2 SQL Server2005 5
第3章 系統總體設計 7
3.1系統需求分析 7
3.2系統功能 7
3.3 E-R圖 8
3.3.1 E-R圖設計 8
3.4 數據庫設計與實現 12
3.4.1數據庫邏輯結構設計 12
第4章 界面設計與流程圖 15
4.1 界面設計 15
4.1.1系統登錄頁面 15
4.1.2系統首頁 15
4.1.3客戶管理頁面 16
4.1.4商品管理頁面 16
4.1.5采購入庫頁面 17
4.1.6采購支付頁面 17
4.1.7報表頁面 18
4.2 業務流程圖 19
第5章 系統實現 21
5.1 登錄功能 21
5.2 菜單功能 21
5.3 客戶與商品管理 21
5.4 采購商品采購入庫功能 22
5.5 針對采購入庫單的支付單 24
5.6 采購商品出庫 26
5.7 查詢報表 27
5.8 關于銷售方面 29
致謝 31
參考文獻 32