freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

采購管理系統(tǒng)分析與設(shè)計畢業(yè)設(shè)計word格式-資料下載頁

2024-12-03 16:51本頁面

【導(dǎo)讀】題,學(xué)習(xí)和掌握一種面向?qū)ο蟮腃ASE工具,并應(yīng)用于本實習(xí)的分析設(shè)計之中。本次實習(xí)模擬的企業(yè)主要有營銷部門、運營部門、物流部門和財務(wù)部門的制造業(yè)企業(yè),表,要經(jīng)過很多人的手工才能完成,增加了數(shù)據(jù)處理差錯的可能性。憑證、帳簿、報表等媒介上,數(shù)據(jù)的保存缺乏安全性。除此之外,要查詢一個數(shù)據(jù),特別是。本次實習(xí)每個組員分別擔(dān)任企業(yè)的不同部門,并完成。而得出系統(tǒng)需求,采用面向?qū)ο蠓椒ㄟM(jìn)行系統(tǒng)分析與設(shè)計,并給出系統(tǒng)實現(xiàn)。和面向?qū)ο笤O(shè)計。負(fù)責(zé)根據(jù)生產(chǎn)、總務(wù)、設(shè)備及檢驗等各部門物品需求計劃,編制與之相配套的采購計劃,并組織具體的實施,保證經(jīng)營過程中的物資供應(yīng)。依據(jù)運營部門下達(dá)的生產(chǎn)計劃編制物料采購計劃及庫存報表,然后根據(jù)采購計。采購人員根據(jù)訂單到供應(yīng)商采購物資,在收到供。庫存量,然后將應(yīng)付賬款數(shù)額發(fā)給財務(wù)部。

  

【正文】 new TADOQuery(NULL)。 pQueryConnection=DataModule1ADOConnection1。 pQuerySQLClear()。 pQuerySQLAdd(select Cost from Raw where RawID =+data2)。 pQueryOpen()。 String price = pQueryFieldByName(Cost)AsString。 Table1FieldByName(PerCost)AsString = price。 delete pQuery。 } //更新數(shù)量 TADOQuery * pQuery3= new TADOQuery(NULL)。 pQuery3Connection=DataModule1ADOConnection1。 pQuery3SQLClear()。 float q1 = Table1FieldByName(Quantity)AsFloat。 pQuery3SQLAdd(select Quantity from Raw where RawID=+data2)。 pQuery3Open()。 float q2 = pQuery3FieldByName(Quantity)AsFloat。 String quantity = FloatToStr(q1 + q2)。 delete pQuery3。 TADOQuery * pQuery4= new TADOQuery(NULL)。 pQuery4Connection=DataModule1ADOConnection1。 pQuery4SQLClear()。 pQuery4SQLAdd(update Raw set Quantity = + quantity + where RawID = + data2)。 pQuery4ExecSQL()。 delete pQuery4。 //更新 可用現(xiàn)金 TADOQuery * pQuery5= new TADOQuery(NULL)。 pQuery5Connection=DataModule1ADOConnection1。 pQuery5SQLClear()。 float cash = Table1FieldByName(Quantity)AsFloat * Table1FieldByName(PerCost)AsFloat。 pQuery5SQLAdd(select cash from Assets)。 pQuery5Open()。 pQuery5Last()。 TADOQuery * pQuery6= new TADOQuery(NULL)。 pQuery6Connection=DataModule1ADOConnection1。 pQuery6SQLClear()。 pQuery6SQLAdd(select fee from Assets)。 pQuery6Open()。 pQuery6Last()。 float fee = pQuery6FieldByName(fee)AsFloat + cash。 cash = pQuery5FieldByName(cash)AsFloat cash。 TADOQuery* pQuery7 = new TADOQuery(NULL)。 pQuery7Connection=DataModule1ADOConnection1。 String c = FloatToStr(cash)。 pQuery7SQLAdd(update Assets set cash = + c)。 pQuery7ExecSQL()。 //更新費用 TADOQuery* pQuery8 = new TADOQuery(NULL)。 pQuery8Connection=DataModule1ADOConnection1。 String f = FloatToStr(fee)。 pQuery8SQLAdd(update Assets set fee = + f)。 //pQuery4Open()。 pQuery8ExecSQL()。 delete pQuery5。 delete pQuery6。 delete pQuery7。 delete pQuery8。 } // void __fastcall TFormApply::FormClose(TObject *Sender, TCloseAction amp。Action) { Action = caFree。 //窗口關(guān)閉時釋放內(nèi)存 } // void __fastcall TFormApply::Button1Click(TObject *Sender) { Table1Append()。 //增加一條記錄 } // 五、結(jié)論 通過對該制造業(yè)企業(yè)的需求分析,可用發(fā)現(xiàn)該企業(yè)的手工式處理存在著很多的弊端,通過系統(tǒng)性的優(yōu)化,各部門的業(yè)務(wù)流程變得很清晰,將信息化管理引入該企業(yè),可以使可用信息的收集、加工等處理得都比較快速、高效,利于企業(yè)的市場競爭 , 減少 了數(shù)據(jù)處理差錯的可能性 。 除原始憑證,其他所有信息都能存放在計算機(jī)的磁性介質(zhì) (硬盤、軟盤 )中,同時,隨時可以根據(jù)需要,將 信息打印到紙介質(zhì)上。磁盤可以進(jìn)行拷貝,使會計數(shù)據(jù)的保存更加安全 。 除此之外, 可以設(shè)定查詢的條件,很快地查到所需要的數(shù)據(jù);另外,在查閱時,還可以歸類,打印查詢結(jié)果。 系統(tǒng)的設(shè)計過程采用了由底層數(shù)據(jù)庫到可視化界面的順序,能夠了解到軟件設(shè)計的整個過程,設(shè)計的數(shù)據(jù)庫為典型的 關(guān)系 數(shù)據(jù)庫, 采用了 圖形化的數(shù)據(jù)庫模型設(shè)計 ,使得數(shù)據(jù)庫各個表之間的關(guān)系一目了然。最后實現(xiàn)的界面只有幾個主要的部門功能,由于本次實習(xí)的時間有限,所以還有很多問題 沒有解決,希望在今后的學(xué)習(xí)中找到答案。 【參考文獻(xiàn)】: [1] 管理信息系統(tǒng)(第二版) 作者:張月玲,范麗亞;出版社:清華大學(xué)出版社;出版時間: 202151 [2] 系統(tǒng)分析與設(shè)計 (第 3 版 ) 作者:(美)丹尼斯,(美)威克瑟姆,(美)羅思 著;出版社:人民郵電出版社;出版時間: 202111 [3] UML面向?qū)ο蠼Ec設(shè)計(第 2版) 作者:(美)巴拉赫,(美)蘭寶 著,車皓陽;出版社:人民郵電出版社;出版時間: 202111 [4] 面向?qū)ο蠓治雠c設(shè)計 作者:(美)布奇 等著 ;出版社:人民郵電出版社;出版時間: 202181
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1