【正文】
基于 Android 的倉(cāng)儲(chǔ)物流管理系統(tǒng) 題 目 基于 Android 的倉(cāng)儲(chǔ)物流管理系統(tǒng) 學(xué) 院 專業(yè)班級(jí) 學(xué)生姓名 指導(dǎo)教師 成 績(jī) 2020 年 6 月 15 日 I 摘 要 倉(cāng)儲(chǔ)物流管理系統(tǒng)的設(shè)計(jì)架構(gòu)采用的是典型的信息管理系統(tǒng)架構(gòu),主要的開發(fā)目的是實(shí)現(xiàn)對(duì)信息的記錄與管理,整個(gè)的開發(fā)過程主要完成了對(duì)前端應(yīng)用程序的開發(fā)和對(duì)系統(tǒng)后臺(tái)數(shù)據(jù)庫(kù)的搭建。對(duì)于前端應(yīng)用程序的開發(fā)我們要求其具有功能齊全、操作簡(jiǎn)單易會(huì)的特點(diǎn),而對(duì)于系統(tǒng)后臺(tái)的數(shù)據(jù)庫(kù)搭建則要求其前端應(yīng)用程序上各頁(yè)面數(shù)據(jù)保持一致性和完整性,同時(shí)還要兼顧應(yīng)用程序本身的性能。 系統(tǒng)主要通過基本信息管理模塊實(shí)現(xiàn)對(duì)商品、客戶和供應(yīng)商基本信息的管理,通過庫(kù)存管理模塊實(shí)現(xiàn)對(duì)商品出庫(kù)、入庫(kù)操作信息的記錄與管理,系統(tǒng)設(shè)置模塊可以實(shí)現(xiàn)使用者對(duì)個(gè) 人信息的查看與管理。 關(guān)鍵詞 :信息管理;數(shù)據(jù)庫(kù);商品入庫(kù);商品出庫(kù) II Abstract The design framework of logistics warehouse management system is based on the typical information management system architecture, the main development objective is to achieve record and management of information, the development process of the main pleted the development of the front application program and the system building of the background database. For frontend application development requires the US has the characteristics of plete functions, simple operation easily, and the system background database building called the page data and the front end of the application to maintain consistency and integrity, but also consider the performance of the application itself. The system of the main modities, customer and supplier information management through the basic information management module, inventory management module to achieve through the recording and management of modity warehouse, warehouse operation of information, system settings module can realize the user view of personal information and management. Key words: Information management.。 Database。 The storage of goods。 Commodities III 目 錄 摘 要 I Abstract II 第 1 章 引言 1 課題的研究背景及意義 1 設(shè)計(jì)的平臺(tái)及工具 2 Android 平臺(tái) 2 開發(fā)工具 Eclipse 3 SQLite 數(shù)據(jù)庫(kù) 4 第 2 章 系統(tǒng)的總體設(shè)計(jì) 5 系統(tǒng)的設(shè)計(jì)目標(biāo) 5 系統(tǒng)的可行性分析 5 可行性分析的目的 5 可行性分析的前提 5 軟件實(shí)踐操作的可行性 5 系統(tǒng)的特點(diǎn) 6 系統(tǒng)的簡(jiǎn)要描述 6 系統(tǒng)處理流程 6 系統(tǒng)運(yùn)行環(huán)境的要求 7 第 3 章 數(shù)據(jù)庫(kù)的設(shè)計(jì)