• <ul id="m6uy2"></ul>
      <ul id="m6uy2"></ul>
      論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      醫藥進銷存管理系統

       本文ID:LWGSW17680 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 醫藥進銷存管理系統 (收費:1000 積分)  

      論文字數:19367,頁數:64

      摘要

       隨著現代醫藥企業管理的日趨復雜,有效地對企業的進銷存進行管理必須需要一套有效的管理工具。而現在,計算機技術、網絡技術的成熟與發展,為實現該管理提供了強有力的技術支持。
       本文是關于醫藥進銷存管理系統開發的畢業論文。該進銷存管理系統,基于C#語言,目的是減少企業員工的重復工作量,并通過計算機技術使進銷存的管理流程化、簡單化。
       該系統的主要功能有:供應商、采購部、銷售商、客戶以及原料、中間體、成品信息的添加和管理;車間、倉庫信息的添加和管理;車間生產的管理;還料入庫管理;出入庫管理,包括:原料、中間體和成品的出入庫管理,退貨入庫管理和庫存調撥管理;原料進貨退貨管理;貨品銷售退貨管理;結帳管理;用戶管理;權限設置;庫存警戒設置;還有各種數據的統計和查詢。
       這篇論文詳細闡述了該進銷存管理系統的各模塊功能,以及主要功能模塊的設計和實現過程。
       
      關鍵詞:醫藥,進銷存,企業資源計劃,權限控制

      ABSTRACT

       With the increasingly complex of the management of modern medicine enterprise, effectively management of the invoicing of enterprise is needed to an effective management tool. And now, with the maturity and development of the computer technology and network technology, it provide a powerful technical support for the realization of the management.
       This article is a graduation thesis about the development of medicine invoicing management system. This invoicing management system, is based on the C# language, reduce the duplication workload of employees, and through the computer technology, make the management of invoicing simpler and processed.
       This system's main features: the information adding and management of supplier, purchasing department, vendor, customer, the raw material, intermediate and finished products; Adding and management of workshops, warehouses; The management of workshop production; Expected storage management; Storage management, including: storage management of raw materials, intermediate and finished goods, inventory management and redeployment management; stock and redeployment management of raw materials; Sales and returns management; Checkout management; User management; Rights settings; Stock security settings and various data statistics and query.
       Functions of each module of the invoicing management system, as well as some of the functional module design and implementation process are detailed expounded in this article.
       
      Keywords: Medicine, Invoicing, Enterprise Resource Planning, Access Control

       
      目錄

      摘要 I
      ABSTRACT II
      第1章 引言 1
       1.1 背景 1
       1.2 研究內容 3
       1.2.1 論文所要研究的主要內容 3
       1.2.2 論文應解決的問題 3
       1.3 本章小結 3
      第2章 相關系統與開發工具介紹 4
       2.1 進銷存管理系統概述 4
       2.2 相關進銷存管理系統介紹 4
       2.2.1 用友進銷存管理系統 4
       2.2.2 金蝶進銷存管理系統 6
       2.3 ASP.NET簡介 7
       2.4 C#語言 7
       2.5 java script 8
       2.6 本章小結 8
      第3章 進銷存系統分析 9
       3.1 可行性分析 9
       3.2 技術準備 9
       3.3 現有系統分析 10
       3.4 本章小結 10
      第4章 進銷存系統設計 11
       4.1 系統設計概述 11
       4.2 模塊框圖 11
       4.2.1 總體框圖 11
       4.2.2 基本信息框圖 12
       4.2.3 車間生產框圖 12
       4.2.4 出入庫框圖 13
       4.2.5 進貨銷售框圖 13
       4.2.6 結帳管理框圖 14
       4.2.7 系統設置框圖 14
       4.2.8 查詢統計框圖 15
       4.3 數據庫設計 15
       4.3.1 E-R圖 15
       4.3.2 總體結構 16
       4.3.3 庫存數量表 17
       4.3.4 產品表 18
       4.3.5 公司信息表 18
       4.3.6 結帳明細表 19
       4.3.7 用戶表 19
       4.3.8 生產車間表 19
       4.3.9 庫存總表 20
       4.3.10 庫存警戒表 20
       4.3.11 倉庫表 21
       4.3.12 權限樹表 21
       4.4 數據庫連接 21
       4.5 數據流圖 22
       4.5.1 原料進貨管理 22
       4.5.2 原料庫存管理 22
       4.5.3 原料退貨管理 23
       4.5.4 產品庫存管理 24
       4.5.5 產品銷售管理 24
       4.5.6 產品退貨管理 25
       4.6 系統結構 25
       4.6.1 Browers/Server結構 25
       4.6.2 三層結構 26
       4.7 本章小結 26
      第5章 系統功能與具體實現 27
       5.1 公用類 27
       5.2 登錄界面 29
       5.3 基本信息添加和管理 33
       5.4 車間生產 36
       5.5 出入庫管理 44
       5.6 進貨銷售管理 47
       5.7 結帳管理 50
       5.8 系統設置 51
       5.9 查詢統計 51
       5.10 程序的測試 53
       5.10.1 測試環境 53
       5.10.2 模塊功能測試 53
       5.11 程序的改進 53
       5.12 本章小結 54
      第6章 結束語 55
      致謝 56
      參考文獻 57


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:BUG管理系統 下一篇:基于MyEclipseweb科研成果管理系統
      Tags:醫藥 進銷存 管理系統 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文
      <fieldset id="2aegq"></fieldset>
    • <strike id="2aegq"></strike>
    • <ul id="2aegq"></ul>