資源描述:
《網(wǎng)上銷售系統(tǒng)的設計和實現(xiàn)》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在教育資源-天天文庫。
1、WORD完美整理版摘要銷售管理子系統(tǒng)是一個B2C模式的以網(wǎng)上零售為主的在線購物系統(tǒng),采用三層架構的B/S開發(fā)技術,數(shù)據(jù)庫選擇了MicrosoftSQLServer2000,并利用了目前流行的WEB開發(fā)技術-JSP,通過JavaBean和JSTL的使用,實現(xiàn)了前臺商品的展示、購物車、留言板;后臺商品管理、訂單處理、單據(jù)生成等主要功能。將業(yè)務模型最終以程序的形式實現(xiàn),從而使得該系統(tǒng)能充分滿足基于B2C模式的網(wǎng)上銷售系統(tǒng)的需要。使用該軟件既能夠?qū)ζ髽I(yè)內(nèi)部庫存、采購和客戶關系等部門實施電子化管理;也能夠通過互聯(lián)網(wǎng),在線進行商品銷售和結算管理。該系統(tǒng)可以順暢企業(yè)內(nèi)部信息流,為企業(yè)開拓了具有巨大潛
2、力的網(wǎng)上銷售市場,也減少企業(yè)內(nèi)部工作流程,進而提高工作效率和工作質(zhì)量,使企業(yè)在激烈的市場競爭中獲得競爭優(yōu)勢。本文主要對網(wǎng)上銷售系統(tǒng)進行總體設計,并對銷售管理子系統(tǒng)進行系統(tǒng)分析、系統(tǒng)設計、系統(tǒng)實現(xiàn)和系統(tǒng)測試。關鍵詞:B2C;購物車;JavaBean;訂單處理范文范例參考指導WORD完美整理版AbstractSalesmanagementsubsystemtechnicallyisaB2Conlinesalesystem,mainfunctionofwhichistopromoteonlineretailactivitiesofabusiness.Thesystemadoptsathree
3、-tierarchitectureB/Sdevelopmenttechnology.BackgrounddatabaseofthesystemadoptstheMicrosoftSQLServer2000.ByusingJavaBeanandJSTL(JavaServerPagesStandardTagLibrary)ofJSP(JavaServerPage)technology,thesystemintegratesmanypracticalfunctions,whichincludesForegroundItemDisplay,ShoppingCart,FeedbackBoard,
4、InventoryManagement,OrderProcessing,andBillGenerationetc.Therealbusinessmodefinallyisembodiedinformofcomputerprogram.Therefore,thesystemcanfullymeetrequirementsofaB2Conlinesalemode.Withthesystembusinessescanrealizetheinformativemanagementinaspectsofinventory,procurementandcustomerrelationship,as
5、wellascanhandletheonlinesalesprocessandsettlementviainternet.Thesystemcanhelpbusinessestofacilitatetheirinternalinformationflowanddeveloppotentiale-market,aswellassimplifybusinessprocessandimproveworkefficiencyandquality.Itwillbringcompetitiveedgetobusinesses.Thepaperpresentsageneraldesignoftheo
6、nlinesalessystem,andparticularly,presentsthedetailedsystemanalysis,systemdesign,systemimplementationandsystemtestoftheSalesManagementModule..Keywords:B2C;Shoppingvehicle;JavaBean;Disposetheorderforms范文范例參考指導WORD完美整理版目錄第1章緒論11.1設計構想11.2開發(fā)工具選擇11.3開發(fā)方案選擇21.4開發(fā)方法4第2章可行性研究72.1技術可行性72.2經(jīng)濟可行性72.3操作可行性8
7、2.4其他方面可行性8第3章需求分析93.1系統(tǒng)的需求分析93.2業(yè)務流程93.3數(shù)據(jù)流程103.4數(shù)據(jù)字典14第4章數(shù)據(jù)庫的設計184.1數(shù)據(jù)庫設計總述184.2概念設計194.3邏輯設計204.4物理設計214.4.1設計原理214.4.2設計方案224.5數(shù)據(jù)庫實現(xiàn)224.6數(shù)據(jù)庫的安全性設計26第5章系統(tǒng)的設計275.1系統(tǒng)設計原則275.2系統(tǒng)的功能結構的設計27第6章系統(tǒng)實現(xiàn)316.1系統(tǒng)界面的實現(xiàn)316.2用戶與管理員登陸的實現(xiàn)3