【正文】
的主要身份標識,被用作工作人員登錄 系統(tǒng)時的身份驗證依據(jù),也是工作人員進行物流處理時的經(jīng)手人識別標記。 員工管理 功能用途:登記或設(shè)置員工的身份標識等基本信息。 功能需求 用戶登錄 操作權(quán)限歸屬:需要進入系統(tǒng)的所有人員。 1加多寶進銷存管理雖然是通過諸多工作人員共同完 成的,但各工作人員在操作上往往會有所分工。 加多寶進貨 ,涉及到物品的存放位置,考慮是否需要動態(tài)選擇庫位。 物品流通管理涉及流通數(shù)據(jù)更新和對流通數(shù)據(jù)的查詢、匯總等。 開發(fā)中主要使用了 二 大主流框架的整合,即 Struts2, ibernate3,充分利用了現(xiàn)有開發(fā)資源的 MVC 模型層次,更好的確保了數(shù)據(jù)的規(guī)模性、可靠性和安全性,同時也提高了開發(fā)過程的人性化,同時涉及 MySQL5 數(shù)據(jù)庫和 Tomcat7 服務(wù)器。系統(tǒng)提供三種使用者權(quán)限,即 主管 、 倉管 、 工人 。對庫存的實時管理可以大大降低庫存和減少資金占用,避免貨品積壓或短缺,保證日常經(jīng)營的正常進行。庫存管理系統(tǒng)就是在這種狀況下出現(xiàn)的,通過利用計算機的技術(shù),使得企業(yè)進貨、銷售、存庫管理能夠有機地結(jié)合起來,從而提高企業(yè)的效率,節(jié)省成本。這都是一項極其繁瑣的工作。商品流通領(lǐng)域進入了一個空前的發(fā)展階段,面臨商界的各種激烈地競爭,要提高市場競爭力,就必須有好的產(chǎn)品質(zhì)量、好的市 場客戶服務(wù),同時又要有好的商品流通管理體系。 本文從加多寶進銷存管理現(xiàn)狀為背景,說明了進銷存管理在企業(yè)中的重要性,運用在專業(yè)課中學習到的信息管理系統(tǒng)開發(fā)的理論與技術(shù)知識,分析它的業(yè)務(wù)流程、數(shù)據(jù)流程,采用比較流行的 java 語言, Windows MySQL, , Tomcat 為開發(fā)環(huán)境,本系統(tǒng)采用 B/S結(jié)構(gòu)模型開發(fā)的。即此用戶并不負責生產(chǎn)以及組裝,而僅涉及到對商品的進貨,對商品的庫存,以及最終對商品的銷售,這套系統(tǒng)的開發(fā)旨在提高加多寶員工的工作效率。 關(guān)鍵詞 進銷存系統(tǒng) MySQL B/S 安徽工業(yè)大學工商學院 畢業(yè)設(shè)計(論文)說明書 II Abstract JDB Invoicing system is on the basis of study of the B/S operation, bined withthe developers ability developed a Invoicing system, this system will users set tosupervisor, warehouse, workers. This user is not responsible for the productionand assembly, and pertains only to the purchase of goods, the goods inventory,and ultimately to the sale of goods, the development of this system in order to improve the efficiency of the staff. This paper from the Invoicing management situation as the background, explains the importance of inventory management in the enterprise, using the theory andtechnology of knowledge management information system to study inprofessional courses in business processes, data flow analysis, which, with the popular java language, Windows7, MySQL, , Tomcat for the development environment, develop the invoicing system, this system adopts B/S model development. The main function of this system is not only the purchase, inventory, salesmanagement, including the staff management, the product management, thecustomer management and management plus turbo locations. And we each position of the user is not the same, this is mainly on account of each job is different. Keywords:Enters sells saves system, MySQL, B/S 安徽工業(yè)大學工商學院 畢業(yè)設(shè)計(論文)說明書 IV 目 錄 前言 ........................................................................................................................................ 1 1 需求分析 ............................................................................................................................ 3 系統(tǒng)描述 ................................................................................................................ 3 功能需求 ................................................................................................................ 3 用戶登錄 ........................................................................................................ 3 員工管理 ...................................................................................................... 4 客戶管理 ...................................................................................................... 4 產(chǎn)品管理 ...................................................................................................... 4 加多寶進貨管理 .......................................................................................... 4 加多寶銷售管理 .......................................................................................... 5 加多寶庫存管理 ........................................................................................... 5 加多寶庫位管理 .......................................................................................... 5 加多寶系統(tǒng)管理 .......................................................................................... 6 獻綜述和方案選擇 ......................................................................................................... 7 國內(nèi)外小型商店進銷存的研究現(xiàn)狀 ....................................................................... 7 方案的選擇 ............................................................................................................ 8 B/S 結(jié)構(gòu)簡介 ............................................................................................... 8 JDK 簡介 ...................................................................................................... 8 MyEclipse 簡介 ........................................................................................... 9 MySQL 簡介 ................................................................................................... 9 3 加多寶進銷存管理系統(tǒng)的設(shè)計 ...................................................................................... 10 加多寶進銷存總體設(shè)計 ........................................................................................ 10 系統(tǒng)實體聯(lián)系圖 .......................................................................................... 10 實體 ER圖 ................................................................................................. 10 系統(tǒng)數(shù)據(jù)表設(shè)計 ........................................................................................ 14 加多寶進銷存系統(tǒng)功能模塊設(shè)計 ........................................................................ 20 登錄模塊的詳細設(shè)計 ................................................................................... 20 .2 客戶模塊的詳細設(shè)計 ............................................................................... 20 產(chǎn)品模塊的詳細設(shè)計 ................................................................................ 21 安徽工業(yè)大學工商學院 畢業(yè)設(shè)計(論文)說明書 V 加多寶進貨模塊的詳細設(shè)計 .................................................................... 22 加多寶銷售模塊的詳細設(shè)計 ..................................................................... 24 加多寶庫存模塊的詳細設(shè)計 ...................................................................... 26 加多寶進銷存系統(tǒng)用戶界面設(shè)計 ...........................................................