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

正文內容

基于手持終端的固定資產管理系統(tǒng)設計與實現(xiàn)(留存版)

2024-11-06 12:22上一頁面

下一頁面
  

【正文】 on)是由 Sun 公司在 1999 年 6 月推出專門為那些無法得 到穩(wěn)定電源、較高運算能力處理器、不受限網絡連接的設備開發(fā)的 ,適合消費電子 和嵌入式設備之類小型設備。本章所討論的內容為整個系統(tǒng)的 設計和實現(xiàn)提供了技術支持。功能模塊需求如圖 31 所示 : 固定資產 管理系統(tǒng) 基礎數(shù)據(jù)管理 用戶及權限系統(tǒng)設置 管理 庫存管理 資產申請和審批管理 資產清查管理 綜合查詢與統(tǒng)計 系統(tǒng)維護圖 31 固定資產管理系統(tǒng)基本功能需求 其中每個功能模塊都由若干個相關聯(lián)子功能模塊組成。包括 :部 門維護管理、流程管理、資產申購標準設置、導入項設置和文件導入管理。 (6)資產清查管理 主要功能 :實現(xiàn)對當前記錄的固定資產進行清查盤點的功能。 (3)安全性 所有對數(shù)據(jù)的操作都必先進行身份驗證 ,采用角色權限方式分配對不同數(shù)據(jù)的 操作。在該系統(tǒng)中 ,模塊內部的所有 的頁面之間的參數(shù)傳遞使用 Session 實現(xiàn) ,頁面的狀態(tài)通過上下文來保存。首先選取固定資產屬性中的資產名稱、資產編號、單位、價值、負 責人和位置等六個屬性 ,拼接成生成二維條碼的初始字符串 ,用其實例化 QRCodeEncode,然后設置其四個屬性 ,并調用條碼生成方法將其轉為 Bitmap 流 , 最后以 Jpeg 的格式保存在服務的 QRCode 文件夾中。 ProcessDetail 類包括如下屬性 :2 個 int 型的變量 ProcessCount 和 ProcessSetp,2 個 string 型的變量 : ProSet 和 CurrentLvl, 以及一個 ProcessActs 屬性。每個屬性的意義為 :CheckSum 定義了這個審核流程中一 共有多少個 ProcessDetail,CheckSetp 定義了當前審核進行到了哪一個 ProcessDetail。完成設置后 ,更 新數(shù)據(jù)庫中資產編碼設置表。系統(tǒng)架構分為三層 :表示層、業(yè)務邏輯層和數(shù)據(jù)訪問層。包括 :數(shù)據(jù) 庫備份和數(shù)據(jù)庫還原。包括 :資產申購申 請、資產申購審核、資產交接申請、資產交接審核、資產處置申請和資產處置審核。 二維條碼生成管理 :篩選需要生成二維條碼的資產 ,選取其資產屬性中的 :資 產名稱、資產編碼、單位名稱、價值、責任人和當前所在位置這五項 ,組合后生成 對應的二維 QR 碼。 (6)具備基本的查詢 ,報表生成 ,分析 ,統(tǒng)計及打印功能 。為增加系 統(tǒng)的可移植性 ,本課題中使用HTTP 進 行網絡通信。目前很多公 司將互聯(lián)網作為員工訪問公司內部網絡的媒介 ,因此支持 IPA 則顯得越發(fā)的重要。它是一款基于 GPRS 的手機開發(fā)平臺 ,具有豐富的擴展性及靈 活的連接選項 ,支持 GPRS 功能 ,支持二維條碼掃描 (SE4500 二維碼頭 )。 QR 碼錯誤修正容量 :L 水平 (7%的字碼可被修正 )、 M 水平 (15%的字碼可被修正 )、 Q 水平 (25%的字碼可被修正 )、 H 水平 (30%的字碼可被 [16] 修正 ) 。 WfMC(Workflow Management Coalition 國際工作流管理聯(lián)盟 )給出了工作 流的定義 :“工作流是一類能夠完全或者部分 自動執(zhí)行的經營過程 ,它根據(jù)一系 列過程規(guī)則 ,文檔、信息和任務能夠在不同的執(zhí)行者之間傳遞和執(zhí)行”。其上傳功能分為實時掃描數(shù)據(jù)上傳以及離線掃描文件上傳兩種方式。這樣便能從根本上杜絕以往手動盤點資產物資時候出現(xiàn)的重 2 華 中 科 技 大 學 碩 士 學 位 論 文 復盤點、錯誤盤點以及漏盤點的錯誤現(xiàn)象 ,確保了資產實物進行統(tǒng)計時的數(shù)據(jù)的真 實性和可靠性。 根據(jù)總后勤部和戰(zhàn)區(qū)國有資產管理要求 ,單位每年都需要進行定期資產清查和 盤點 ,爾后逐級上報。本人完全意識到本聲明的法律結果由本人承擔。具有價值高 ,使用地點分 散、使用周期長、管理難度大等特點。 關鍵詞 :二維條碼 手持式終端 工作流 序列化 I 華 中 科 技 大 學 碩 士 學 位 論 文 Abstract Fixed assets are those assets that used by enterprises for a long time. It has four characteristics : High value, the use of locations scattered, the use of long, difficult to manage. In the process of asset management, panies have encountered more or less inaccurate depreciation of assets, the carrying value of the statistic is not accurate, timeconsuming and laborintensive heavy issues such as inventory work. To build a fixed assets management system based on handheld terminal bined with workflow technology, allround monitoring of fixed assets would be an effective way to solve such problems System uses the B/S, C/S hybrid architecture model, developed in the handheld terminal asset inventory barcode system to work. Users can also access the service via a browser website asset management operation. Using twodimensional bar code technology, starting from the asset storage, gathering assets’ basi c properties, generate asset bar code labels. Using barcode scanning handheld devices, without access to the server could get the assets’ details. In the asset inventory using hand held terminal in progress, will scan the barcode data obtained in real time via GPRS data transmission back to the server and receive and display the results of the inventory, it can also be generated after the scan is plete the inventory documents submitted to the server offline. Reference to the concept of workflow, design assets purchase, assets transfer and assets disposal processReview process can be customized. After the definition, using XML serialization to XML files and saved in the database. Review process runs automatically System use twodimensional bar code technology and handheld terminals, fixed assets of enterprises in dynamic realtime management, effective solution to the management of fixed assets in the accounts often the case in reality. So that greatly reducing the cost of businessKey words: QR code Handheld terminal Workflow SerializationII 獨創(chuàng)性聲明 本人聲明所呈交的學位論文是我個人在導師指導下進行的研究工作及取得的研 究成果。 陸軍某集團軍下屬部隊分布在河南、江浙等不同的地區(qū)。在固定資產實物上粘貼條形碼能夠明顯地區(qū)分 使用部門和資產的屬性 ,同時對資產的盤 點工作帶來很大的方便。該系統(tǒng)在傳統(tǒng)資產管理系統(tǒng)的 3 華 中 科 技 大 學 碩 士 學 位 論 文 基礎上采用二維 QR 碼對資產進行標識 ,相對于一維條碼而言 ,具有使得資產信息 更加完整 ,
點擊復制文檔內容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1