資源描述:
《畢業(yè)設計(論文)基于web的汽車零配件銷售管理系統(tǒng)的設計與實現(xiàn)》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在學術論文-天天文庫。
1、分類號UDC單位代碼10644密級公開學號學士學位論文基于web的汽車零配件銷售管理系統(tǒng)的設計與實現(xiàn)論文作者:楊杰指導教師:楊清平學科專業(yè):計算機科學與技術研究方向:軟件工程提交論文日期:2012年5月21日論文答辯日期:年月日學位授予單位:四川文理學院??中國·達州2012四川文理學院學士學位論文基于web的汽車零配件銷售管理系統(tǒng)的設計與實現(xiàn)計算機科學與技術(軟件工程方向)楊杰指導教師楊清平摘要:汽車零配件銷售管理系統(tǒng)是從銷售公司實際業(yè)務出發(fā),分析了汽車零配件管理的工作流程,并以入庫管理和出庫管理為重點,
2、實現(xiàn)了對汽車零配件的材料管理、出入庫管理、查詢、銷售管理等功能。本系統(tǒng)的主要特色是可以針對不同的汽車零配件和不同等級的客戶制定不同的價格策略,通過這種策略,可以對客戶與零配件價格之間的關系進行靈活的管理;可以為每個零配件設置一個最小庫存值,當庫存數(shù)量小于該值時提醒用戶進貨;可以為每個零配件的銷售情況生成報表,通過報表,用戶可以直觀的了解零配件的銷售情況,并制定相應的進貨和銷售策略。本系統(tǒng)通過Spring+Hibernate+Extjs框架實現(xiàn),數(shù)據(jù)庫采用MySql關系型數(shù)據(jù)庫。使用Hibernate可以方便
3、開發(fā)人員采用面向?qū)ο蟮乃枷氩僮麝P系型數(shù)據(jù)庫,Spring可以對系統(tǒng)的各個對象進行有效的解耦,通過Exjts可以快捷的打造一個單頁面的系統(tǒng)。關鍵字:汽車零配件;價格策略;管理系統(tǒng)II四川文理學院學士學位論文TheDesignandImplementationofweb-basedautopartssaleandmanagementsystemAbstract:AutopartssaleandmanagementsystemwhichisbasedontheSalescompany'spracticalbusi
4、ness,analyzedtheworkflowofAutopartsmanagement,focusedonthein-storageandout-storagemanagement,andrealizedtheAutopartsmaterialmanagement,in-storageandout-storagemanagement,querymanagementandsalemanagementetc.Themainfeatureofthissystemisthatthissystemcanmaked
5、ifferentpricestrategybasedonthedifferentAutopartsanddifferentlevelsofcustomers.Throughthisstrategy,thissystemhasflexibilityinmanagingtherelationshipbetweencustomersandAutopartsprice.Thissystemcansetaminimumnumberforeveryparts,forwhenthestockquantitylesstha
6、ntheminimumnumber,itcanreminduserspurchase.Thissystemcanalsogeneratereportsforeveryparts'sales,throughthereports,theuserscanknowthesalesofpartsandmakecorrespondingpurchaseandsalesstrategy.Thissystemisrealizedbythe"Spring+Hibernate+Extjs",anditsdatabaseadop
7、tstherelationaldatabase"MySql".Itisconvenientfordeveloperadoptstheobject-orientedtooperatetherelationaldatabasebyusing"hibernate"."Spring"hasaneffectivedecouplingforeveryobjectofthissystemand"Exjts"canquicklymakeasinglepageofthesystem.Keywords:Autoparts;pr
8、icestrategy;managementsystem;II四川文理學院學士學位論文目錄第1章引言11.1汽車零配件銷售管理系統(tǒng)的發(fā)展現(xiàn)狀11.2課題的目的與意義11.3課題要解決的問題2第2章系統(tǒng)的可行性分析3第3章相關技術簡介43.1java語言簡介43.2Spring簡介43.3SpringSecurity簡介43.4Hibernate簡介43.5Extjs簡介5第4章系統(tǒng)需求分析64.1系統(tǒng)功能模塊劃分